Added build-info to the images
This commit is contained in:
3
makefile
3
makefile
@@ -190,6 +190,9 @@ $(RELEASE_IMAGE): $(RELEASE_DEPS) | $(OUT_DIR)
|
||||
-e KUBE_IMG_CACHE=/var/cache/k8s-images \
|
||||
-e KUBE_VERSION=$(KUBE_VERSION) \
|
||||
-e ALPINE_HOSTNAME=$(ALPINE_HOSTNAME) \
|
||||
-e BUILD_VERSION=$(BUILD_VERSION) \
|
||||
-e BUILD_DATE=$(BUILD_DATE) \
|
||||
-e BUILD_GIT=$(BUILD_GIT) \
|
||||
-e ARCH=$(ARCH) \
|
||||
$(DOCKER_IMAGE_ROOT)/buildenv-alpine:$(TAG) \
|
||||
bash -lc '/build-rootfs.sh'); \
|
||||
|
||||
Reference in New Issue
Block a user