Image building

Image building

kaniko

buildah

img

Demo: img

Building and pushing using img

Enter pod:

docker exec -it img bash

Build image:

img build --tag localhost:5000/test .

Push image:

img push --insecure-registry localhost:5000/test