Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

feat: Add Amazon Linux 2023 support (fixes #78)

parent 95288cd8
Branches master
Tags 1.5.0
No related merge requests found
# Releases
## 1.5.x
- Support for Amazon Linux 2023 added.
## 1.4.x
- Support for Ubuntu 24.04 LTS is added.
......
......@@ -9,6 +9,7 @@ galaxy_info:
- name: Amazon Linux
versions:
- "2"
- "2023"
- name: EL
versions:
- "7"
......
......@@ -11,6 +11,13 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: amazonlinux2023-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/amazonlinux2023-ansible:latest
pre_build_image: true
environment:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: centos7-${CI_JOB_ID:-0}
image: code.europa.eu:4567/ecgalaxy/centos7-ansible:latest
pre_build_image: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment