Skip to content
Snippets Groups Projects
Commit d655ee86 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'renovate/alpine-3.x' into 'main'

chore(deps): update alpine docker tag to v3.20.3

See merge request components/opentofu!128
parents 4eb8d447 8d20dbfa
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ variables: ...@@ -68,7 +68,7 @@ variables:
# OpenTofu image build variables: # OpenTofu image build variables:
PLATFORMS: linux/amd64,linux/arm64 PLATFORMS: linux/amd64,linux/arm64
BASE_IMAGE: "alpine:3.20.2" BASE_IMAGE: "alpine:3.20.3"
GITLAB_OPENTOFU_IMAGE_BASE: "$CI_REGISTRY_IMAGE/internal" GITLAB_OPENTOFU_IMAGE_BASE: "$CI_REGISTRY_IMAGE/internal"
GITLAB_OPENTOFU_IMAGE_NAME: "$GITLAB_OPENTOFU_IMAGE_BASE/gitlab-opentofu:$CI_COMMIT_SHA-opentofu$OPENTOFU_VERSION" GITLAB_OPENTOFU_IMAGE_NAME: "$GITLAB_OPENTOFU_IMAGE_BASE/gitlab-opentofu:$CI_COMMIT_SHA-opentofu$OPENTOFU_VERSION"
...@@ -76,7 +76,7 @@ check-semantic-version: ...@@ -76,7 +76,7 @@ check-semantic-version:
stage: .pre stage: .pre
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
image: alpine:3.20.2 image: alpine:3.20.3
before_script: before_script:
- apk add perl - apk add perl
script: script:
...@@ -112,7 +112,7 @@ gitlab-opentofu-image:build: ...@@ -112,7 +112,7 @@ gitlab-opentofu-image:build:
check-versions: check-versions:
stage: test stage: test
needs: [] needs: []
image: alpine:3.20.2 image: alpine:3.20.3
before_script: before_script:
- apk add coreutils yq patch git - apk add coreutils yq patch git
script: script:
...@@ -122,7 +122,7 @@ check-versions: ...@@ -122,7 +122,7 @@ check-versions:
check-readme: check-readme:
stage: test stage: test
needs: [] needs: []
image: alpine:3.20.2 image: alpine:3.20.3
before_script: before_script:
- apk add coreutils yq make git - apk add coreutils yq make git
script: script:
...@@ -228,7 +228,7 @@ create-release: ...@@ -228,7 +228,7 @@ create-release:
description: './release-notes.md' description: './release-notes.md'
old-states: old-states:
image: alpine:3.20.2 image: alpine:3.20.3
stage: cleanup stage: cleanup
variables: variables:
REMOVE_STATES_UNTIL: 1 week ago REMOVE_STATES_UNTIL: 1 week ago
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment