Mention older Docker images location
This commit is contained in:
parent
c8d7c666c0
commit
a496d745a5
1 changed files with 3 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ repos:
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
A Docker image is availlable at `ghcr.io/oxipng/oxipng` for `linux/amd64` and `linux/arm64`.
|
A Docker image is availlable at [`ghcr.io/oxipng/oxipng`](https://github.com/oxipng/oxipng/pkgs/container/oxipng) for `linux/amd64` and `linux/arm64`.
|
||||||
|
|
||||||
You can use it the following way:
|
You can use it the following way:
|
||||||
|
|
||||||
|
|
@ -103,6 +103,8 @@ You can use it the following way:
|
||||||
docker run --rm -v $(pwd):/work ghcr.io/oxipng/oxipng -o 4 /work/file.png
|
docker run --rm -v $(pwd):/work ghcr.io/oxipng/oxipng -o 4 /work/file.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Some older images are also available at [`ghcr.io/shssoichiro/oxipng`](https://github.com/users/shssoichiro/packages/container/package/oxipng).
|
||||||
|
|
||||||
## Library Usage
|
## Library Usage
|
||||||
|
|
||||||
Although originally intended to be used as an executable, Oxipng can also be used as a library in
|
Although originally intended to be used as an executable, Oxipng can also be used as a library in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue