sha256:2d3177735e73f01a2b1553baeae28e7fe014545b196ec111f7b35208c5b32821
OS/ARCH
linux/amd64
Compressed size
143.06 MB
Last pushed
over 1 year by gtiscodeship
Type
Image
Manifest digest
sha256:2d3177735e73f01a2b1553baeae28e7fe014545b196ec111f7b35208c5b32821
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.38 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 update82.12 MB13COPY /usr/bin/composer /usr/local/bin/composer # buildkit723.45 KB14ADD https://raw.githubusercontent.com/silinternational/s3-expand/master/s3-expand /usr/local/bin/s3-expand # buildkit2.77 KB15RUN /bin/sh -c chmod a+rx2.77 KB16ADD https://raw.githubusercontent.com/silinternational/whenavail-script/1.0.2/whenavail /usr/local/bin/whenavail # buildkit1017 B17RUN /bin/sh -c chmod a+rx1013 B18WORKDIR /etc/apache232 B19RUN /bin/sh -c a2dissite 000-default329 B20RUN /bin/sh -c a2disconf serve-cgi-bin342 B21RUN /bin/sh -c a2dismod autoindex353 B22RUN /bin/sh -c a2enmod expires370 B23RUN /bin/sh -c rm /etc/ssl/private/*191 B24COPY conf/*.ini /etc/php/8.3/apache2/conf.d/ # buildkit481 B25COPY conf/*.ini /etc/php/8.3/cli/conf.d/ # buildkit477 B26COPY vhost.conf /etc/apache2/sites-enabled/ # buildkit451 B27RUN /bin/sh -c echo "ServerName3.08 KB28ADD https://github.com/silinternational/config-shim/releases/download/v1.2.1/config-shim.gz config-shim.gz # buildkit3.07 MB29RUN /bin/sh -c gzip -d3.09 MB30EXPOSE map[80/tcp:{}]0 B31CMD ["/bin/sh" "-c" "/usr/sbin/apache2ctl -D0 B32ENV REFRESHED_AT=2023-01-110 B33RUN /bin/sh -c apt-get update11.07 MB34RUN /bin/sh -c mkdir -p94 B35COPY dockerbuild/email-cron /etc/cron.d/ # buildkit231 B36RUN /bin/sh -c chmod 064432 B37WORKDIR /data32 B38COPY application/composer.json /data/ # buildkit642 B39COPY application/composer.lock /data/ # buildkit43.91 KB40RUN /bin/sh -c composer install14.54 MB41COPY application/ /data/ # buildkit19.37 KB42RUN /bin/sh -c chown -R184 B43COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/ # buildkit481 B44RUN /bin/sh -c sed -i3.06 KB45EXPOSE map[80/tcp:{}]0 B46CMD ["/data/run.sh"]0 BCommand
ARG RELEASE