Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update images used for CI internally #5519

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
image: '${DOCKER_CICD_REPO}/ci-container/debian-buster:3.1.1'
image: '${DOCKER_CICD_REPO}/ci-container/debian-bookworm:3.5.0'

variables:
WIN_2019_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2019
Expand Down Expand Up @@ -116,7 +116,7 @@ fossa:
- schedules

.deploy-release:
image: '${DOCKER_CICD_REPO}/ci-container/python-3.9:1.8.0'
image: '${DOCKER_CICD_REPO}/ci-container/python-3.12-bookworm:3.5.0'
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
Expand Down Expand Up @@ -312,7 +312,7 @@ compile:
- bin/migratecheckpoint_*

otelcol-fips:
image: '${DOCKER_CICD_REPO}/ci-container/golang-1.22:3.4.0'
image: '${DOCKER_CICD_REPO}/ci-container/golang-1.22:3.5.0'
extends:
- .trigger-filter
stage: build
Expand Down