nki

kjudge (latest-gcc)

Published 2023-05-04 19:48:27 +00:00 by nki

Installation

docker pull git.dtth.ch/nki/kjudge:latest-gcc
sha256:8e290a27eb64f7baa40d5f05a75953ebf5bc0cb3e4700c3cb7447498143844a2

Image Layers

ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache libcap make g++ openssl bash # 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
VOLUME [/data /certs]
EXPOSE map[443/tcp:{} 80/tcp:{}]
WORKDIR /
ENTRYPOINT ["scripts/start_container.sh"]
Details
Container
2023-05-04 19:48:27 +00:00
0
OCI / Docker
linux/amd64
99 MiB
Versions (2) View all
latest 2023-05-04
latest-gcc 2023-05-04