mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #718 from bart0sh/PR113-switch-to-bullseye
change golang base to Debian bullseye
This commit is contained in:
commit
bcc2820682
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Golang base image.
|
||||
ARG GOLANG_BASE=golang:1.16-buster
|
||||
ARG GOLANG_BASE=golang:1.16-bullseye
|
||||
|
||||
FROM ${GOLANG_BASE} as builder
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user