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.
1 parent 4ac3c54 commit a12288fCopy full SHA for a12288f
Makefile
@@ -4,6 +4,7 @@ PLATFORM ?= linux/amd64
4
5
ACTION ?= load
6
PROGRESS_MODE ?= plain
7
+EXTRA_ARGS ?=
8
9
.PHONY: docker-build docker-test tag update-tags
10
@@ -18,6 +19,7 @@ docker-build:
18
19
--platform $(PLATFORM) \
20
--pull \
21
--$(ACTION) \
22
+ $(EXTRA_ARGS) \
23
./docker
24
25
docker-test:
0 commit comments