Skip to content

Commit

Permalink
Update images used for CI internally (#5519)
Browse files Browse the repository at this point in the history
* update CI container to bookworm

* update

* remove ci instructions for branch
  • Loading branch information
atoulme authored Oct 17, 2024
1 parent 87cb0f5 commit e156de1
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit e156de1

Please sign in to comment.