Add image for prow jobs
This commit is contained in:
parent
fafa0a6e13
commit
ebc50b5c68
2 changed files with 74 additions and 0 deletions
13
test/e2e-prow/Makefile
Normal file
13
test/e2e-prow/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
TAG ?=v$(shell date +%m%d%Y)-$(shell git rev-parse --short HEAD)
|
||||
REGISTRY ?= quay.io/kubernetes-ingress-controller
|
||||
DOCKER ?= docker
|
||||
|
||||
IMAGE = $(REGISTRY)/e2e-prow
|
||||
|
||||
all: docker-build docker-push
|
||||
|
||||
docker-build:
|
||||
$(DOCKER) build -t $(IMAGE):$(TAG) .
|
||||
|
||||
docker-push:
|
||||
$(DOCKER) push $(IMAGE):$(TAG)
|
||||
Loading…
Add table
Add a link
Reference in a new issue