From 6badc4106f2097c12be2e44fc8a76c6a8da0f13a Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 19 Oct 2020 22:52:21 +0300 Subject: [PATCH] docs: link container images to our repository This should fill out the description for the image. Signed-off-by: Andrey Smirnov --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 350d66f26..7f7afa56d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -420,6 +420,7 @@ COPY --from=initramfs-archive /initramfs.xz /initramfs-${TARGETARCH}.xz FROM scratch AS talos COPY --from=rootfs / / +LABEL org.opencontainers.image.source https://github.com/talos-systems/talos ENTRYPOINT ["/sbin/init"] # The installer target generates an image that can be used to install Talos to @@ -456,6 +457,7 @@ RUN ln -s /bin/installer /bin/talosctl ARG TAG ENV VERSION ${TAG} LABEL "alpha.talos.dev/version"="${VERSION}" +LABEL org.opencontainers.image.source https://github.com/talos-systems/talos ENTRYPOINT ["/bin/installer"] ONBUILD RUN apk add --no-cache --update \ cpio \