fixing centos:stream9 docker URL

This commit is contained in:
Gareth J. Greenaway 2023-02-09 11:24:36 -08:00
parent eeeaddd21d
commit e5981993ca
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -51,7 +51,11 @@ platforms:
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: centos-stream9
driver:
image: quay.io/centos/centos:stream8
image: quay.io/centos/centos:stream9
provision_command:
- dnf -y install crypto-policies-scripts procps-ng
- update-crypto-policies --set DEFAULT:SHA1
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: centos-stream8
driver:
image: quay.io/centos/centos:stream8