Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 8eb753fa authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

feat: Add RHEL 9 and Ubuntu 24.04 support (fixes #44)

parent 8d25aef5
No related branches found
Tags 2.6.0
1 merge request!43feat: Add RHEL 9 and Ubuntu 24.04 support (fixes #44)
# Releases
## 2.6.x
- RHEL 9 and Ubuntu 24.04 support added.
## 2.5.x
- Node.js 23.x support for Amazon Linux 2, Ubuntu 20.04 and 22.04 added.
......
......@@ -12,10 +12,12 @@ galaxy_info:
- name: EL
versions:
- "8"
- "9"
- name: Ubuntu
versions:
- focal
- jammy
- noble
galaxy_tags:
- nodejs
- npm
......
......@@ -11,15 +11,15 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2004-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2004-ansible:latest
- name: ubuntu2204-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2204-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2204-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2204-ansible:latest
- name: ubuntu2404-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2404-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
......
......@@ -18,6 +18,13 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: rockylinux9-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/rockylinux9-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2004-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2004-ansible:latest
pre_build_image: true
......@@ -32,6 +39,13 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2404-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2404-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
provisioner:
name: ansible
inventory:
......
......@@ -11,8 +11,8 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2004-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2004-ansible:latest
- name: rockylinux9-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/rockylinux9-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
......@@ -25,6 +25,13 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2404-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/ubuntu2404-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
provisioner:
name: ansible
inventory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment