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 podman image scp #536

Open
hammerandtongs opened this issue Jan 8, 2023 · 1 comment
Open

Support podman image scp #536

hammerandtongs opened this issue Jan 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@hammerandtongs
Copy link

/kind feature

Description

Being able to use a direct transfer via image scp (without registry) would be very useful

https://docs.podman.io/en/latest/markdown/podman-image-scp.1.html

@sshnaidm sshnaidm added the enhancement New feature or request label Jan 8, 2023
@sshnaidm
Copy link
Member

sshnaidm commented May 27, 2024

I think it can be a feature for podman_image like we have push.
How about that?

- containers.podman.podman_image:
    name: testimage
    pull: false
    push: true
    push_args:
      dest: user@server
      transport: scp

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

2 participants