Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
12178397
Unverified
Commit
12178397
authored
3 years ago
by
Stefan Prodan
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2091 from vespian/prozlach/bump_alpine
Update Alpine to v3.14
parents
e2a38006
5a9424d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
12178397
FROM
alpine:3.1
3
as
builder
FROM
alpine:3.1
4
as
builder
RUN
apk add
--no-cache
ca-certificates curl
RUN
apk add
--no-cache
ca-certificates curl
...
@@ -9,7 +9,7 @@ RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECT
...
@@ -9,7 +9,7 @@ RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECT
-o
/usr/local/bin/kubectl
&&
chmod
+x /usr/local/bin/kubectl
&&
\
-o
/usr/local/bin/kubectl
&&
chmod
+x /usr/local/bin/kubectl
&&
\
kubectl version
--client
=
true
kubectl version
--client
=
true
FROM
alpine:3.1
3
as
flux-cli
FROM
alpine:3.1
4
as
flux-cli
# Create minimal nsswitch.conf file to prioritize the usage of /etc/hosts over DNS queries.
# Create minimal nsswitch.conf file to prioritize the usage of /etc/hosts over DNS queries.
# https://github.com/gliderlabs/docker-alpine/issues/367#issuecomment-354316460
# https://github.com/gliderlabs/docker-alpine/issues/367#issuecomment-354316460
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment