sha256:40959c289fbbd1467752a22fc627008af0b97e7f91f490340e87f353fc13217b
OS/ARCH
linux/amd64
Compressed size
167.21 MB
Last pushed
9 months by gtiscodeship
Type
Image
Manifest digest
sha256:40959c289fbbd1467752a22fc627008af0b97e7f91f490340e87f353fc13217b
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.35 MB6CMD ["/bin/bash"]0 B8ENV REFRESHED_AT=2024-09-110 B9ENV HTTPD_PREFIX=/etc/apache20 B10ENV DEBIAN_FRONTEND=noninteractive0 B11ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B12RUN /bin/sh -c apt-get update71.75 MB13COPY /usr/bin/composer /usr/local/bin/composer # buildkit759.77 KB14ADD https://raw.githubusercontent.com/sil-org/s3-expand/master/s3-expand /usr/local/bin/s3-expand # buildkit2.79 KB15RUN /bin/sh -c chmod a+rx2.79 KB16ADD https://raw.githubusercontent.com/sil-org/whenavail-script/1.0.2/whenavail /usr/local/bin/whenavail # buildkit1018 B17RUN /bin/sh -c chmod a+rx1014 B18WORKDIR /etc/apache232 B19RUN /bin/sh -c a2dissite 000-default331 B20RUN /bin/sh -c a2disconf serve-cgi-bin337 B21RUN /bin/sh -c a2dismod autoindex352 B22RUN /bin/sh -c a2enmod expires372 B23RUN /bin/sh -c rm /etc/ssl/private/*190 B24COPY conf/*.ini /etc/php/8.3/apache2/conf.d/ # buildkit482 B25COPY conf/*.ini /etc/php/8.3/cli/conf.d/ # buildkit477 B26COPY vhost.conf /etc/apache2/sites-enabled/ # buildkit453 B27RUN /bin/sh -c echo "ServerName3.08 KB28ADD https://github.com/sil-org/config-shim/releases/download/v1.3.1/config-shim.gz config-shim.gz # buildkit3.39 MB29RUN /bin/sh -c gzip -d3.41 MB30EXPOSE map[80/tcp:{}]0 B31CMD ["/bin/sh" "-c" "/usr/sbin/apache2ctl -D0 B32ARG GITHUB_REF_NAME=8.3.80 B33ENV GITHUB_REF_NAME=8.3.80 B34RUN |1 GITHUB_REF_NAME=8.3.8 /bin/sh -c6.48 MB35ENV APP_HOME=/app0 B36WORKDIR /app93 B37COPY app/composer.json /app # buildkit737 B38COPY app/composer.lock /app # buildkit41.95 KB39RUN |1 GITHUB_REF_NAME=8.3.8 /bin/sh -c52.91 MB40COPY app/ /app # buildkit124.78 KB41RUN |1 GITHUB_REF_NAME=8.3.8 /bin/sh -c184 B42COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/ # buildkit575 B43RUN |1 GITHUB_REF_NAME=8.3.8 /bin/sh -c3.07 KB44RUN |1 GITHUB_REF_NAME=8.3.8 /bin/sh -c93 B45RUN |1 GITHUB_REF_NAME=8.3.8 /bin/sh -c126 B46RUN |1 GITHUB_REF_NAME=8.3.8 /bin/sh -c131 B47EXPOSE map[80/tcp:{}]0 B48CMD ["/app/run.sh"]0 BCommand
ARG RELEASE