sha256:1027c31e83e6df3fe70474732b9cd7fb9e13f9e8d967965f90a88ba1c4b130a7
OS/ARCH
linux/amd64
Compressed size
117.25 MB
Last pushed
about 2 years by gtiscodeship
Type
Image
Manifest digest
sha256:1027c31e83e6df3fe70474732b9cd7fb9e13f9e8d967965f90a88ba1c4b130a7
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 REFRESHED_AT=2024-03-150 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 update68.26 MB13COPY /usr/bin/composer /usr/local/bin/composer # buildkit709.31 KB14ADD https://raw.githubusercontent.com/silinternational/s3-expand/master/s3-expand /usr/local/bin/s3-expand # buildkit2.77 KB15RUN /bin/sh -c chmod a+x2.77 KB16ADD https://raw.githubusercontent.com/silinternational/whenavail-script/1.0.2/whenavail /usr/local/bin/whenavail # buildkit1017 B17RUN /bin/sh -c chmod a+x1016 B18WORKDIR /etc/apache232 B19RUN /bin/sh -c a2dissite 000-default335 B20RUN /bin/sh -c a2disconf serve-cgi-bin339 B21RUN /bin/sh -c a2dismod autoindex353 B22RUN /bin/sh -c a2enmod expires368 B23RUN /bin/sh -c rm /etc/ssl/private/*191 B24COPY conf/*.ini /etc/php/8.1/apache2/conf.d/ # buildkit480 B25COPY conf/*.ini /etc/php/8.1/cli/conf.d/ # buildkit477 B26COPY vhost.conf /etc/apache2/sites-enabled/ # buildkit450 B27RUN /bin/sh -c echo "ServerName3.1 KB28EXPOSE map[80/tcp:{}]0 B29CMD ["/bin/sh" "-c" "/usr/sbin/apache2ctl -D0 B30ENV REFRESHED_AT=2023-01-110 B31RUN /bin/sh -c apt-get update329.64 KB32RUN /bin/sh -c mkdir -p94 B33COPY dockerbuild/email-cron /etc/cron.d/ # buildkit234 B34RUN /bin/sh -c chmod 064432 B35WORKDIR /data32 B36COPY application/composer.json /data/ # buildkit631 B37COPY application/composer.lock /data/ # buildkit43.48 KB38RUN /bin/sh -c composer install14.05 MB39COPY application/ /data/ # buildkit19.13 KB40RUN /bin/sh -c chown -R185 B41COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/ # buildkit484 B42RUN /bin/sh -c sed -i3.09 KB43ADD https://github.com/silinternational/config-shim/releases/latest/download/config-shim.gz config-shim.gz # buildkit2.83 MB44RUN /bin/sh -c gzip -d2.85 MB45EXPOSE map[80/tcp:{}]0 B46CMD ["/data/run.sh"]0 BCommand
ARG RELEASE