Skip to content

Commit 9de9132

Browse files
viceicebrandond
authored andcommitted
feat: add org.opencontainers.image.sourcedocker label
1 parent 98381a6 commit 9de9132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ FROM ${ALPINE} AS zoneinfo
2424
RUN apk add -U tzdata
2525

2626
FROM scratch AS controller
27+
LABEL org.opencontainers.image.source="https://github.com/rancher/system-upgrade-controller"
2728
ARG TARGETARCH
2829
COPY dist/artifacts/system-upgrade-controller-${TARGETARCH} /bin/system-upgrade-controller
2930
COPY --from=zoneinfo /usr/share/zoneinfo /usr/share/zoneinfo

0 commit comments

Comments
 (0)