quay / quay-builder

A worker process used by Quay to build containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support podman and/or buildah

vwbusguy opened this issue · comments

The current quay install documentation notes that podman is supported for RHEL8, but quay-builder only supports Docker through the docker.sock. Further, Red Hat does not ship a version of Docker than can support multi staged build, so there is no supported way to do multi staged image builds in quay as a result.

Please provide a means to build images in quay via buildah or podman via quay-builder.

@vwbusguy no disagreement from us. We have been working with and following the progress of podman (containers/podman#4499). Watch this jira for future updates to quay ecosystem https://issues.redhat.com/browse/PROJQUAY-473

It looks like the initial support was merged to libpod in January. If there's anything I can do to help, please let me know. I'm comfortable coding in go and python. (I'm vwbusguy in the freenode channel if it's helpful to connect there instead.)