mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 09:28:28 +00:00
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:
parent
aeb574c96c
commit
5ae43d6a2c
|
@ -132,26 +132,26 @@ win:container_prep:
|
|||
.monado.variables.debian:bullseye:
|
||||
variables:
|
||||
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
|
||||
.monado.variables.debian:bookworm-ndk:
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: "bookworm"
|
||||
FDO_DISTRIBUTION_TAG: "2024-07-18"
|
||||
FDO_DISTRIBUTION_TAG: "2025-01-11"
|
||||
FDO_REPO_SUFFIX: ndk
|
||||
|
||||
# Variables for build and usage of Ubuntu jammy image
|
||||
.monado.variables.ubuntu:jammy:
|
||||
variables:
|
||||
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
|
||||
.monado.variables.ubuntu:noble:
|
||||
variables:
|
||||
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
|
||||
.monado.variables.arch:
|
||||
|
|
|
@ -118,7 +118,7 @@ distributions:
|
|||
XRT_HAVE_OPENCV: "OFF"
|
||||
|
||||
- codename: bullseye
|
||||
tag: "2024-07-18"
|
||||
tag: "2025-01-11"
|
||||
script: bullseye_backports.sh
|
||||
deb_version_suffix: bpo11
|
||||
packages:
|
||||
|
@ -133,7 +133,7 @@ distributions:
|
|||
distro_version: bookworm
|
||||
repo_suffix: ndk
|
||||
script: android_container_prep.sh
|
||||
tag: "2024-07-18"
|
||||
tag: "2025-01-11"
|
||||
# This must match ext.sharedCompileSdk in build.gradle
|
||||
android_compile_sdk: 34
|
||||
# This must match buildscript.ext.buildToolsVersion in build.gradle
|
||||
|
@ -193,7 +193,7 @@ distributions:
|
|||
# LTS
|
||||
- codename: jammy
|
||||
distro_version: "22.04"
|
||||
tag: "2024-07-18"
|
||||
tag: "2025-01-11"
|
||||
deb_version_suffix: ubuntu2204
|
||||
packages:
|
||||
<<: *default_debian_packages
|
||||
|
@ -203,7 +203,7 @@ distributions:
|
|||
|
||||
- codename: noble
|
||||
distro_version: "24.04"
|
||||
tag: "2024-07-18"
|
||||
tag: "2025-01-11"
|
||||
deb_version_suffix: ubuntu2404
|
||||
packages:
|
||||
<<: *default_debian_packages
|
||||
|
|
Loading…
Reference in a new issue