s2oj-web (2c42382)

Published 2023-04-09 01:11:54 +00:00 by baoshuo in baoshuo/S2OJ

Installation

docker pull git.m.ac/baoshuo/s2oj-web:2c42382
sha256:29ce1c47f98a9aeaa2eea6e58738e2518b09603bd78aa381e9aad521585fd142

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 && (echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" | tee /etc/apt/sources.list.d/ondrej-php.list) && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C && apt-get update && for pkg in php7.4 php7.4-yaml php7.4-xml php7.4-dev php7.4-zip php7.4-mysql php7.4-mbstring php7.4-gd php7.4-curl php7.4-imagick libseccomp-dev git vim ntp zip unzip curl wget apache2 libapache2-mod-xsendfile php-pear mysql-client build-essential fp-compiler re2c libseccomp-dev libyaml-dev python2.7 python3.10 python3-requests openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk language-pack-zh-hans cron 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:91ff8c4bfbac13601023f967ac79cd6af3283cf4b35b835698d5d28cea9f5d68 in /opt/uoj
WORKDIR /opt/uoj
/bin/bash -c sh web/install.sh -p && echo -e "if [ ! -f \"/var/uoj_data/.UOJSetupDone\" ]; then\n cd /opt/uoj/web && sh install.sh -i\nfi\nservice ntp start\nservice apache2 start\ncd /opt/uoj/web && sh install.sh -i\nexec bash\n" >/opt/up && chmod +x /opt/up
ENV LANG=C.UTF-8 TZ=Asia/Shanghai
EXPOSE 80
CMD ["/bin/bash" "-c" "/opt/up"]
LABEL org.opencontainers.image.created=2023-04-09T01:11:11Z
LABEL org.opencontainers.image.revision=2c423822470ea23884991b5533be513473e3e4a1
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-09T01:11:11Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 2c423822470ea23884991b5533be513473e3e4a1
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-04-09 01:11:54 +00:00
0
OCI / Docker
linux/amd64
1.0 GiB
Versions (25) View all
d627490 2023-11-19
latest 2023-11-19
master 2023-11-19
e0f3dbf 2023-11-18
b23313b 2023-11-12