We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f6698 commit 2631bf8Copy full SHA for 2631bf8
Dockerfile
@@ -1,7 +1,8 @@
1
FROM public.ecr.aws/kanopy/crossplane-packager@sha256:d7316c793a0e542937af52af4c1f98df5cb794dccb66c84f36cf306866d9b43b as packager
2
ARG TAG
3
-COPY /config/*.yaml .
+COPY /config /config
4
+WORKDIR /config
5
RUN package.bash
6
7
FROM scratch
-COPY --from=packager package.yaml .
8
+COPY --from=packager /config/package.yaml .
0 commit comments