diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e36973b3c..bdd368723 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ include: .monado.variables.debian:bullseye: variables: FDO_DISTRIBUTION_VERSION: "bullseye" - FDO_DISTRIBUTION_TAG: "2022-01-24.0" + FDO_DISTRIBUTION_TAG: "2022-04-22.0" # Variables for build and usage of Debian bullseye-ndk image .monado.variables.debian:bullseye-ndk: @@ -43,25 +43,25 @@ include: .monado.variables.ubuntu:focal: variables: FDO_DISTRIBUTION_VERSION: "20.04" - FDO_DISTRIBUTION_TAG: "2022-01-24.0" + FDO_DISTRIBUTION_TAG: "2022-04-22.0" # Variables for build and usage of Ubuntu hirsute image .monado.variables.ubuntu:hirsute: variables: FDO_DISTRIBUTION_VERSION: "21.04" - FDO_DISTRIBUTION_TAG: "2022-01-24.0" + FDO_DISTRIBUTION_TAG: "2022-04-22.0" # Variables for build and usage of Ubuntu impish image .monado.variables.ubuntu:impish: variables: FDO_DISTRIBUTION_VERSION: "21.10" - FDO_DISTRIBUTION_TAG: "2022-01-24.0" + FDO_DISTRIBUTION_TAG: "2022-04-22.0" # Variables for build and usage of Arch rolling image .monado.variables.arch:rolling: variables: FDO_DISTRIBUTION_VERSION: "rolling" - FDO_DISTRIBUTION_TAG: "2022-01-24.0" + FDO_DISTRIBUTION_TAG: "2022-04-22.0" stages: - container_prep diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index ef0794d57..b23cb89c7 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -68,7 +68,7 @@ distributions: # This image does some extra work. - codename: bullseye script: i386_and_proclamation_container_prep.sh - tag: "2022-01-24.0" + tag: "2022-04-22.0" deb_version_suffix: bpo11 packages: <<: *default_debian_packages @@ -155,7 +155,7 @@ distributions: # LTS - codename: focal distro_version: "20.04" - tag: "2022-01-24.0" + tag: "2022-04-22.0" deb_version_suffix: ubuntu2004 packages: <<: *default_debian_packages @@ -166,14 +166,14 @@ distributions: - codename: hirsute distro_version: "21.04" - tag: "2022-01-24.0" + tag: "2022-04-22.0" deb_version_suffix: ubuntu2104 packages: <<: *default_debian_packages - codename: impish distro_version: "21.10" - tag: "2022-01-24.0" + tag: "2022-04-22.0" deb_version_suffix: ubuntu2110 packages: <<: *default_debian_packages @@ -186,7 +186,7 @@ distributions: - name: arch images: - codename: rolling - tag: "2022-01-24.0" + tag: "2022-04-22.0" packages: git: gcc: