roonffa-env (latest)

Published 2026-07-21 14:49:27 +03:00 by keijia

Installation

docker pull git.keijia.cyou/keijia/roonffa-env:latest
sha256:8f6d4253658738480137999dc0b86a86831d83cf5edc49254d5597b6338238dd

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
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.29
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.29
COPY /dotnet /usr/share/dotnet # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.423 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git libatomic1 wget && rm -rf /var/lib/apt/lists/* # buildkit
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c dotnet help # buildkit
RUN /bin/sh -c powershell_version=7.4.17 && curl --fail --show-error --location --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='e278f58ec3b86c2857dee5711d3d3d7f39b3a1ac0a732d3d0e6d9293fbfce246bbf1d24fd314a62d760a27e2664fdd3a5a44a1c61f1c1613cc8691602157b576' && echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - && mkdir --parents /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 && dotnet nuget locals all --clear && rm PowerShell.Linux.x64.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && chmod 755 /usr/share/powershell/.store/powershell.linux.x64/$powershell_version/powershell.linux.x64/$powershell_version/tools/*/any/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit
ENV DEBIAN_FRONTEND=noninteractive
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
ENV DOTNET_NOLOGO=1
COPY scripts/repacker/ci/download-github-release.sh /usr/local/bin/download-github-release # buildkit
RUN /bin/sh -c apt-get -o Acquire::Retries=5 update && apt-get -o Acquire::Retries=5 install -y --no-install-recommends bash bzip2 ca-certificates curl file findutils kmod mtools nsis openjdk-17-jre-headless p7zip-full python3 rsync tar util-linux unzip zip zipalign && qdk_arch="$(dpkg --print-architecture)" && case "$qdk_arch" in amd64) qdk_sha256="17b3841b7d4590a4ee025844ba583304b5e3c497d9fa8934d5175131d3908022" ;; arm64) qdk_sha256="4b00c009cb48c0ffa7e4b7b00c5a6a1982a0955d663c0c6ec57020353e68eeb9" ;; *) echo "unsupported architecture for QDK: $qdk_arch" >&2; exit 1 ;; esac && download-github-release "https://github.com/qnap-dev/QDK/releases/download/v2.5.3/qdk_2.5.3_${qdk_arch}.deb" /tmp/qdk.deb && echo "${qdk_sha256} /tmp/qdk.deb" | sha256sum -c - && apt-get -o Acquire::Retries=5 install -y --no-install-recommends /tmp/qdk.deb && rm -rf /var/lib/apt/lists/* /tmp/qdk.deb # buildkit
RUN /bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in amd64) rcodesign_arch="x86_64-unknown-linux-musl"; hfsprogs_base="https://archive.ubuntu.com/ubuntu/pool/universe/h/hfsprogs"; hfsprogs_deb="hfsprogs_540.1.linux3-5build1_amd64.deb" ;; arm64) rcodesign_arch="aarch64-unknown-linux-musl"; hfsprogs_base="https://ports.ubuntu.com/pool/universe/h/hfsprogs"; hfsprogs_deb="hfsprogs_540.1.linux3-5build1_arm64.deb" ;; *) echo "unsupported architecture for rcodesign: $arch" >&2; exit 1 ;; esac; curl -fL --retry 5 --retry-all-errors --connect-timeout 30 -o /tmp/hfsprogs.deb "${hfsprogs_base}/${hfsprogs_deb}"; dpkg -i /tmp/hfsprogs.deb; rm -f /tmp/hfsprogs.deb; download-github-release "https://github.com/indygreg/apple-platform-rs/releases/download/apple-codesign%2F0.29.0/apple-codesign-0.29.0-${rcodesign_arch}.tar.gz" /tmp/apple-codesign.tar.gz; tar -xzf /tmp/apple-codesign.tar.gz -C /tmp; install -m 0755 "/tmp/apple-codesign-0.29.0-${rcodesign_arch}/rcodesign" /usr/local/bin/rcodesign; rm -rf /tmp/apple-codesign.tar.gz "/tmp/apple-codesign-0.29.0-${rcodesign_arch}"; mkdir -p /opt/android-sdk/build-tools/direct-35; curl -fL --retry 5 --retry-all-errors --connect-timeout 30 -o /tmp/android-build-tools.zip https://dl.google.com/android/repository/build-tools_r35_linux.zip; unzip -q /tmp/android-build-tools.zip -d /opt/android-sdk/build-tools/direct-35; printf '%s\n' '#!/bin/sh' 'exec /opt/android-sdk/build-tools/direct-35/android-15/apksigner "$@"' > /usr/local/bin/apksigner; chmod 0755 /usr/local/bin/apksigner; rm -f /tmp/android-build-tools.zip # buildkit
WORKDIR /work

Labels

Key Value
org.opencontainers.image.source https://git.keijia.cyou/keijia/RoonFFA
Details
Container
2026-07-21 14:49:27 +03:00
2
OCI / Docker
linux/amd64
470 MiB
Versions (1) View all
latest 2026-07-21