Skip to content

Commit f8dbf36

Browse files
committed
Use suse registry for older releases
- #15001
1 parent e885b28 commit f8dbf36

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.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",

scripts/e2e-docker-start

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

4545
docker ps

0 commit comments

Comments
 (0)