Image building
Image building
kaniko
-
Kaniko created by Google
- Daemonless, unprivileged
- Uses Dockerfile
buildah
-
Buildah created by RedHat
- Daemonless, unprivileged
- Script/command based (not using Dockerfile)
img
–
Demo: img
Building and pushing using img
Enter pod:
Build image:
img build --tag localhost:5000/test .
Push image:
img push --insecure-registry localhost:5000/test