kohakutou (0.1.0.1)
Published 2026-09-02 23:17:30 -04:00 by Paldren
Installation
docker pull forge.wolfhound.dev/paldren/kohakutou:0.1.0.1sha256:fc5c26b32c1f0a24eb38365a2c7b7053586f41de270fef8b605f70f2520e6b1bAbout this package
Kohakutou 0.1.0.1
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| 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 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=8.0.30 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=8.0.30 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| ENV PORT=8755 |
| ENV ASPNETCORE_URLS=http://+:8755 |
| ENV TZ=America/New_York |
| COPY /out ./ # buildkit |
| COPY crunchyroll-downloader /app/crunchyroll-downloader # buildkit |
| COPY docker-entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh /app/crunchyroll-downloader && mkdir -p /config /temp /media /keys /ffmpeg # buildkit |
| EXPOSE [8755/tcp] |
| VOLUME [/config /temp /media /keys] |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["dotnet" "Kohakutou.App.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Kohakutou 0.1.0.1 |
| org.opencontainers.image.title | Kohakutou |
| org.opencontainers.image.version | 0.1.0.1 |