• Joined on 2025-09-01

xwk-backend (sha256:2b6ea653820fd2bee7914e93e0183c9bae1db393cbddf213eb1c810e1089366f)

Published 2025-11-22 12:51:19 +00:00 by luthics

Installation

docker pull git.xjtu.asia/luthics/xwk-backend@sha256:2b6ea653820fd2bee7914e93e0183c9bae1db393cbddf213eb1c810e1089366f
sha256:2b6ea653820fd2bee7914e93e0183c9bae1db393cbddf213eb1c810e1089366f

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in /
CMD ["/bin/bash"]
ENV TERM=linux
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ondrej-php.list && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C && apt-get update && apt-get -y --no-install-recommends install ca-certificates curl unzip php8.3-apcu php8.3-cli php8.3-curl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer # buildkit
COPY /usr/bin/composer /usr/bin/composer # buildkit
CMD ["php" "-a"]
RUN /bin/sh -c apt-get update && apt-get -y --no-install-recommends install php8.3-fpm && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* # buildkit
STOPSIGNAL SIGQUIT
COPY overrides.conf /etc/php/8.3/fpm/pool.d/z-overrides.conf # buildkit
CMD ["/usr/sbin/php-fpm8.3" "-O"]
EXPOSE map[9000/tcp:{}]
RUN /bin/sh -c sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list # buildkit
RUN /bin/sh -c sed -i 's/security.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends php8.3-mysql php8.3-gd php8.3-intl php8.3-bcmath php8.3-xml php8.3-zip && rm -rf /var/lib/apt/lists/* # buildkit
COPY /usr/bin/composer /usr/bin/composer # buildkit

Labels

Key Value
org.opencontainers.image.created 2025-11-22T12:50:58.798Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision fee67460074b8c85ef524a51d18717609275ec1c
org.opencontainers.image.source https://git.xjtu.asia/luthics/xwk-backend
org.opencontainers.image.title xwk-backend
org.opencontainers.image.url https://git.xjtu.asia/luthics/xwk-backend
org.opencontainers.image.version master
Details
Container
2025-11-22 12:51:19 +00:00
0
OCI / Docker
linux/amd64
84 MiB
Versions (2) View all
master 2025-11-22
buildcache 2025-11-22