ahrtr / etcd-defrag

An easier to use and smarter etcd defragmentation tool
MIT License
85 stars 9 forks source link

docs: describe new container image #20

Closed clementnuss closed 1 year ago

clementnuss commented 1 year ago

some doc, if you want to use that for the new container images:)

clementnuss commented 1 year ago

also one last point: you might need to change the package visibility once you're done building it. I've already had packages that were by default published as private packages.

edit: well it seems you stumbled upon something like that ! https://github.com/ahrtr/etcd-defrag/actions/runs/6393396273/job/17352549878#step:5:17

ahrtr commented 1 year ago

can you please verify whether you can pull the image?

docker pull ghcr.io/ahrtr/etcd-defrag:v0.4.0
clementnuss commented 1 year ago
🕙 16:13:31  ❯ docker run --rm ghcr.io/ahrtr/etcd-defrag:v0.4.0 --version
etcd-defrag Version: v0.4.0
Git SHA: b1e7e709ca00fa2b1c25012eedfadd58a7c3b2b9
Go Version: go1.20.8
Go OS/Arch: linux/arm64

perfect! thanks :)

ahrtr commented 1 year ago

thx