diff --git a/Dockerfile b/Dockerfile index bddb47f2d0..be9756698e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -145,6 +145,8 @@ COPY --from=charts \ /charts/ FROM scratch AS runtime +LABEL org.opencontainers.image.url="https://hub.docker.com/r/rancher/rke2-runtime" +LABEL org.opencontainers.image.source="https://github.com/rancher/rke2" COPY --from=runtime-collect / / FROM ubuntu:24.04 AS test diff --git a/Dockerfile.windows b/Dockerfile.windows index 47ada0e6c7..f2c65dfc73 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -105,6 +105,8 @@ RUN mv CalicoWindows/cni/calico-ipam.exe rancher/ RUN mv CalicoWindows/confd confd/ FROM scratch AS windows-runtime +LABEL org.opencontainers.image.url="https://hub.docker.com/r/rancher/rke2-runtime" +LABEL org.opencontainers.image.source="https://github.com/rancher/rke2" COPY --from=containerd /usr/local/bin/*.exe /bin/ COPY --from=windows-runtime-collect ./rancher/* /bin/ COPY --from=windows-runtime-collect ./confd/ /bin/confd