s2oj-judger (15c6f258)
Installation
docker pull git.m.ac/baoshuo/s2oj-judger:15c6f258
sha256:5afc143d465dea49811e026d64d22503c591476c5a86b032d55156a7bda2ab8c
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 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-04-16T07:03:35Z |
LABEL org.opencontainers.image.revision=15c6f258399eeece96a6e644b6f97bf4ec9311b9 |
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-04-16T07:03:35Z |
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.revision | 15c6f258399eeece96a6e644b6f97bf4ec9311b9 |
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
2023-04-16 07:04:00 +00:00
Versions (25)
View all
Container
0
OCI / Docker
linux/amd64
951 MiB