Skip to content

Commit bcc2820

Browse files
authored
Merge pull request #718 from bart0sh/PR113-switch-to-bullseye
change golang base to Debian bullseye
2 parents aa39ed2 + 83f87ea commit bcc2820

13 files changed

+13
-13
lines changed

build/docker/intel-deviceplugin-operator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-dsa-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-fpga-admissionwebhook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-fpga-initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-fpga-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-gpu-initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-gpu-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-qat-plugin-kerneldrv.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-qat-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-sgx-admissionwebhook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.16-buster
21+
ARG GOLANG_BASE=golang:1.16-bullseye
2222

2323
FROM ${GOLANG_BASE} as builder
2424

0 commit comments

Comments
 (0)