Skip to content

Commit 88cf07c

Browse files
authored
Merge pull request #100 from Dockermint/bump(README)-upgrade-references-to-0.4.3
Upgrade references to version 0.4.3 in README
2 parents 811a0a4 + daf5208 commit 88cf07c

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)