We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bee9e82 + eb58d4b commit 8a97a3cCopy full SHA for 8a97a3c
Makefile
@@ -7,7 +7,7 @@ NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda
7
# CONTAINER_ENGINE=podman make container-image
8
CONTAINER_ENGINE ?= docker
9
IMAGE_REGISTRY ?= gcr.io/k8s-staging-sig-docs
10
-IMAGE_VERSION=$(shell scripts/hash-files.sh Dockerfile Makefile package.json package-lock.json | cut -c 1-12)
+IMAGE_VERSION=$(shell scripts/hash-files.sh Dockerfile Makefile netlify.toml .dockerignore cloudbuild.yaml package.json package-lock.json | cut -c 1-12)
11
CONTAINER_IMAGE = $(IMAGE_REGISTRY)/k8s-website-hugo:v$(HUGO_VERSION)-$(IMAGE_VERSION)
12
# Mount read-only to allow use with tools like Podman in SELinux mode
13
# Container targets don't need to write into /src
0 commit comments