s2oj-judger (d627490c)

Published 2023-11-19 02:47:00 +00:00 by baoshuo in baoshuo/S2OJ

Installation

docker pull git.m.ac/baoshuo/s2oj-judger:d627490c
sha256:6c467d451f75f191a93dfbb5113522f759abb78af60f5eb98fac6da648fa1cbc

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:63d5ab3ef0aab308c0e71cb67292c5467f60deafa9b0418cbb220affcd078444 in /
CMD ["/bin/bash"]
SHELL [/bin/bash -c]
ENV DEBIAN_FRONTEND=noninteractive
/bin/bash -c apt-get update && apt-get install -y --no-install-recommends gnupg ca-certificates apt-transport-https && apt-get update && for pkg in vim ntp zip unzip curl wget build-essential fp-compiler python2.7 python3.10 python3-requests libseccomp-dev openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk tzdata; do cnt=10 && while ! apt-get install -y "$pkg"; do if [ $cnt -le 0 ]; then echo "Failed to install $pkg" && exit 1; fi; cnt=$((cnt - 1)); done; done
ADD dir:7242db5024f965ce2e570e674d512a319757e633ea2bbd3ad386529bf422937d in /opt/uoj_judger
WORKDIR /opt/uoj_judger
/bin/bash -c sh install.sh -p && echo -e "if [ ! -f \"/opt/uoj_judger/.conf.json\" ]; then\n cd /opt/uoj_judger && sh install.sh -i\nfi\nservice ntp start\nsu judger -c \"/opt/uoj_judger/judge_client start\"\nexec bash\n" >/opt/up && chmod +x /opt/up
ENV LANG=C.UTF-8 TZ=Asia/Shanghai
EXPOSE 2333
CMD ["/bin/bash" "-c" "/opt/up"]
LABEL org.opencontainers.image.created=2023-11-19T02:46:37Z
LABEL org.opencontainers.image.revision=d627490c67a7e894a6d2c896696ec6f0fb2ffc05
LABEL org.opencontainers.image.source=https://git.m.ac/baoshuo/S2OJ.git
LABEL org.opencontainers.image.url=https://git.m.ac/baoshuo/S2OJ

Labels

Key Value
org.opencontainers.image.created 2023-11-19T02:46:37Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision d627490c67a7e894a6d2c896696ec6f0fb2ffc05
org.opencontainers.image.source https://git.m.ac/baoshuo/S2OJ.git
org.opencontainers.image.url https://git.m.ac/baoshuo/S2OJ
org.opencontainers.image.version 22.04
Details
Container
2023-11-19 02:47:00 +00:00
32
OCI / Docker
linux/amd64
669 MiB
Versions (25) View all
latest 2023-11-19
master 2023-11-19
d627490c 2023-11-19
e0f3dbf5 2023-11-18
b23313bd 2023-11-12