We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073ab11 commit 22f0b95Copy full SHA for 22f0b95
Makefile
@@ -20,6 +20,11 @@ test: test-registry
20
test-race:
21
go test -race -count=3 ./...
22
23
+.PHYONY: update-kaniko-fork
24
+update-kaniko-fork:
25
+ go mod edit -replace github.com/GoogleContainerTools/kaniko=github.com/coder/kaniko@main
26
+ go mod tidy
27
+
28
# Starts a local Docker registry on port 5000 with a local disk cache.
29
.PHONY: test-registry
30
test-registry: test-registry-container test-images-pull test-images-push
0 commit comments