You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Gradle task bootBuildImage requires either Podman or Docker, which is impedimental in certain CI environments. When running builds in Docker runners of a GitLab Pipeline, docker-in-docker functionality is often unavailable.
Buildah offers an alternative solution for such environments. I suggest adding Buildah support as an additional option for packaging OCI images with the bootBuildImage task.
The text was updated successfully, but these errors were encountered:
chkpnt
changed the title
Using bootBuildImage with Buildah instead of Docker / Podman
Using bootBuildImage with Buildah
Mar 24, 2025
Currently, the Gradle task
bootBuildImage
requires either Podman or Docker, which is impedimental in certain CI environments. When running builds in Docker runners of a GitLab Pipeline, docker-in-docker functionality is often unavailable.Buildah offers an alternative solution for such environments. I suggest adding Buildah support as an additional option for packaging OCI images with the
bootBuildImage
task.The text was updated successfully, but these errors were encountered: