sha256:5aa37c5c24380f926e5c7871d41c282c191b7b7d8395206e65c05ebeb43bdda2
OS/ARCH
linux/amd64
Compressed size
206.02 MB
Last pushed
over 1 year by gtiscodeship
Type
Image
Manifest digest
sha256:5aa37c5c24380f926e5c7871d41c282c191b7b7d8395206e65c05ebeb43bdda2
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 B32RUN /bin/sh -c apt-get update102.19 MB33RUN /bin/sh -c curl https://raw.githubusercontent.com/silinternational/runny/0.2/runny618 B34RUN /bin/sh -c chmod a+x614 B35COPY build/vhost.conf /etc/apache2/sites-enabled/ # buildkit471 B36RUN /bin/sh -c mkdir -p116 B37RUN apache2ctl configtest # buildkit32 B38COPY build/install-deps-and-ssp-overrides.sh /tmp # buildkit359 B39RUN /bin/sh -c chmod +x358 B40COPY build/php/*.ini /etc/php/8.1/apache2/conf.d/ # buildkit468 B41COPY build/php/*.ini /etc/php/8.1/cli/conf.d/ # buildkit463 B42RUN /bin/sh -c pip install32 B43RUN /bin/sh -c curl https://raw.githubusercontent.com/silinternational/s3-expand/1.5/s3-expand2.74 KB44RUN /bin/sh -c chmod a+x32 B45COPY application/ /data/ # buildkit490.92 KB46WORKDIR /data32 B47RUN /bin/sh -c chown -R307 B48RUN /bin/sh -c curl -o2.79 KB49EXPOSE map[80/tcp:{}]0 B50ENTRYPOINT ["/usr/local/bin/s3-expand"]0 B51RUN /bin/sh -c date -u205 B52CMD ["/data/run.sh"]0 BCommand
ARG RELEASE