mirror of https://github.com/rancher/dashboard.git
Target `v2.9-head` for e2e runs
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
parent
bb66802a2d
commit
69c71cfea3
|
|
@ -26,7 +26,7 @@
|
|||
"install:ci": "yarn install --frozen-lockfile",
|
||||
"dev": "bash -c 'source ./scripts/version && NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve'",
|
||||
"mem-dev": "bash -c 'source ./scripts/version && NODE_ENV=dev node --max-old-space-size=8192 ./node_modules/.bin/vue-cli-service serve'",
|
||||
"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.9-a83e8c5526b54153aee0edbc2dc7b6d8ea982bec-head",
|
||||
"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.9-head",
|
||||
"docker:local:stop": "docker kill cypress || true && docker rm cypress || true",
|
||||
"build": "NODE_OPTIONS=--max_old_space_size=4096 ./node_modules/.bin/vue-cli-service build",
|
||||
"build:lib": "cd pkg/rancher-components && yarn build:lib",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ docker run -d --restart=unless-stopped -p 80:80 -p 443:443 \
|
|||
-e CATTLE_PASSWORD_MIN_LENGTH=3 \
|
||||
--name cypress \
|
||||
--privileged \
|
||||
rancher/rancher:v2.9-a83e8c5526b54153aee0edbc2dc7b6d8ea982bec-head
|
||||
rancher/rancher:v2.9-head
|
||||
|
||||
docker ps
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue