mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Merge pull request #3550 from Security-Onion-Solutions/issue/3493
fix docker-ce holds
This commit is contained in:
@@ -90,7 +90,6 @@ commonpkgs:
|
|||||||
- ntpdate
|
- ntpdate
|
||||||
- jq
|
- jq
|
||||||
- python3-docker
|
- python3-docker
|
||||||
- docker-ce
|
|
||||||
- curl
|
- curl
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
@@ -149,8 +148,9 @@ heldpackages:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- containerd.io: 1.4.4-3.1.el7
|
- containerd.io: 1.4.4-3.1.el7
|
||||||
- docker-ce: 20.10.5-3.el7
|
- docker-ce: 3:20.10.5-3.el7
|
||||||
- docker-ce-cli: 20.10.5-3.el7
|
- docker-ce-cli: 1:20.10.5-3.el7
|
||||||
|
- docker-ce-rootless-extras: 20.10.5-3.el7
|
||||||
- hold: True
|
- hold: True
|
||||||
- update_holds: True
|
- update_holds: True
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user