nki

kjudge (latest)

Published 2023-05-04 19:50:19 +00:00 by nki

Installation

docker pull git.dtth.ch/nki/kjudge:latest
sha256:8cb9cc9838c5586a81e7f812ba4bc163728ef9f4a723394229ed39eb9b8a55f6

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"]
RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND="noninteractive" TZ="Asia/Ho_Chi_Minh" apt-get install -y build-essential openjdk-11-jdk-headless fp-compiler python3.6 cgroup-lite python2.7 rustc golang libcap-dev # Compilers openssl # For HTTPS support # buildkit
COPY /isolate/ /isolate # buildkit
WORKDIR /isolate
RUN /bin/sh -c make install # buildkit
COPY /kjudge/kjudge /usr/local/bin # buildkit
COPY /kjudge/scripts /scripts # buildkit
RUN /bin/sh -c ln -s /usr/bin/python2.7 /usr/bin/python2 # buildkit
VOLUME [/data /certs]
EXPOSE map[443/tcp:{} 80/tcp:{}]
WORKDIR /
ENTRYPOINT ["scripts/start_container.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2023-05-04 19:50:19 +00:00
0
OCI / Docker
linux/amd64
780 MiB
Versions (2) View all
latest 2023-05-04
latest-gcc 2023-05-04