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 8eb5d12 commit 4778099Copy full SHA for 4778099
pkg/docker/Makefile
@@ -136,6 +136,7 @@ Dockerfile.%: ../../version template.Dockerfile
136
build-%: Dockerfile.%
137
docker pull $(CONTAINER_$*)
138
docker build --no-cache -t unit:$(VERSION)-$* -f Dockerfile.$* .
139
+ touch $@
140
141
library:
142
@echo "# this file is generated via https://github.com/nginx/unit/blob/$(shell git describe --always --abbrev=0 HEAD)/pkg/docker/Makefile"
@@ -178,5 +179,6 @@ all: $(addprefix Dockerfile., $(MODVERSIONS))
178
179
180
clean:
181
rm -f Dockerfile.*
182
+ rm -f build-*
183
184
.PHONY: default build dockerfiles clean library
0 commit comments