Skip to content

Commit

Permalink
add mock version to custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jan 3, 2025
1 parent 720b2a2 commit 4cb6f46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ RUN curl -L https://github.com/pluralsh/plural-cli/releases/download/${CLI_VERSI

FROM quay.io/kairos/alpine:3.19-standard-arm64-rpi3-v3.2.3-k3sv1.31.2-k3s1

ARG IMAGE_VERSION=0.0.0

COPY --from=tools /usr/local/bin/plural /usr/local/bin/plural

RUN export VERSION="${IMAGE_VERSION}"
RUN envsubst '${VERSION}' </etc/os-release

0 comments on commit 4cb6f46

Please sign in to comment.