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 177874c + 0b48451 commit 3b127f4Copy full SHA for 3b127f4
Dockerfile
@@ -1,7 +1,7 @@
1
############
2
# Gomplate
3
4
-FROM artifactory.secondlife.io/dockerhub/alpine:3 AS gomplate
+FROM alpine:3 AS gomplate
5
ARG TARGETPLATFORM=linux/amd64
6
ARG GOMPLATE_VERSION=3.10.0
7
ARG GOMPLATE_AMD64_SHA256=603539aac4e09f98a8ca5b6e5da0c21213221206dc7175a5644255c7a22b936d
@@ -18,7 +18,7 @@ RUN ARCH=${TARGETPLATFORM/linux\//} \
18
19
# Base
20
21
-FROM artifactory.secondlife.io/dockerhub/alpine:3 AS base
+FROM alpine:3 AS base
22
COPY --from=gomplate /tmp/gomplate /usr/local/bin/
23
RUN apk add --no-cache \
24
bash \
0 commit comments