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.
org.opencontainers.image.source
1 parent 98381a6 commit 9de9132Copy full SHA for 9de9132
package/Dockerfile
@@ -24,6 +24,7 @@ FROM ${ALPINE} AS zoneinfo
24
RUN apk add -U tzdata
25
26
FROM scratch AS controller
27
+LABEL org.opencontainers.image.source="https://github.com/rancher/system-upgrade-controller"
28
ARG TARGETARCH
29
COPY dist/artifacts/system-upgrade-controller-${TARGETARCH} /bin/system-upgrade-controller
30
COPY --from=zoneinfo /usr/share/zoneinfo /usr/share/zoneinfo
0 commit comments