You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
RancherOS Version: (ros os version)
1.5 Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
VM on premises
Hi there,
I am encountering an issue when I try to use RancherOS behind a proxy.
Everything is running fine (installation, upgrade, configuration,...) but when I am trying to set the zfs service up, the build.sh is failing.
The build.sh is leveraging the populated HTTP_PROXY, HTTPS_PROXY, NO_PROXY environment variables, but at the end of the script, the system-docker command used to build the zfs-tools image is not propagating the environment variables.
I simply tried to add --build-arg options on the system-docker build command and it worked nice.
See my patch below on the github rancher/os-services project
RancherOS Version: (ros os version)
1.5
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
VM on premises
Hi there,
I am encountering an issue when I try to use RancherOS behind a proxy.
Everything is running fine (installation, upgrade, configuration,...) but when I am trying to set the zfs service up, the build.sh is failing.
The build.sh is leveraging the populated HTTP_PROXY, HTTPS_PROXY, NO_PROXY environment variables, but at the end of the script, the system-docker command used to build the zfs-tools image is not propagating the environment variables.
I simply tried to add --build-arg options on the system-docker build command and it worked nice.
See my patch below on the github rancher/os-services project
The text was updated successfully, but these errors were encountered: