Skip to content

Commit

Permalink
use Dockerfile.old to build old version
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed May 15, 2024
1 parent 6dc194c commit cda8f55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/updates/prepare_cosmovisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ fi
## check if $BUILDDIR/old/terrad exists
if [ ! -f "$BUILDDIR/old/terrad" ]; then
mkdir -p $BUILDDIR/old
cp ./contrib/updates/Dockerfile.old _build/core-${OLD_VERSION:1}/Dockerfile
docker build --platform linux/amd64 --no-cache --build-arg source=./_build/core-${OLD_VERSION:1}/ --tag classic-terra/terraclassic.terrad-binary.old .
docker build --platform linux/amd64 --no-cache --build-arg source=./_build/core-${OLD_VERSION:1}/ --tag classic-terra/terraclassic.terrad-binary.old -f contrib/updates/Dockerfile.old .
docker create --platform linux/amd64 --name old-temp classic-terra/terraclassic.terrad-binary.old:latest
docker cp old-temp:/usr/local/bin/terrad $BUILDDIR/old/
docker rm old-temp
Expand Down

0 comments on commit cda8f55

Please sign in to comment.