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

Add github.com/containers/podman #32664

Open
2 of 8 tasks
betaboon opened this issue Feb 27, 2025 · 1 comment · May be fixed by #32751
Open
2 of 8 tasks

Add github.com/containers/podman #32664

betaboon opened this issue Feb 27, 2025 · 1 comment · May be fixed by #32751
Labels
enhancement New feature or request

Comments

@betaboon
Copy link

Source URL

https://github.com/containers/podman

Homepage URL

https://podman.io/

Command names

podman

How to confirm after installation

e.g. gh version

podman version

How to install

aqua supports several install ways.

e.g. https://suzuki-shunsuke.github.io/tfcmt/install

The tool's official installation guide:

  • Download pre-built binaries
    • GitHub Releases
    • Files in the GitHub repository
    • URL:
  • Build from source
    • go install: go install
    • go build: go build
    • cargo install cargo install

Note

the artifacts to use are called podman-remote-release-{arch} and podman-remote-static-{arch}.
at least the podman-remote-static-{arch} contain a binary called podman-remote-static-{arch} but the command they should be made available is podman

@betaboon betaboon added the enhancement New feature or request label Feb 27, 2025
@suzuki-shunsuke suzuki-shunsuke linked a pull request Mar 1, 2025 that will close this issue
@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Mar 1, 2025

Thank you for your request.
I created a pull request.

I'm not familiar with Podman, so I'm not sure if Podman installed by aqua works properly.
I'm testing.

You can try it on your machine.
https://aquaproj.github.io/docs/products/aqua-registry/contributing#3-add-aqua-allyaml-in-aqua_global_config

git clone https://github.com/aquaproj/aqua-registry
cd aqua-registry
aqua policy allow
gh pr checkout 32751
aqua g -i containers/podman
aqua i -l
podman --help

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

Successfully merging a pull request may close this issue.

2 participants