Skip to content

Commit daf5208

Browse files
authored
Upgrade references to version 0.4.3 in README
Updated Docker and Podman commands to use version 0.4.3. Changed the reference for downloading the pre-built binary to version 0.4.3 and updated the git clone command to fetch version 0.4.3.
1 parent 811a0a4 commit daf5208

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,28 +84,28 @@ Real-world comparison on a production Cosmos node snapshot:
8484

8585
```bash
8686
# Pull the image
87-
docker pull ghcr.io/dockermint/pebblify:0.4.0
88-
podman pull ghcr.io/dockermint/pebblify:0.4.0
87+
docker pull ghcr.io/dockermint/pebblify:0.4.3
88+
podman pull ghcr.io/dockermint/pebblify:0.4.3
8989

9090
# Run a conversion
9191
docker run --rm \
9292
-v /path/to/source:/data/source:ro \
9393
-v /path/to/output:/data/output \
9494
-v /path/to/tmp:/tmp \
95-
ghcr.io/dockermint/pebblify:0.4.0 \
95+
ghcr.io/dockermint/pebblify:0.4.3 \
9696
level-to-pebble --health --metrics /data/source /data/output
9797

9898
podman run --rm \
9999
-v /path/to/source:/data/source:ro \
100100
-v /path/to/output:/data/output \
101101
-v /path/to/tmp:/tmp \
102-
ghcr.io/dockermint/pebblify:0.4.0 \
102+
ghcr.io/dockermint/pebblify:0.4.3 \
103103
level-to-pebble --health --metrics /data/source /data/output
104104
```
105105

106106
### Binary
107107

108-
Download a pre-built binary for your platform from the [v0.4.0 release page](https://github.com/Dockermint/pebblify/releases/tag/v0.4.0).
108+
Download a pre-built binary for your platform from the [v0.4.3 release page](https://github.com/Dockermint/pebblify/releases/tag/v0.4.3).
109109

110110
Available architectures: Linux/AMD64, Linux/ARM64, Darwin/ARM64, Darwin/AMD64.
111111

@@ -123,7 +123,7 @@ After downloading, verify the checksum against the `checksums.txt` file on the r
123123
> - `install-podman` -- install the daemon as a rootless Podman Quadlet (Linux only)
124124
125125
```bash
126-
git clone --branch v0.4.0 https://github.com/Dockermint/pebblify.git
126+
git clone --branch v0.4.3 https://github.com/Dockermint/pebblify.git
127127
cd pebblify
128128
make install-cli
129129
```

0 commit comments

Comments
 (0)