We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In contrast to ubuntu-22.04, ubuntu-24.04 comes with a non-existing Podman remote socket.
ubuntu-22.04
ubuntu-24.04
2.321.0
https://github.com/elgohr/runner-podman/actions/runs/12746956270
The socket should be enabled by default (like in ubuntu-22.04)
remoteSocket does not exist.
name: Show on: push jobs: show: strategy: matrix: os: [ ubuntu-latest, ubuntu-22.04 ] runs-on: ${{ matrix.os }} timeout-minutes: 1 steps: - run: podman system info
Take a look at remoteSocket.exists
remoteSocket.exists
The text was updated successfully, but these errors were encountered:
Hi @elgohr - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating.
Sorry, something went wrong.
vidyasagarnimmagaddi
No branches or pull requests
Description
In contrast to
ubuntu-22.04
,ubuntu-24.04
comes with a non-existing Podman remote socket.Platforms affected
Runner images affected
Image version and build link
2.321.0
Is it regression?
https://github.com/elgohr/runner-podman/actions/runs/12746956270
Expected behavior
The socket should be enabled by default (like in
ubuntu-22.04
)Actual behavior
remoteSocket does not exist.
Repro steps
Take a look at
remoteSocket.exists
The text was updated successfully, but these errors were encountered: