mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-08 19:11:54 +01:00
docs: link container images to our repository
This should fill out the description for the image. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
parent
73d4bf1f6e
commit
6badc4106f
@ -420,6 +420,7 @@ COPY --from=initramfs-archive /initramfs.xz /initramfs-${TARGETARCH}.xz
|
|||||||
|
|
||||||
FROM scratch AS talos
|
FROM scratch AS talos
|
||||||
COPY --from=rootfs / /
|
COPY --from=rootfs / /
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/talos-systems/talos
|
||||||
ENTRYPOINT ["/sbin/init"]
|
ENTRYPOINT ["/sbin/init"]
|
||||||
|
|
||||||
# The installer target generates an image that can be used to install Talos to
|
# 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
|
ARG TAG
|
||||||
ENV VERSION ${TAG}
|
ENV VERSION ${TAG}
|
||||||
LABEL "alpha.talos.dev/version"="${VERSION}"
|
LABEL "alpha.talos.dev/version"="${VERSION}"
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/talos-systems/talos
|
||||||
ENTRYPOINT ["/bin/installer"]
|
ENTRYPOINT ["/bin/installer"]
|
||||||
ONBUILD RUN apk add --no-cache --update \
|
ONBUILD RUN apk add --no-cache --update \
|
||||||
cpio \
|
cpio \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user