mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Tiltfile: update builder image to golang:1.19-bullseye
Sync with the Makefile.
This commit is contained in:
parent
0cae49eda1
commit
07fc280f96
1 changed files with 2 additions and 2 deletions
4
Tiltfile
4
Tiltfile
|
@ -2,7 +2,7 @@
|
|||
|
||||
BASE_IMAGE_MINIMAL="gcr.io/distroless/base"
|
||||
BASE_IMAGE_FULL="debian:buster-slim"
|
||||
BUILDER_IMAGE="golang:1.18-buster"
|
||||
BUILDER_IMAGE="golang:1.19-bullseye"
|
||||
HOSTMOUNT_PREFIX="/host-"
|
||||
IMAGE_TAG_NAME = os.getenv('IMAGE_TAG_NAME', "master")
|
||||
IMAGE_REGISTRY = os.getenv('IMAGE_REGISTRY', "gcr.io/k8s-staging-nfd")
|
||||
|
@ -36,4 +36,4 @@ def deploy_nfd():
|
|||
|
||||
# Actual calls to the functions
|
||||
build_image()
|
||||
deploy_nfd()
|
||||
deploy_nfd()
|
||||
|
|
Loading…
Reference in a new issue