snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Allow the use of podman for creating a container-image #179

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 4 years ago

Description Currently we have container-image-jib and container-image-docker for building container images and pushing them to a registry (container-image-s2i is openshift specific).

It would be nice to provide a similar experience for podman (it can currently be used if the user aliases docker to podman and used the container-image-docker extension).

Implementation ideas The basic question is, do we provide another extension (which would basically do exactly what the docker extension does), or just provide a config switch in DockerConfig?


https://github.com/quarkusio/quarkus/issues/12135


$upstream:12135$