wormhole/sui/Docker.md

376 B
Executable File

first build the image

cd ..; DOCKER_BUILDKIT=1 docker build --no-cache --progress plain -f sui/Dockerfile.base -t sui .

tag the image with the appropriate version

docker tag sui:latest ghcr.io/wormhole-foundation/sui:1.0.0-testnet

push to ghcr

docker push ghcr.io/wormhole-foundation/sui:1.0.0-testnet

echo remember to update both Dockerfile and Dockerfile.export