Deprecate the old varlink for podman-env #9230
Labels
co/runtime/crio
CRIO related issues
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Podman v2 doesn't support the varlink protocol any longer, so have to move to using the unix socket over ssh:
This also means that we need to set up the
podman.socket
unit, in order to start thepodman.service
unit.As well as making the
/run/podman/podman.sock
available to the connecting user, in this case called "docker".See containers/podman#6809 for configuration
Requirements: Podman 2.0.6 or later
Currently we use PODMAN_VARLINK_BRIDGE and
sudo varlink -A 'podman varlink \$VARLINK_ADDRESS' bridge
This is only available with podman 1.9.3, which is no longer supported upstream (we have to build our own podman-remote)
See #8596
We can time this podman-env
ssh://
feature with docker-env: #9229Could also take a look at usingpodman system connection
perhaps.containers/podman#7602 (comment)Note: Podman 3.0 will remove varlink support
It is usually compiled out, even with the 2.x builds
The text was updated successfully, but these errors were encountered: