Merge "[Train-only] Configure podman registries during a minor update." into stable/train

This commit is contained in:
Zuul 2020-10-01 22:21:15 +00:00 committed by Gerrit Code Review
commit a17637e184
1 changed files with 6 additions and 1 deletions

View File

@ -160,7 +160,7 @@ outputs:
- name: Run podman install
when:
- step|int == 1
block:
block: &podman_configure_registry
# This is needed when moving from Docker to Podman. The SELinux context
# is wrong for podman, especially if the directory was created by
# docker itself.
@ -223,6 +223,11 @@ outputs:
- never
- system_upgrade
- system_upgrade_prepare
update_tasks:
- name: Run podman registry configuration
when:
- step|int == 1
block: *podman_configure_registry
post_upgrade_tasks:
- name: Purge everything about docker on the host