kavita (latest)
Published 2026-01-20 12:46:00 +00:00 by myve
Installation
docker pull hub.myvelabs.com/lab/kavita:latestsha256:2c79b1b827d6798a6af0ff5890f5ae20f0011f538798bd8f60f65600a8cce98dAbout this package
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in / |
| CMD ["/bin/bash"] |
| COPY /Kavita /kavita # buildkit |
| COPY /files/wwwroot /kavita/wwwroot # buildkit |
| COPY API/config/appsettings.json /tmp/config/appsettings.json # buildkit |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y libicu-dev libgdiplus curl tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| EXPOSE [5000/tcp] |
| WORKDIR /kavita |
| HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://localhost:5000/api/health || exit 1"] "30s" "15s" "30s" "0s" '\x03'} |
| ENV DOTNET_RUNNING_IN_CONTAINER=true |
| ENV TZ=UTC |
| ENTRYPOINT ["/bin/bash"] |
| CMD ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-18T23:29:01.882Z |
| org.opencontainers.image.description | Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. |
| org.opencontainers.image.licenses | GPL-3.0 |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.revision | 0987bf8951be2b10ac4de1f33634129442d39cc1 |
| org.opencontainers.image.source | https://github.com/Kareadita/Kavita |
| org.opencontainers.image.title | Kavita |
| org.opencontainers.image.url | https://github.com/Kareadita/Kavita |
| org.opencontainers.image.version | latest |