s2oj-judger (147961a9)

Published 2023-05-02 10:30:59 +00:00 by baoshuo in baoshuo/S2OJ

Installation

docker pull git.m.ac/baoshuo/s2oj-judger:147961a9
sha256:9c762393c7c0673d4e1e3e7f51fdca12fa34eeb07d3df57b88b2e6feaaf3fd68

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-05-02T10:30:34Z
LABEL org.opencontainers.image.revision=147961a9b9c2ebc45b018709c871919aa2ed63b8
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-05-02T10:30:34Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 147961a9b9c2ebc45b018709c871919aa2ed63b8
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-05-02 10:30:59 +00:00
0
OCI / Docker
linux/amd64
951 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