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.12-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.12-head" ,
3030 "docker:local:stop" : " docker kill cypress || true && docker rm cypress || true" ,
3131 "docker:local:logs" : " docker logs cypress > $E2E_RANCHER_LOG 2>&1" ,
3232 "build" : " NODE_OPTIONS=--max_old_space_size=4096 ./node_modules/.bin/vue-cli-service build" ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ docker run -d --restart=unless-stopped -p 80:80 -p 443:443 ${VOLUME_ARGS} \
3939 -e CATTLE_TRACE=true \
4040 --name cypress \
4141 --privileged \
42- rancher/rancher:${RANCHER_IMG_VERSION} \
42+ stgregistry.suse.com/ rancher/rancher:${RANCHER_IMG_VERSION} \
4343 --features=oidc-provider=true
4444
4545docker ps
You can’t perform that action at this time.
0 commit comments