Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
infra
docker
gitlab-runner-helper
Commits
06c8f417
Commit
06c8f417
authored
Jun 14, 2021
by
Kevin Daudt
💻
Browse files
dockerfile: use updated variable names for arches
ARCH -> DOCKER_ARCH
parent
b109b720
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
06c8f417
ARG
ARCH=
FROM
${ARCH}alpine:edge
ARG
DOCKER_
ARCH=
FROM
${
DOCKER_
ARCH}alpine:edge
ENV
SSL_CERT_FILE /etc/ssl/cert.pem
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment