1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #915 from marquiz/devel/tilt

Tiltfile: update builder image to golang:1.19-bullseye
This commit is contained in:
Kubernetes Prow Robot 2022-10-13 15:21:01 -07:00 committed by GitHub
commit 1bd63c7a38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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