-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buildpack extension not working with podman #41899
Comments
/cc @maxandersen (podman) |
using the
|
A little update, for shake of
and added this to my
but that gave me this error:
CC @BarDweller |
That is probably not necessary the default builder works a little bit better by which I mean it fails little bit latter. |
It appears that property |
The current buildpack implementation in quarkus will not work with podman.. The new release of the snowdrop buildpack library addresses some podman compatibility issues, and has been tested with podman and docker daemons. I'll tag this Issue when I raise the PR to update quarkus to the new library revision. Should be within a few days. |
Describe the bug
The buildpack extension seems to not work with
podman
, as I am getting:Expected behavior
Works with Podman 😄
Actual behavior
Unable to build like:
as it gives the above error
How to Reproduce?
I created a new empty project, from this page: https://quarkus.io/extensions/io.quarkus/quarkus-container-image-buildpack/?tab=docs
TRY THIS EXTENSION,
After unzipping the bundle, I ran:
which fails
Output of
uname -a
orver
Linux fedora 6.9.6-200.fc40.x86_64
Output of
java -version
java --version openjdk 21.0.3 2024-04-16 OpenJDK Runtime Environment (Red_Hat-21.0.3.0.9-1) (build 21.0.3+9) OpenJDK 64-Bit Server VM (Red_Hat-21.0.3.0.9-1) (build 21.0.3+9, mixed mode, sharing)
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
Output from
podman info
:The text was updated successfully, but these errors were encountered: