Skip to content
Snippets Groups Projects
Commit 9de91324 authored by Michael Kriese's avatar Michael Kriese Committed by Brad Davidson
Browse files

feat: add `org.opencontainers.image.source`docker label

parent 98381a65
Branches
Tags
No related merge requests found
...@@ -24,6 +24,7 @@ FROM ${ALPINE} AS zoneinfo ...@@ -24,6 +24,7 @@ FROM ${ALPINE} AS zoneinfo
RUN apk add -U tzdata RUN apk add -U tzdata
FROM scratch AS controller FROM scratch AS controller
LABEL org.opencontainers.image.source="https://github.com/rancher/system-upgrade-controller"
ARG TARGETARCH ARG TARGETARCH
COPY dist/artifacts/system-upgrade-controller-${TARGETARCH} /bin/system-upgrade-controller COPY dist/artifacts/system-upgrade-controller-${TARGETARCH} /bin/system-upgrade-controller
COPY --from=zoneinfo /usr/share/zoneinfo /usr/share/zoneinfo COPY --from=zoneinfo /usr/share/zoneinfo /usr/share/zoneinfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment