ci: Bump Ubuntu and Debian image tag

Trigger CI to regenerate docker images for Ubuntu
and Debian to avoid current "no such image" error.

Signed-off-by: utzcoz <utzcoz@outlook.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2393>
This commit is contained in:
utzcoz 2025-01-11 11:21:58 +08:00
parent aeb574c96c
commit 5ae43d6a2c
2 changed files with 8 additions and 8 deletions

View file

@ -132,26 +132,26 @@ win:container_prep:
.monado.variables.debian:bullseye: .monado.variables.debian:bullseye:
variables: variables:
FDO_DISTRIBUTION_VERSION: "bullseye" FDO_DISTRIBUTION_VERSION: "bullseye"
FDO_DISTRIBUTION_TAG: "2024-07-18" FDO_DISTRIBUTION_TAG: "2025-01-11"
# Variables for build and usage of Debian bookworm-ndk image # Variables for build and usage of Debian bookworm-ndk image
.monado.variables.debian:bookworm-ndk: .monado.variables.debian:bookworm-ndk:
variables: variables:
FDO_DISTRIBUTION_VERSION: "bookworm" FDO_DISTRIBUTION_VERSION: "bookworm"
FDO_DISTRIBUTION_TAG: "2024-07-18" FDO_DISTRIBUTION_TAG: "2025-01-11"
FDO_REPO_SUFFIX: ndk FDO_REPO_SUFFIX: ndk
# Variables for build and usage of Ubuntu jammy image # Variables for build and usage of Ubuntu jammy image
.monado.variables.ubuntu:jammy: .monado.variables.ubuntu:jammy:
variables: variables:
FDO_DISTRIBUTION_VERSION: "22.04" FDO_DISTRIBUTION_VERSION: "22.04"
FDO_DISTRIBUTION_TAG: "2024-07-18" FDO_DISTRIBUTION_TAG: "2025-01-11"
# Variables for build and usage of Ubuntu noble image # Variables for build and usage of Ubuntu noble image
.monado.variables.ubuntu:noble: .monado.variables.ubuntu:noble:
variables: variables:
FDO_DISTRIBUTION_VERSION: "24.04" FDO_DISTRIBUTION_VERSION: "24.04"
FDO_DISTRIBUTION_TAG: "2024-07-18" FDO_DISTRIBUTION_TAG: "2025-01-11"
# Variables for build and usage of Arch image # Variables for build and usage of Arch image
.monado.variables.arch: .monado.variables.arch:

View file

@ -118,7 +118,7 @@ distributions:
XRT_HAVE_OPENCV: "OFF" XRT_HAVE_OPENCV: "OFF"
- codename: bullseye - codename: bullseye
tag: "2024-07-18" tag: "2025-01-11"
script: bullseye_backports.sh script: bullseye_backports.sh
deb_version_suffix: bpo11 deb_version_suffix: bpo11
packages: packages:
@ -133,7 +133,7 @@ distributions:
distro_version: bookworm distro_version: bookworm
repo_suffix: ndk repo_suffix: ndk
script: android_container_prep.sh script: android_container_prep.sh
tag: "2024-07-18" tag: "2025-01-11"
# This must match ext.sharedCompileSdk in build.gradle # This must match ext.sharedCompileSdk in build.gradle
android_compile_sdk: 34 android_compile_sdk: 34
# This must match buildscript.ext.buildToolsVersion in build.gradle # This must match buildscript.ext.buildToolsVersion in build.gradle
@ -193,7 +193,7 @@ distributions:
# LTS # LTS
- codename: jammy - codename: jammy
distro_version: "22.04" distro_version: "22.04"
tag: "2024-07-18" tag: "2025-01-11"
deb_version_suffix: ubuntu2204 deb_version_suffix: ubuntu2204
packages: packages:
<<: *default_debian_packages <<: *default_debian_packages
@ -203,7 +203,7 @@ distributions:
- codename: noble - codename: noble
distro_version: "24.04" distro_version: "24.04"
tag: "2024-07-18" tag: "2025-01-11"
deb_version_suffix: ubuntu2404 deb_version_suffix: ubuntu2404
packages: packages:
<<: *default_debian_packages <<: *default_debian_packages