Skip to content

Commit b2d578b

Browse files
committed
Add the initial Dockerfile for the build time secrets example
[refs #fb2a2547d193]
1 parent 2400560 commit b2d578b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build_time_secrets/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM alpine:3.6
2+
3+
WORKDIR /app
4+
5+
RUN apk add --no-cache git
6+
7+
ARG GITHUB_TOKEN
8+
RUN git clone https://${GITHUB_TOKEN}@github.com/jfahrer/secretrepo.git

0 commit comments

Comments
 (0)