1
0
Fork 0
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:
Markus Lehtonen 2022-10-13 15:13:05 +03:00
parent 0cae49eda1
commit 07fc280f96

View file

@ -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()