We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cd6812 + aa2f7d1 commit b6233aaCopy full SHA for b6233aa
1 file changed
Dockerfile
@@ -59,12 +59,12 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4@sha256:2636170dc55a0931d013
59
ARG TARGETOS
60
ARG TARGETARCH
61
62
-COPY --from=download /download/cosign /usr/bin/cosign
+COPY --from=download /download/cosign /usr/local/bin/cosign
63
RUN cosign version
64
65
RUN microdnf -y --nodocs --setopt=keepcache=0 install git-core jq
66
67
# Copy the one ec binary that can run in this container
68
-COPY --from=build "/build/dist/ec_${TARGETOS}_${TARGETARCH}" /usr/bin/ec
+COPY --from=build "/build/dist/ec_${TARGETOS}_${TARGETARCH}" /usr/local/bin/ec
69
70
-ENTRYPOINT ["/usr/bin/ec"]
+ENTRYPOINT ["/usr/local/bin/ec"]
0 commit comments