forked from cerc-io/stack-orchestrator
temp testing
This commit is contained in:
parent
7d347e84fd
commit
21f7b96eb4
@ -134,6 +134,7 @@ VOLUME /var/lib/lotus
|
|||||||
|
|
||||||
|
|
||||||
EXPOSE 1234
|
EXPOSE 1234
|
||||||
|
EXPOSE 1235
|
||||||
EXPOSE 2345
|
EXPOSE 2345
|
||||||
EXPOSE 3456
|
EXPOSE 3456
|
||||||
EXPOSE 1777
|
EXPOSE 1777
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
|
||||||
|
git stash
|
||||||
|
|
||||||
# Use a release version tag to match the modified Dockerfile replaced in next step
|
# Use a release version tag to match the modified Dockerfile replaced in next step
|
||||||
git -C ${CERC_REPO_BASE_DIR}/lotus checkout master
|
git -C ${CERC_REPO_BASE_DIR}/lotus checkout v1.27.0-rc1-c
|
||||||
|
|
||||||
# Replace repo's Dockerfile with modified one
|
# Replace repo's Dockerfile with modified one
|
||||||
cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile
|
cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user