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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
8331c1f8
Unverified
Commit
8331c1f8
authored
Dec 5, 2020
by
Sander Klein
Committed by
GitHub
Dec 5, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Hold the docker-ce-cli (#6995)
This will make sure an upgrade doesn't upgrade the docker cli.
parent
f4a69d28
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/container-engine/docker/tasks/main.yml
+4
-1
4 additions, 1 deletion
roles/container-engine/docker/tasks/main.yml
with
4 additions
and
1 deletion
roles/container-engine/docker/tasks/main.yml
+
4
−
1
View file @
8331c1f8
...
...
@@ -207,9 +207,12 @@
# This is required to ensure any apt upgrade will not break kubernetes
-
name
:
Tell Debian hosts not to change the docker version with apt upgrade
dpkg_selections
:
name
:
docker-ce
name
:
"
{{
item
}}"
selection
:
hold
when
:
ansible_os_family in ["Debian"]
with_items
:
-
docker-ce
-
docker-ce-cli
-
name
:
Ensure latest version of libseccomp installed
# noqa 403
package
:
...
...
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