blob: 50f05f081d01cba1225200e6d90a069c3050f112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# podman docker image builder
This image can build container images from a Dockerfile.
It uses centos 8 with podman.
## using the image
Simply use registry.gitlab.com/kraxel/podman-docker-builder:latest
instead of docker:latest in your .gitlab-ci.yml file. dind
(docker-in-docker) is not needed and can be dropped. All your
docker commands are automatically redirected to podman, so there
is no need to change them all.
## compatibility
The usual build workflow with pull / build / tag / push docker
commands should work just fine. There isn't a docker daemon
running though.
|