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
container-image-podman for Podman-related builds #27274
Comments
|
/cc @aloubyansky, @gastaldi, @gsmet, @maxandersen |
|
an extension that changes the behavior of |
|
Does it have to be a separate extension? Can't we support that in |
|
My guess is that it might be possible to support that in By the way, I found a way out building images with |
|
Maybe @geoand can answer that. If that's the recommended approach we should at least document in its guide for posterity |
|
Yes, you can do that with Jib. We don't have every feature in the docs, but all the configuration properties are documented |
|
Podman detection works fine on Windows now. |
Description
Normally,
container-image-dockerwould be enough as Podman implements OCI standards pretty much the same as Docker. However, if you are working on Windows, you may run into limitation with settingDOCKER_HOSTto Podman'snpipeand command aliases, ascontainer-image-docker'sDockerProcessorcallsdockercommand directly. Unfortunately, I haven't found a way to create Windows CMD/PowerShell aliases that apply for Java too.I can imagine that this extension is pretty much built the same like
container-image-docker, but usingpodmancommand instead.Maybe there can also be integrations for other opencontainers tools like
buildah.Configuration suggestion
Pretty much the same configuration properties used for
container-image-*/container-image-dockerextension.Additional context
No response
The text was updated successfully, but these errors were encountered: