Skip to content

Commit e0f731f

Browse files
committed
[2.11] Migrate to staging registry for e2e tests
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
1 parent 392cea1 commit e0f731f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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",

scripts/e2e-docker-start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3232
docker ps
3333

0 commit comments

Comments
 (0)