Fix k8s relatated tools #12

Manually merged
anton merged 7 commits from drgrove/k8s-container-fixes into ryansquared/use-stagex-bins 2025-08-04 19:12:42 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 51cd8ae0ca - Show all commits

View File

@ -20,6 +20,13 @@ PROGRESS ?= auto
REGISTRY ?= git.distrust.co/public REGISTRY ?= git.distrust.co/public
VERSION := latest VERSION := latest
ifeq ($(NOCACHE), 1)
NOCACHE_FLAG=--no-cache
else
NOCACHE_FLAG=
endif
export NOCACHE_FLAG
include $(PWD)/src/make/macros.mk include $(PWD)/src/make/macros.mk
.DEFAULT_GOAL := .DEFAULT_GOAL :=