Merge pull request #3550 from Security-Onion-Solutions/issue/3493

fix docker-ce holds
This commit is contained in:
Mike Reeves
2021-03-19 15:18:45 -04:00
committed by GitHub

View File

@@ -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 %}