kiwix-tools (sha256:e32809ff1118cb479d9d741bc3608bda3f2ef2e73d9fb182a6de618ac3558af2)

Published 2026-02-02 17:01:45 -06:00 by jbelec

Installation

docker pull git.lab.lostsource.net/builds/kiwix-tools@sha256:e32809ff1118cb479d9d741bc3608bda3f2ef2e73d9fb182a6de618ac3558af2
sha256:e32809ff1118cb479d9d741bc3608bda3f2ef2e73d9fb182a6de618ac3558af2

Image layers

ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.source=https://github.com/openzim/kiwix-tools
ARG TARGETPLATFORM=linux/amd64
ARG VERSION=3.7.0
RUN |2 TARGETPLATFORM=linux/amd64 VERSION=3.7.0 /bin/sh -c set -e && apk --no-cache add dumb-init curl && echo "TARGETPLATFORM: $TARGETPLATFORM" && if [ "$TARGETPLATFORM" = "linux/386" ]; then ARCH="i586"; elif [ "$TARGETPLATFORM" = "linux/arm64/v8" -o "$TARGETPLATFORM" = "linux/arm64" ]; then ARCH="aarch64"; elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then ARCH="armv8"; elif [ "$TARGETPLATFORM" = "linux/arm/v6" ]; then ARCH="armv6"; elif [ "$TARGETPLATFORM" = "linux/amd64/v3" -o "$TARGETPLATFORM" = "linux/amd64/v2" -o "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH="x86_64"; else ARCH="unknown"; fi && url="http://mirror.download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-$ARCH-$VERSION.tar.gz" && echo "URL: $url" && curl -k -L $url | tar -xz -C /usr/local/bin/ --strip-components 1 && apk del curl # buildkit
EXPOSE [80/tcp]
ENTRYPOINT ["/usr/bin/dumb-init" "--"]
CMD ["/bin/sh" "-c" "echo 'Welcome to kiwix-tools! The following binaries are available:' && ls /usr/local/bin/"]

Labels

Key Value
org.opencontainers.image.created 2026-02-02T23:01:36.428Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 06717c706d439ca50d0c6ff36daff44430a2c452
org.opencontainers.image.source https://git.lab.lostsource.net/builds/kiwix-tools
org.opencontainers.image.title kiwix-tools
org.opencontainers.image.url https://git.lab.lostsource.net/builds/kiwix-tools
org.opencontainers.image.version main
Details
Container
2026-02-02 17:01:45 -06:00
0
OCI / Docker
linux/amd64
25 MiB
Versions (2) View all
main 2026-02-02
06717c7 2026-02-02