Skip to content

Commit

Permalink
Merge pull request #8 from glyg/glyg
Browse files Browse the repository at this point in the history
Move to Ubuntu 22.04 and Rcokylinux 9
  • Loading branch information
jburel authored Nov 1, 2023
2 parents d393dc9 + 0089500 commit 4ddb27d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 25 deletions.
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ galaxy_info:
platforms:
- name: EL
versions:
- 7
- 9
- name: Ubuntu
versions:
- bionic
- Jammy
namespace: ome
galaxy_tags: []

Expand Down
14 changes: 0 additions & 14 deletions molecule/default/Dockerfile.j2

This file was deleted.

17 changes: 8 additions & 9 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ lint: |
ansible-lint
flake8
platforms:
# These two containers test that the "reload systemd" handler can be
# notified regardless of systemd status
- name: omero-common
image: centos:7
- name: omero-common-systemd
image: centos/systemd:latest
- name: ubuntu-20.04
image: ubuntu:20.04
# TODO: Find an Ubuntu Systemd container suitable for testing
- name: rockylinux
image: rockylinux:9
- name: ubuntu-22.04
image: ubuntu:22.04
- name: ubuntu-systemd-22.04
image: eniocarboni/docker-ubuntu-systemd:22.04
- name: rockylinux-systemd-22.04
image: eniocarboni/docker-rockylinux-systemd:9
provisioner:
name: ansible
lint:
Expand Down

0 comments on commit 4ddb27d

Please sign in to comment.