Skip to content

Commit

Permalink
Try changing repo list to use vault.centos.org following EoL
Browse files Browse the repository at this point in the history
  • Loading branch information
jlundqvist-criteo committed Jun 24, 2024
1 parent 350a544 commit a041e37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ verifier:
platforms:
- name: centos-stream-8
driver:
image: dokken/centos-stream-8:sha-f885abd
image: dokken/centos-stream-8
intermediate_instructions:
- RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
- RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
- RUN dnf clean all
- RUN dnf -y install net-tools lsof
pid_one_command: /usr/lib/systemd/systemd
Expand Down

0 comments on commit a041e37

Please sign in to comment.