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 090fe479 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

feat: Support Ubuntu 22.04 LTS (fixes #9)

parent 06ae0543
No related branches found
No related tags found
1 merge request!9feat: Support Ubuntu 22.04 LTS (fixes #9)
......@@ -18,6 +18,7 @@ galaxy_info:
versions:
- bionic
- focal
- jammy
galaxy_tags:
- development
dependencies:
......
......@@ -39,6 +39,13 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2204-${CI_JOB_ID:-0}
image: geerlingguy/docker-ubuntu2204-ansible:latest
pre_build_image: true
env:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
provisioner:
name: ansible
verifier:
......
......@@ -39,6 +39,13 @@ platforms:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
- name: ubuntu2204-${CI_JOB_ID:-0}
image: geerlingguy/docker-ubuntu2204-ansible:latest
pre_build_image: true
env:
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
provisioner:
name: ansible
verifier:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment