summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2024-03-21 15:57:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2024-03-21 16:04:50 +1000
commitd852e59dd0e7291418095c5542566b0007ddb650 (patch)
tree2aae87fbe7405d6396609e0a17b3fc5eb73b55b7
parent8d8a3d8fc72501c19fe6be40915c319e38e7d919 (diff)
gitlab CI: rebuild the images
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml14
-rw-r--r--.gitlab-ci/config.yml2
2 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2557c93..d524c64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,43 +73,43 @@ variables:
.fedora:38:
extends: .fdo.distribution-image@fedora
variables:
- FDO_DISTRIBUTION_TAG: '2023-05-08.0'
+ FDO_DISTRIBUTION_TAG: '2024-03-24.0'
FDO_DISTRIBUTION_VERSION: '38'
.fedora:39:
extends: .fdo.distribution-image@fedora
variables:
- FDO_DISTRIBUTION_TAG: '2023-05-08.0'
+ FDO_DISTRIBUTION_TAG: '2024-03-24.0'
FDO_DISTRIBUTION_VERSION: '39'
.ubuntu:23.04:
extends: .fdo.distribution-image@ubuntu
variables:
- FDO_DISTRIBUTION_TAG: '2023-05-08.0'
+ FDO_DISTRIBUTION_TAG: '2024-03-24.0'
FDO_DISTRIBUTION_VERSION: '23.04'
.debian:stable:
extends: .fdo.distribution-image@debian
variables:
- FDO_DISTRIBUTION_TAG: '2023-05-08.0'
+ FDO_DISTRIBUTION_TAG: '2024-03-24.0'
FDO_DISTRIBUTION_VERSION: 'stable'
.debian:sid:
extends: .fdo.distribution-image@debian
variables:
- FDO_DISTRIBUTION_TAG: '2023-05-08.0'
+ FDO_DISTRIBUTION_TAG: '2024-03-24.0'
FDO_DISTRIBUTION_VERSION: 'sid'
.arch:rolling:
extends: .fdo.distribution-image@arch
variables:
- FDO_DISTRIBUTION_TAG: '2023-05-08.0'
+ FDO_DISTRIBUTION_TAG: '2024-03-24.0'
FDO_DISTRIBUTION_VERSION: 'rolling'
.alpine:latest:
extends: .fdo.distribution-image@alpine
variables:
- FDO_DISTRIBUTION_TAG: '2023-05-08.0'
+ FDO_DISTRIBUTION_TAG: '2024-03-24.0'
FDO_DISTRIBUTION_VERSION: 'latest'
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index ad7df68..1f09f0d 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -3,7 +3,7 @@
#
# We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2023-05-08.0'
+.default_tag: &default_tag '2024-03-24.0'
distributions:
- name: fedora