6a7e637c5f
Change: - pip packages should get removed after, not try to add them again - Try removing containerd.io package too Test Plan: - CI Signed-off-by: Rick Elrod <rick@elrod.me>
18 lines
441 B
YAML
18 lines
441 B
YAML
docker_prereq_packages:
|
|
- yum-utils
|
|
- device-mapper-persistent-data
|
|
- lvm2
|
|
- libseccomp
|
|
|
|
docker_packages:
|
|
- docker-ce-19.03.1
|
|
- docker-ce-cli-19.03.1
|
|
|
|
docker_pip_extra_packages:
|
|
- requests==2.6.0
|
|
|
|
# We need to pin the above so pip finds the right system-installed package
|
|
# but we never want to try to remove it, so we substract this from the set of
|
|
# packages we remove on cleanup
|
|
docker_pip_never_remove:
|
|
- requests==2.6.0
|