-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Equivalent --root
, --runroot
, --registries-conf
, and --registries-conf-dir
flags for podman's CLI
#21250
Comments
Similar flags are available for podman (Real podman, not Podman on the MAC, which is podman-remote. |
Apologies if this is the case. Could you kindly point me to the relevant
documentation? Google didn't give me any hits.
…On Fri, Jan 12, 2024, 11:01 PM Daniel J Walsh ***@***.***> wrote:
Similar flags are available for podman (Real podman, not Podman on the
MAC, which is podman-remote.
—
Reply to this email directly, view it on GitHub
<#21250 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQPQIQXACZ52DSQ4UYLELLYOIBI7AVCNFSM6AAAAABBY7LROWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQGI4TGMRTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
So, it looks like |
Environment CONTAINERS_REGISTRIES_CONF should work, but no --registries-conf-dir equivalent. |
We also have a hidden option. |
This patch to Podman would enable --registires-conf-dir for podman build and podman kube play, but only for local non --remote builds. |
Okay. I think this covers it. Thank you. |
Feature request description
My understanding is that the flags in the title are for buildah's CLI, and they allow the user to completely change up where buildah looks for its state/configuration for that specific launch of the CLI. Would it be possible for these flags (or similar flags) to be included in podman's CLI? This would help avoid polluting the user's list of podman containers / podman's state when automated scripts are involved. For example, imagine I have a custom script that runs podman's CLI to create a few containers. Maybe I don't want those containers to show up in the user's list of normal containers.
Suggest potential solution
Add the flags.
Have you considered any alternatives?
I've been using buildah directly in my scripts (as a hack) rather than using podman.
Additional context
No response
The text was updated successfully, but these errors were encountered: