swap kitchen-docker URL for official one. Use centosstream platform for rockylinux9

This commit is contained in:
Gareth J. Greenaway 2023-02-09 15:53:51 -08:00 committed by Pedro Algarvio
parent 98f30a8a56
commit 03bcfbc76b
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ source "https://rubygems.org"
gem 'test-kitchen', '>= 3.2.2' gem 'test-kitchen', '>= 3.2.2'
gem 'kitchen-salt', '>= 0.7.2' gem 'kitchen-salt', '>= 0.7.2'
gem 'kitchen-docker', :git => 'https://github.com/garethgreenaway/kitchen-docker.git', :branch => 'add_rockylinux_platform_section' gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git', :branch => 'main'
group :vagrant do group :vagrant do
gem 'kitchen-vagrant' gem 'kitchen-vagrant'

View file

@ -116,6 +116,7 @@ platforms:
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config - echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: rockylinux-9 - name: rockylinux-9
driver: driver:
platform: centosstream
run_command: /usr/lib/systemd/systemd run_command: /usr/lib/systemd/systemd
provision_command: provision_command:
- dnf -y install crypto-policies-scripts procps-ng - dnf -y install crypto-policies-scripts procps-ng