Cleanup of docker images
This commit is contained in:
parent
d7dc7be276
commit
dc20551288
20 changed files with 48 additions and 45 deletions
|
|
@ -23,8 +23,8 @@ all: docker-build docker-push
|
|||
docker-build:
|
||||
$(DOCKER) build \
|
||||
--pull \
|
||||
--build-arg K8S_RELEASE=v1.15.0 \
|
||||
--build-arg ETCD_VERSION=v3.3.12 \
|
||||
--build-arg K8S_RELEASE=v1.15.3 \
|
||||
--build-arg ETCD_VERSION=v3.3.15 \
|
||||
-t $(IMAGE):$(TAG) .
|
||||
|
||||
docker-push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue