File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 "install:ci" : " yarn install --frozen-lockfile" ,
2727 "dev" : " bash -c 'source ./scripts/version && NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve'" ,
2828 "mem-dev" : " bash -c 'source ./scripts/version && NODE_ENV=dev node --max-old-space-size=8192 ./node_modules/.bin/vue-cli-service serve'" ,
29- "docker:local:start" : " docker run -d --restart=unless-stopped -p 80:80 -p 443:443 -e CATTLE_BOOTSTRAP_PASSWORD=password -e CATTLE_PASSWORD_MIN_LENGTH=3 --name cypress --privileged rancher/rancher:v2.11-head" ,
29+ "docker:local:start" : " docker run -d --restart=unless-stopped -p 80:80 -p 443:443 -e CATTLE_BOOTSTRAP_PASSWORD=password -e CATTLE_PASSWORD_MIN_LENGTH=3 --name cypress --privileged stgregistry.suse.com/ rancher/rancher:v2.11-head" ,
3030 "docker:local:stop" : " docker kill cypress || true && docker rm cypress || true" ,
3131 "build" : " NODE_OPTIONS=--max_old_space_size=4096 ./node_modules/.bin/vue-cli-service build" ,
3232 "build:lib" : " cd pkg/rancher-components && yarn build:lib" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ docker run -d --restart=unless-stopped -p 80:80 -p 443:443 ${VOLUME_ARGS} \
2727 -e CATTLE_PASSWORD_MIN_LENGTH=3 \
2828 --name cypress \
2929 --privileged \
30- rancher/rancher:${RANCHER_IMG_VERSION}
30+ stgregistry.suse.com/ rancher/rancher:${RANCHER_IMG_VERSION}
3131
3232docker ps
3333
You can’t perform that action at this time.
0 commit comments