gitlab CI: rebuild the images

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2024-03-21 15:57:40 +10:00
parent 8d8a3d8fc7
commit d852e59dd0
2 changed files with 8 additions and 8 deletions

View 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'

View 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