libation (v12.2.0)
Published 2025-09-08 22:45:56 +00:00 by tyler
Installation
docker pull gitea.gortakowski.com/tyler/libation:v12.2.0sha256:0cb10286f6e91113372a825cf4ec0546b2d29da60ef45772f040ed03c8a19232About this package
Libation: Liberate your Library
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600' |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=9.0.3 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ARG USER_UID=1001 |
| ARG USER_GID=1001 |
| ENV LANG=C.UTF-8 |
| ENV LC_ALL=C.UTF-8 |
| ENV SLEEP_TIME=-1 |
| ENV LIBATION_CONFIG_INTERNAL=/config-internal |
| ENV LIBATION_CONFIG_DIR=/config |
| ENV LIBATION_DB_DIR=/db |
| ENV LIBATION_DB_FILE= |
| ENV LIBATION_CREATE_DB=true |
| ENV LIBATION_BOOKS_DIR=/data |
| RUN |2 USER_UID=1001 USER_GID=1001 /bin/sh -c apt-get update && apt-get -y upgrade && apt-get install -y jq && mkdir -m777 ${LIBATION_CONFIG_INTERNAL} ${LIBATION_BOOKS_DIR} # buildkit |
| COPY /Source/bin/Publish/Linux-chardonnay /libation # buildkit |
| COPY Docker/* /libation # buildkit |
| USER 1001:1001 |
| CMD ["/libation/liberate.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-03-22T10:38:40.193Z |
| org.opencontainers.image.description | Libation: Liberate your Library |
| org.opencontainers.image.licenses | GPL-3.0 |
| org.opencontainers.image.revision | 17612dacd2724b60cab639044c2bfb72607ab75b |
| org.opencontainers.image.source | https://github.com/rmcrackan/Libation |
| org.opencontainers.image.title | Libation |
| org.opencontainers.image.url | https://github.com/rmcrackan/Libation |
| org.opencontainers.image.version | 12.2.0 |
Details
2025-09-08 22:45:56 +00:00
Versions (3)
View all
Container
0
OCI / Docker
linux/amd64
GPL-3.0
170 MiB