WS-207807 # Fix typo
This commit is contained in:
parent
734767fc69
commit
4c6141924c
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
buildah bud --format=docker --security-opt label=disable --userns=host --network=host --rm=true --layers=true --memory=0 \
|
buildah bud --format=docker --security-opt label=disable --userns=host --network=host --rm=true --layers=true --memory=0 \
|
||||||
--tag jcr.jianguoyun.net.cn/onlyoffice/x2t-sandbox-rulegen-builder --file ./build/x2t-snadbox-rulegen-ubuntu.dockerfile .
|
--tag jcr.jianguoyun.net.cn/onlyoffice/x2t-sandbox-rulegen-builder --file ./build/x2t-sandbox-rulegen-ubuntu.dockerfile .
|
||||||
|
|
||||||
cp -r ./x2t-sandbox-rulegen ./src
|
cp -r ./x2t-sandbox-rulegen ./src
|
||||||
podman run --rm --security-opt label=disable --network=host \
|
podman run --rm --security-opt label=disable --network=host \
|
||||||
|
@ -3,10 +3,11 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
buildah bud --format=docker --security-opt label=disable --userns=host --network=host --rm=true --layers=true --memory=0 \
|
buildah bud --format=docker --security-opt label=disable --userns=host --network=host --rm=true --layers=true --memory=0 \
|
||||||
--tag jcr.jianguoyun.net.cn/onlyoffice/x2r-sandbox-builder --file ./build/x2t-snadbox-ubuntu.dockerfile .
|
--build-arg BASE_IMAGE=nexus.jianguoyun.net.cn/infra/ubuntu-nutstore:22.04 \
|
||||||
|
--tag jcr.jianguoyun.net.cn/onlyoffice/x2t-sandbox-builder --file ./build/x2t-sandbox-ubuntu.dockerfile .
|
||||||
|
|
||||||
podman run --rm --security-opt label=disable --network=host \
|
podman run --rm --security-opt label=disable --network=host \
|
||||||
--volume .:/app \
|
--volume .:/app \
|
||||||
--workdir /app/src \
|
--workdir /app/src \
|
||||||
jcr.jianguoyun.net.cn/onlyoffice/x2r-sandbox-builder \
|
jcr.jianguoyun.net.cn/onlyoffice/x2t-sandbox-builder \
|
||||||
bash -c "/root/.cargo/bin/cargo build --release"
|
bash -c "/root/.cargo/bin/cargo build --release"
|
Loading…
x
Reference in New Issue
Block a user