We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25e2578 + 92b5110 commit 7b92efcCopy full SHA for 7b92efc
Dockerfile-muiti-architecture
@@ -28,12 +28,10 @@ ARG TARGETVARIANT
28
29
ENV GOMPLATE_VERSION=v3.9.0
30
31
-RUN wget -O /usr/local/bin/gomplate-amd64 \
32
- "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64" \
+RUN wget -O /usr/local/bin/gomplate-amd64 "https://resource.koderover.com/gomplate_linux-amd64" \
33
&& chmod +x /usr/local/bin/gomplate-amd64
34
35
-RUN wget -O /usr/local/bin/gomplate-arm64 \
36
- "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-arm64" \
+RUN wget -O /usr/local/bin/gomplate-arm64 "https://resource.koderover.com/gomplate_linux-arm64" \
37
&& chmod +x /usr/local/bin/gomplate-arm64
38
39
FROM alpine:3.14.0
0 commit comments