Podman Package not found in mcr.microsoft.com/devcontainers/base:noble|jammy
#24846
Replies: 1 comment 4 replies
-
Hi @afbjorklund and @lsm5, as I see your names in #22973 and #21041, any idea or pointer for my issue please? Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using a Devcontainer in a GitHub Codespace based on
mcr.microsoft.com/devcontainers/base:noble
ormcr.microsoft.com/devcontainers/base:jammy
, if I runsudo apt update && sudo apt -y install podman
, I'm getting this error:Could you guide me to how I can install
podman
in there please?Thanks in advance!
Context: I have a DevContainer/Codespace config to have Docker pre-configured, but I want to have the same for Podman.
Note: I saw this other discussion similar to that #22973, but now closed without any answer for resolution.
Beta Was this translation helpful? Give feedback.
All reactions