Skip to content

Commit

Permalink
feat: add talosctl version to image description label
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikris committed Oct 7, 2024
1 parent 4eb3bd3 commit 30a2057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM ghcr.io/siderolabs/talosctl:$TALOS_VERSION AS talosctl


FROM ghcr.io/containerd/busybox:1.36
ARG TALOS_VERSION

LABEL org.opencontainers.image.description "Busybox image with talosctl"
LABEL org.opencontainers.image.description "Busybox image with talosctl ($TALOS_VERSION)"

COPY --from=talosctl /talosctl /usr/local/bin/talosctl
VOLUME [ "/var/run/secrets/talos.dev" ]
CMD [ "/bin/sh" ]

0 comments on commit 30a2057

Please sign in to comment.