mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 22:15:40 +00:00
Bump test-binaries-image dockerfiles to golang:1.25.3-bookworm
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user