Skip to content

Commit 1a9341e

Browse files
committed
Ubuntu 2204, Rocky9, new images
1 parent 674f2f5 commit 1a9341e

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Test
2323
needs:
2424
- list-scenarios
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
# Keep running so we can see if other tests pass
2828
fail-fast: false
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lint: |
1111
flake8
1212
platforms:
1313
- name: omero-all
14-
image: centos/systemd
14+
image: eniocarboni/docker-rockylinux-systemd:9
1515
image_version: latest
1616
privileged: true
1717
command: /sbin/init
@@ -22,6 +22,6 @@ provisioner:
2222
playbooks:
2323
converge: ../../playbook.yml
2424
scenario:
25-
name: centos7
25+
name: rockylinux9
2626
verifier:
2727
name: testinfra
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lint: |
1111
flake8
1212
platforms:
1313
- name: omero-all
14-
image: jrei/systemd-ubuntu:20.04
14+
image: eniocarboni/docker-ubuntu-systemd:22.04
1515
command: /sbin/init
1616
privileged: true
1717
tmpfs:
@@ -23,6 +23,6 @@ provisioner:
2323
playbooks:
2424
converge: ../../playbook.yml
2525
scenario:
26-
name: ubuntu2004
26+
name: ubuntu2204
2727
verifier:
2828
name: testinfra

0 commit comments

Comments
 (0)