reborn-ci (latest)

Published 2026-07-21 15:09:38 +02:00 by jonathan

Installation

docker pull git.unknownstudios.org/jonathan/reborn-ci:latest
sha256:df1ae23af07f17178fb704b71a793dfc6b9b5982496dd56163f80cb625f8bc14

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in /
CMD ["/bin/bash"]
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 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && 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=10.0.10
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.10
COPY /dotnet /usr/share/dotnet # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=10.0.302 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Ubuntu-24.04
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 ln -s /usr/share/dotnet/dnx /usr/bin/dnx && dotnet help # buildkit
RUN /bin/sh -c powershell_version=7.6.2 && 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='c97cbad25218d4e5048ec827f15c2a86df893e6f0a36511005cdf0321f4e1c630cdfd0fc78ad8b82ce75ba6e0a218c35e6bada88a0c2caac91af381642c55720' && 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
ARG GODOT_VERSION
ARG GODOT_ARCH GODOT_VERSION
ARG GODOT_ARCH GODOT_VERSION NODE_VERSION
|3 GODOT_ARCH=linux_x86_64 GODOT_VERSION=4.7-stable NODE_VERSION=24.18.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends unzip xz-utils wget ca-certificates git-lfs xvfb libgl1-mesa-dri libglx-mesa0 libxcursor1 libxinerama1 libxrandr2 libxext6 libxrender1 libxi6 libxkbcommon0 libdbus-1-3 libfontconfig1 && rm -rf /var/lib/apt/lists/*
|3 GODOT_ARCH=linux_x86_64 GODOT_VERSION=4.7-stable NODE_VERSION=24.18.0 /bin/sh -c GODOT_PKG="Godot_v${GODOT_VERSION}_mono_${GODOT_ARCH}" && wget -q "https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/${GODOT_PKG}.zip" -O /tmp/godot.zip && unzip -q /tmp/godot.zip -d /opt/godot && mv /opt/godot/${GODOT_PKG}/* /opt/godot/ && rmdir /opt/godot/${GODOT_PKG} && mv /opt/godot/Godot_v* /opt/godot/godot && chmod +x /opt/godot/godot && rm /tmp/godot.zip
|3 GODOT_ARCH=linux_x86_64 GODOT_VERSION=4.7-stable NODE_VERSION=24.18.0 /bin/sh -c wget -q "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" -O /tmp/node.tar.xz && tar -xJf /tmp/node.tar.xz -C /usr/local --strip-components=1 --no-same-owner && rm /tmp/node.tar.xz
ENV PATH="/opt/godot:${PATH}"
ENV GODOT_BIN="/opt/godot/godot"

Labels

Key Value
io.buildah.version 1.44.0
org.opencontainers.image.version 24.04
Details
Container
2026-07-21 15:09:38 +02:00
5
OCI / Docker
linux/amd64
557 MiB
Versions (1) View all
latest 2026-07-21