liquidcode-tester-worker-roman (sha256:4c4d69203cbfa7f0819e60a8b358f73ce1d5b1fe834c44dd01a25a5c7f0e01bd)
Published 2025-11-06 20:03:50 +00:00 by liquidcode-ci-service
Installation
docker pull git.nullptr.top/liquidcode/liquidcode-tester-worker-roman@sha256:4c4d69203cbfa7f0819e60a8b358f73ce1d5b1fe834c44dd01a25a5c7f0e01bdsha256:4c4d69203cbfa7f0819e60a8b358f73ce1d5b1fe834c44dd01a25a5c7f0e01bdImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650' |
| 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 --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=9.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=9.0.10 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ gcc make openjdk-17-jdk python3 python3-pip wget unzip && wget -q https://github.com/JetBrains/kotlin/releases/download/v1.9.20/kotlin-compiler-1.9.20.zip -O /tmp/kotlin.zip && unzip -q /tmp/kotlin.zip -d /opt && rm /tmp/kotlin.zip && ln -s /opt/kotlinc/bin/kotlinc /usr/local/bin/kotlinc && ln -s /opt/kotlinc/bin/kotlin /usr/local/bin/kotlin && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates gnupg && gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sources.list.d/mono-official-stable.list && apt-get update && apt-get install -y --no-install-recommends mono-devel && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git libcap-dev libsystemd-dev pkg-config && git clone https://github.com/ioi/isolate.git /tmp/isolate && cd /tmp/isolate && make isolate && make install && rm -rf /tmp/isolate && apt-get remove -y git && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -m -u 1001 -s /bin/bash workeruser && mkdir -p /var/local/lib/isolate && chmod 755 /var/local/lib/isolate && chown -R workeruser:workeruser /var/local/lib/isolate # buildkit |
| RUN /bin/sh -c printf "box_root = /var/local/lib/isolate\nlock_root = /run/isolate/locks\ncg_root = /sys/fs/cgroup\nfirst_uid = 60000\nfirst_gid = 60000\nnum_boxes = 1000\n" > /usr/local/etc/isolate.conf && ln -sf /usr/local/etc/isolate.conf /usr/local/etc/isolate && mkdir -p /run/isolate/locks # buildkit |
| COPY /app/publish . # buildkit |
| RUN /bin/sh -c mkdir -p /tmp/testing && chown -R workeruser:workeruser /tmp/testing && chown -R workeruser:workeruser /app # buildkit |
| ENV ASPNETCORE_URLS=http://+:8080 |
| USER workeruser |
| ENTRYPOINT ["dotnet" "LiquidCode.Tester.Worker.dll"] |
Details
2025-11-06 20:03:50 +00:00
Versions (20)
View all
Container
1
OCI / Docker
linux/amd64
582 MiB
buildcache
2025-12-01
latest
2025-12-01
f009c95645338cf92a987831e7c86a212faa423a
2025-12-01
7a1f22eb8e4b051df403a45c21e15191c2fabc30
2025-12-01
5ed5925a381b18c7fd93ea5a313521eaa2698450
2025-11-30