Skip to content

Commit

Permalink
build mainnet 1.14.2 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jachen-sh authored Nov 29, 2023
1 parent e7a9d08 commit 59823ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
SUI_GIT_REVISION: 5849f68 # devnet-v1.15.0
SUI_GIT_REVISION: mainnet-v1.14.2

concurrency: docker

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Multi-platform docker images for [Sui](https://sui.io/).

These are built from the official release source code from [Sui](https://github.com/MystenLabs/sui/releases).
The images are tagged with the corresponding release version, e.g. `mainnet-v1.13.2`.
The images are tagged with the corresponding release version, e.g. `mainnet-v1.14.2`.

Please refer to the [GitHub Packages](https://github.com/orgs/shinamicorp/packages?repo_name=sui-docker) page for available versions.

Expand All @@ -22,7 +22,7 @@ Please refer to the [GitHub Packages](https://github.com/orgs/shinamicorp/packag
- Contains a single `sui-node` binary, geared towards running Sui fullnodes.
- Image entrypoint set to `sui-node`, so you can directly run commands like this:
```
docker run --rm -it ghcr.io/shinamicorp/sui-node:mainnet-v1.13.2 --help
docker run --rm -it ghcr.io/shinamicorp/sui-node:mainnet-v1.14.2 --help
```
- In practice, you'll need to mount volumes for config, genesis, and data storage etc.
- [sui](https://github.com/shinamicorp/sui-docker/pkgs/container/sui)
Expand Down
2 changes: 1 addition & 1 deletion sui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import sys
from pathlib import Path
from subprocess import run

SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.13.2"
SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.14.2"


def sui(*args: str) -> None:
Expand Down

0 comments on commit 59823ab

Please sign in to comment.