Skip to content

Commit

Permalink
CI: Switch from EL7/8->Debian12/EL9
Browse files Browse the repository at this point in the history
This is required because the old images are EoL and not working anymore.

Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
  • Loading branch information
bastelfreak and ekohl committed Jul 8, 2024
1 parent 4bc6087 commit 4d470a8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions acceptance/config/nodes/hosts.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
HOSTS:
centos8:
platform: el-8-x86_64
centos9:
platform: el-9-x86_64
hypervisor: docker
image: quay.io/centos/centos:stream8
image: quay.io/centos/centos:stream9
roles:
- master
- agent
Expand All @@ -12,14 +12,13 @@ HOSTS:
- classifier
- default
docker_cmd: '["/sbin/init"]'
centos7:
platform: el-7-x86_64
debian12:
platform: debian-12-x86_64
hypervisor: docker
image: centos:7
image: debian:12
roles:
- agent
docker_cmd: '/usr/sbin/sshd -D -E /var/log/sshd.log'
use_image_entrypoint: true
docker_cmd: '["/sbin/init"]'
CONFIG:
nfs_server: none
consoleport: 443
Expand Down

0 comments on commit 4d470a8

Please sign in to comment.