containers

Holds build scripts for Docker containers

webone (latest)

Published 2025-11-13 14:00:25 +01:00 by seeseemelk

Installation

docker pull gitea.seeseepuff.be/containers/webone:latest
sha256:6ccb8fe322da5a6d25d5e8ad593b54f882a688798d87861d828b5541990f4084

Image Layers

# debian.sh --arch 'arm64' out/ 'bullseye' '@1736726400'
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
ENV DOTNET_VERSION=6.0.36
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y python3-pip imagemagick imagemagick-6-common ffmpeg wget && python3 -m pip install -U yt-dlp # buildkit
RUN /bin/sh -c set -eux; wget -O webone.deb https://github.com/atauenis/webone/releases/download/v0.17.5/webone.0.17.5.linux-$(dpkg --print-architecture).deb; dpkg --force-all -i webone.deb; rm webone.deb # buildkit
ENTRYPOINT ["webone" "/data/Config/webone/webone.conf"]
Details
Container
2025-11-13 14:00:25 +01:00
1
OCI / Docker
linux/arm64
408 MiB
Versions (1) View all
latest 2025-11-13