An open API service indexing awesome lists of open source software.

https://github.com/jaideraf/docker-idzebra-arm64

Dockerfile for jaideraf/idzebra-arm64
https://github.com/jaideraf/docker-idzebra-arm64

dockerfile z39-50

Last synced: 5 months ago
JSON representation

Dockerfile for jaideraf/idzebra-arm64

Awesome Lists containing this project

README

          

# docker-idzebra-arm64

Dockerfile for [jaideraf/idzebra-arm64](https://hub.docker.com/r/jaideraf/idzebra-arm64)

Ubuntu 24.04 (arm64) with compiled [Zebra](https://www.indexdata.com/resources/software/zebra/) engine (timezone from America/Sao_Paulo). For amd64 architecture use [jaideraf/idzebra](https://hub.docker.com/r/jaideraf/idzebra) image.

Use `--platform=linux/amd64` in the docker build command to build to that arch.

Example: `docker build -t jaideraf/idzebra-arm64 --platform=linux/amd64 .`

To see the versions installed, use:

- `docker run --rm jaideraf/idzebra-arm64:24.04 idzebra-config-2.0 --version`

- `docker run --rm jaideraf/idzebra-arm64:24.04 yaz-config --version`