Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
78189186
Unverified
Commit
78189186
authored
1 year ago
by
Daniel Strufe
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Rebasechanges from upstream (#10128)
parent
96e875cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
with
3 additions
and
0 deletions
Dockerfile
+
3
−
0
View file @
78189186
...
@@ -9,11 +9,14 @@ ENV LANG=C.UTF-8 \
...
@@ -9,11 +9,14 @@ ENV LANG=C.UTF-8 \
PYTHONDONTWRITEBYTECODE=1
PYTHONDONTWRITEBYTECODE=1
WORKDIR
/kubespray
WORKDIR
/kubespray
COPY
*.yml ./
COPY
*.yml ./
COPY
*.cfg ./
COPY
roles ./roles
COPY
roles ./roles
COPY
contrib ./contrib
COPY
contrib ./contrib
COPY
inventory ./inventory
COPY
inventory ./inventory
COPY
library ./library
COPY
library ./library
COPY
extra_playbooks ./extra_playbooks
COPY
extra_playbooks ./extra_playbooks
COPY
playbooks ./playbooks
COPY
plugins ./plugins
RUN
apt update
-q
\
RUN
apt update
-q
\
&&
apt
install
-yq
--no-install-recommends
\
&&
apt
install
-yq
--no-install-recommends
\
...
...
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