Hi,
I've installed PVE9.1.1 and I'm testing the new LXC from OCI-Images feature and have a problem pulling images from repository behind a http-proxy from PVE-WebUI.
If I try to query the tags from a container reference (e.g. docker.io/hello-world), a timeout occurs.
Running the command
from shell, got a timeout, too.
If I set the environment variables http_proxy and https_proxy the skopeo command works fine and lists the available tags.
I've created a proxy.sh in /etc/profiles.d, did a server reboot and the skopeo command works fine again. But if I try to query the tags from the WebUI now, the timeout occurs again.
I've installed PVE9.1.1 and I'm testing the new LXC from OCI-Images feature and have a problem pulling images from repository behind a http-proxy from PVE-WebUI.
If I try to query the tags from a container reference (e.g. docker.io/hello-world), a timeout occurs.
Running the command
Code:
skopeo list-tags docker://docker.io/hello-world
If I set the environment variables http_proxy and https_proxy the skopeo command works fine and lists the available tags.
I've created a proxy.sh in /etc/profiles.d, did a server reboot and the skopeo command works fine again. But if I try to query the tags from the WebUI now, the timeout occurs again.
Last edited: