Bump test-binaries-image dockerfiles to golang:1.25.3-bookworm

This commit is contained in:
Joshua Casey
2025-10-15 14:08:17 -05:00
parent b886eae439
commit 92a1e66b25
2 changed files with 2 additions and 11 deletions

View File

@@ -3,12 +3,7 @@
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# Using bullseye (debian 11) until google/cloud-sdk starts using bookworm (debian 12) because the
# test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile
# which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test
# built below to error upon execution complaining that the expected version of GLIBC is not found.
FROM golang:1.25rc3-bullseye as build-env
FROM golang:1.25.3-bookworm as build-env
WORKDIR /work
COPY . .
ARG GOPROXY

View File

@@ -6,11 +6,7 @@
# we need a separate dockerfile for the fips test image so that the integration tests
# use the right ciphers etc.
# Using bullseye (debian 11) until google/cloud-sdk starts using bookworm (debian 12) because the
# test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile
# which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test
# built below to error upon execution complaining that the expected version of GLIBC is not found.
FROM golang:1.25rc3-bullseye as build-env
FROM golang:1.25.3-bookworm as build-env
WORKDIR /work
COPY . .
ARG GOPROXY