WIP
This commit is contained in:
parent
79a0e5fa33
commit
db428b95ab
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.idea
|
6
Makefile
6
Makefile
@ -1,5 +1,5 @@
|
|||||||
#! /usr/bin/make
|
#! /usr/bin/make
|
||||||
.DEFAULT_GOAL := push-container
|
.DEFAULT_GOAL := all
|
||||||
|
|
||||||
CONTAINER_REGISTRY=creg.xfx1.de
|
CONTAINER_REGISTRY=creg.xfx1.de
|
||||||
CONTAINER_IMAGE_NAME=${CONTAINER_REGISTRY}/python-build-base
|
CONTAINER_IMAGE_NAME=${CONTAINER_REGISTRY}/python-build-base
|
||||||
@ -23,4 +23,6 @@ push-container:
|
|||||||
gcr.io/kaniko-project/executor:latest \
|
gcr.io/kaniko-project/executor:latest \
|
||||||
--dockerfile /tmp/Dockerfile \
|
--dockerfile /tmp/Dockerfile \
|
||||||
--context dir:///workspace \
|
--context dir:///workspace \
|
||||||
--destination ${CONTAINER_IMAGE_NAME}:${CONTAINER_IMAGE_TAG}
|
--destination ${CONTAINER_IMAGE_NAME}:${CONTAINER_IMAGE_TAG}
|
||||||
|
|
||||||
|
all: push-container
|
Loading…
Reference in New Issue
Block a user