summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--test/testvol/Containerfile (renamed from Containerfile-testvol)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 38ea7a256..4d60ad4c8 100644
--- a/Makefile
+++ b/Makefile
@@ -227,9 +227,9 @@ test/checkseccomp/checkseccomp: $(wildcard test/checkseccomp/*.go)
test/testvol/testvol: $(wildcard test/testvol/*.go)
$(GOCMD) build $(BUILDFLAGS) $(GO_LDFLAGS) '$(LDFLAGS_PODMAN)' -o $@ ./test/testvol
-.PHONY: volume-plugin-test-image
+.PHONY: volume-plugin-test-img
volume-plugin-test-img:
- podman build -t quay.io/libpod/volume-plugin-test-img -f Containerfile-testvol .
+ podman build -t quay.io/libpod/volume-plugin-test-img:$$(date +%Y%m%d) -f ./test/testvol/Containerfile .
.PHONY: test/goecho/goecho
test/goecho/goecho: $(wildcard test/goecho/*.go)
diff --git a/Containerfile-testvol b/test/testvol/Containerfile
index 6ff45064b..6ff45064b 100644
--- a/Containerfile-testvol
+++ b/test/testvol/Containerfile