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.
Tested with rancheros-v1.3.0-rc1.
The use of ros config set rancher.environment.REGISTRY_DOMAIN xxxx.yyy to configure the image prefix is now supported.
Like below:
# ros console switch ubuntu
Switching consoles will
1. destroy the current console container
2. log you out
3. restart Docker
Continue [y/N]: y
ERRO[0003] Missing the image: Error: No such image: registry.cn-hangzhou.aliyuncs.com/rancher/os-ubuntuconsole:v1.3.0
Pulling console (registry.cn-hangzhou.aliyuncs.com/rancher/os-ubuntuconsole:v1.3.0)...
We use artifactory for docker.io caching.
A normal
docker pull rancher/os
can be cached asdocker pull dockerhub.mycompanyname.com/docker.io/rancher/os
However, we have no way to inject a prefix into Rancher os for installation or service pulls.
We'd like a global prefix we can add to force ROS to always use our mirror.
The text was updated successfully, but these errors were encountered: