UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
fluxcd
source-controller
Commits
4a9fdc10
Commit
4a9fdc10
authored
Jun 14, 2021
by
Elvis Chi
💬
Browse files
Dockerfile update alpine version to v3.13
parent
83d5879a
Pipeline
#315167
passed with stages
in 12 minutes and 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vendor/github.com/docker/distribution/Dockerfile
vendor/github.com/docker/distribution/Dockerfile
+1
-1
No files found.
vendor/github.com/docker/distribution/Dockerfile
View file @
4a9fdc10
...
@@ -16,7 +16,7 @@ WORKDIR $DISTRIBUTION_DIR
...
@@ -16,7 +16,7 @@ WORKDIR $DISTRIBUTION_DIR
COPY
. $DISTRIBUTION_DIR
COPY
. $DISTRIBUTION_DIR
RUN
CGO_ENABLED
=
0 make
PREFIX
=
/go clean binaries
&&
file ./bin/registry |
grep
"statically linked"
RUN
CGO_ENABLED
=
0 make
PREFIX
=
/go clean binaries
&&
file ./bin/registry |
grep
"statically linked"
FROM
alpine:3.1
0
FROM
alpine:3.1
3
RUN
set
-ex
\
RUN
set
-ex
\
&&
apk add
--no-cache
ca-certificates apache2-utils
&&
apk add
--no-cache
ca-certificates apache2-utils
...
...
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