File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function run_tests() {
42
42
docker run --rm \
43
43
-w /go/src/github.com/google/cadvisor \
44
44
-v ${PWD} :/go/src/github.com/google/cadvisor \
45
- golang:" $GOLANG_VERSION -bullseye " \
45
+ golang:" $GOLANG_VERSION -bookworm " \
46
46
bash -c " $BUILD_CMD "
47
47
48
48
EXTRA_DOCKER_OPTS=" -e DOCKER_IN_DOCKER_ENABLED=true"
@@ -58,13 +58,11 @@ function run_tests() {
58
58
--privileged \
59
59
--cap-add=" sys_admin" \
60
60
--entrypoint=" " \
61
- gcr.io/k8s-testimages /bootstrap \
61
+ gcr.io/k8s-staging-test-infra /bootstrap \
62
62
bash -c " export DEBIAN_FRONTEND=noninteractive && \
63
- echo 'deb http://deb.debian.org/debian buster-backports main'>/etc/apt/sources.list.d/buster.list && \
64
- cat /etc/apt/sources.list.d/buster.list && \
65
63
apt update && \
66
- apt install -y -t buster-backports $PACKAGES && \
67
- CADVISOR_ARGS=" $CADVISOR_ARGS " /usr/local/bin/runner.sh build/integration.sh"
64
+ apt install -y $PACKAGES && \
65
+ CADVISOR_ARGS=$CADVISOR_ARGS /usr/local/bin/runner.sh build/integration.sh"
68
66
}
69
67
70
68
GO_FLAGS=${GO_FLAGS:- " -tags=netgo -race" }
You can’t perform that action at this time.
0 commit comments