@@ -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
9191docker 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
9898podman 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
110110Available 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
127127cd pebblify
128128make install-cli
129129```
0 commit comments