Skip to content
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

Support for podman --remote #95

Open
dennybaa opened this issue Mar 20, 2024 · 0 comments
Open

Support for podman --remote #95

dennybaa opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dennybaa
Copy link

dennybaa commented Mar 20, 2024

Is your feature request related to a problem? Please describe.

There's possibility that remote podman is used. For example wrapper for podman --remote

Describe the solution you'd like

One possible scenario:

Action should check this scenario. For example, by running podman --remote version, in case (podman --remote is wrapped) then the server is present.

Server:       Podman Engine
Version:      4.9.3
...

So functions which use temporary local storage are not relevant createDockerPodmanImageStroage and invocations such as /runner/tools/bin/podman --root /tmp/podman-from-docker-4BGtIv pull ... must omit this local storage.

Describe alternatives you've considered

Maybe can be an option to set remote: true to use podman --remote. It's not clear yet what is the optimal way to explicitly define operation mode or detection based approach.

@dennybaa dennybaa added the enhancement New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant