gitlab CI: rebuild the images
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 21 Mar 2024 05:57:40 +0000 (15:57 +1000)
committerduna.oh <duna.oh@samsung.com>
Thu, 20 Feb 2025 01:53:51 +0000 (10:53 +0900)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/config.yml

index 2557c93cb9824debfdcfcc2f0d7c0af3c423fba0..d524c64eaf581224dde5ba9e0e98b696bc369a25 100644 (file)
@@ -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'
 
 
index ad7df6803196a72246b12c52fe93d28ffaac024f..1f09f0d4433bd1b03032c706d25c669b109807fa 100644 (file)
@@ -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