We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720b2a2 commit 4cb6f46Copy full SHA for 4cb6f46
Dockerfile
@@ -13,4 +13,9 @@ RUN curl -L https://github.com/pluralsh/plural-cli/releases/download/${CLI_VERSI
13
14
FROM quay.io/kairos/alpine:3.19-standard-arm64-rpi3-v3.2.3-k3sv1.31.2-k3s1
15
16
+ARG IMAGE_VERSION=0.0.0
17
+
18
COPY --from=tools /usr/local/bin/plural /usr/local/bin/plural
19
20
+RUN export VERSION="${IMAGE_VERSION}"
21
+RUN envsubst '${VERSION}' </etc/os-release
0 commit comments