Skip to content

Commit

Permalink
Add CACHE_DOCKER variable (#93)
Browse files Browse the repository at this point in the history
Update makego to add a CACHE_DOCKER variable (this is used in some
downstream projects to support using a pull through cache for Docker
images).
  • Loading branch information
pkwarren committed Jul 5, 2023
1 parent 9a481a6 commit 3c76174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/go/base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CACHE_BASE ?= $(HOME)/.cache/$(PROJECT)

CACHE := $(CACHE_BASE)/$(UNAME_OS)/$(UNAME_ARCH)
CACHE_BIN := $(CACHE)/bin
CACHE_DOCKER := $(CACHE)/docker
CACHE_INCLUDE := $(CACHE)/include
CACHE_VERSIONS := $(CACHE)/versions
CACHE_ENV := $(CACHE)/env
Expand Down

0 comments on commit 3c76174

Please sign in to comment.