mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
ci: pin Alpine version
This prevents the Alpine image from being upgraded to a new major version when re-generated. ci-templates defaults FDO_BASE_IMAGE to alpine:latest. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
4e0fd2c979
commit
b21fdb3a0d
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ include:
|
|||
# $ git push -f -o ci.variable="FDO_FORCE_REBUILD=1"
|
||||
variables:
|
||||
FDO_UPSTREAM_REPO: 'emersion/libdisplay-info'
|
||||
FDO_DISTRIBUTION_TAG: '2022-10-23.1'
|
||||
FDO_DISTRIBUTION_TAG: '2022-11-24.0'
|
||||
|
||||
stages:
|
||||
- "Contribution checks"
|
||||
|
@ -33,6 +33,7 @@ prepare-container:
|
|||
extends: .fdo.container-build@alpine@x86_64
|
||||
stage: "Prepare container"
|
||||
variables:
|
||||
FDO_BASE_IMAGE: alpine:3.17
|
||||
FDO_DISTRIBUTION_PACKAGES: |
|
||||
build-base clang compiler-rt meson make git gcovr py3-pygments go hwdata
|
||||
FDO_DISTRIBUTION_EXEC: |
|
||||
|
|
Loading…
Reference in a new issue