sha256:1b76b0b27297f2fa5e3d2554ae16037111183c8b12226d335d380cdf78d14d8d
OS/ARCH
linux/amd64
Compressed size
117.78 MB
Last pushed
over 1 year by gtiscodeship
Type
Image
Manifest digest
sha256:1b76b0b27297f2fa5e3d2554ae16037111183c8b12226d335d380cdf78d14d8d
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B8ENV HTTPD_PREFIX=/etc/apache20 B9ENV DEBIAN_FRONTEND=noninteractive0 B10ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B11RUN /bin/sh -c apt-get update68.29 MB12COPY /usr/bin/composer /usr/local/bin/composer # buildkit723 KB13ADD https://raw.githubusercontent.com/silinternational/s3-expand/master/s3-expand /usr/local/bin/s3-expand # buildkit2.77 KB14RUN /bin/sh -c chmod a+rx2.77 KB15ADD https://raw.githubusercontent.com/silinternational/whenavail-script/1.0.2/whenavail /usr/local/bin/whenavail # buildkit1017 B16RUN /bin/sh -c chmod a+rx1013 B17WORKDIR /etc/apache232 B18RUN /bin/sh -c a2dissite 000-default332 B19RUN /bin/sh -c a2disconf serve-cgi-bin337 B20RUN /bin/sh -c a2dismod autoindex354 B21RUN /bin/sh -c a2enmod expires369 B22RUN /bin/sh -c rm /etc/ssl/private/*191 B23COPY conf/*.ini /etc/php/8.1/apache2/conf.d/ # buildkit483 B24COPY conf/*.ini /etc/php/8.1/cli/conf.d/ # buildkit480 B25COPY vhost.conf /etc/apache2/sites-enabled/ # buildkit452 B26RUN /bin/sh -c echo "ServerName3.1 KB27ADD https://github.com/silinternational/config-shim/releases/download/v1.2.1/config-shim.gz config-shim.gz # buildkit3.07 MB28RUN /bin/sh -c gzip -d3.09 MB29EXPOSE map[80/tcp:{}]0 B30CMD ["/bin/sh" "-c" "/usr/sbin/apache2ctl -D0 B31ENV REFRESHED_AT=2023-01-110 B32RUN /bin/sh -c apt-get update330.02 KB33RUN /bin/sh -c mkdir -p92 B34COPY dockerbuild/email-cron /etc/cron.d/ # buildkit232 B35RUN /bin/sh -c chmod 064432 B36WORKDIR /data32 B37COPY application/composer.json /data/ # buildkit629 B38COPY application/composer.lock /data/ # buildkit43.48 KB39RUN /bin/sh -c composer install14.05 MB40COPY application/ /data/ # buildkit19.17 KB41RUN /bin/sh -c chown -R187 B42COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/ # buildkit478 B43RUN /bin/sh -c sed -i3.09 KB44EXPOSE map[80/tcp:{}]0 B45CMD ["/data/run.sh"]0 BCommand
ARG RELEASE