sha256:db7ec330291d8a2f90babf408deec35df60726d3ef66bfffe72b81ae098154e6
OS/ARCH
linux/amd64
Compressed size
197.73 MB
Last pushed
almost 2 years by gtiscodeship
Type
Image
Manifest digest
sha256:db7ec330291d8a2f90babf408deec35df60726d3ef66bfffe72b81ae098154e6
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 update66.11 MB13COPY /usr/bin/composer /usr/local/bin/composer # buildkit721.4 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 # buildkit1019 B17RUN /bin/sh -c chmod a+rx1014 B18WORKDIR /etc/apache232 B19RUN /bin/sh -c a2dissite 000-default331 B20RUN /bin/sh -c a2disconf serve-cgi-bin339 B21RUN /bin/sh -c a2dismod autoindex355 B22RUN /bin/sh -c a2enmod expires370 B23RUN /bin/sh -c rm /etc/ssl/private/*191 B24COPY conf/*.ini /etc/php/8.1/apache2/conf.d/ # buildkit485 B25COPY conf/*.ini /etc/php/8.1/cli/conf.d/ # buildkit478 B26COPY vhost.conf /etc/apache2/sites-enabled/ # buildkit453 B27RUN /bin/sh -c echo "ServerName3.1 KB28ADD https://github.com/silinternational/config-shim/releases/download/v1.0.0/config-shim.gz config-shim.gz # buildkit2.83 MB29RUN /bin/sh -c gzip -d2.85 MB30EXPOSE map[80/tcp:{}]0 B31CMD ["/bin/sh" "-c" "/usr/sbin/apache2ctl -D0 B33RUN /bin/sh -c apt-get update96.52 MB34RUN /bin/sh -c curl https://raw.githubusercontent.com/silinternational/runny/0.2/runny616 B35RUN /bin/sh -c chmod a+x611 B36COPY build/vhost.conf /etc/apache2/sites-enabled/ # buildkit477 B37RUN /bin/sh -c mkdir -p116 B38RUN apache2ctl configtest # buildkit32 B39COPY build/ssp-overrides /tmp/ssp-overrides # buildkit13.98 KB40COPY build/install-deps-and-ssp-overrides.sh /tmp # buildkit396 B41RUN /bin/sh -c chmod +x396 B42COPY build/php/*.ini /conf.d/ # buildkit384 B43RUN /bin/sh -c pip install32 B44RUN /bin/sh -c curl https://raw.githubusercontent.com/silinternational/s3-expand/1.5/s3-expand2.74 KB45RUN /bin/sh -c chmod a+x32 B46COPY application/ /data/ # buildkit506.26 KB47WORKDIR /data32 B48RUN /bin/sh -c chown -R305 B49RUN /bin/sh -c curl -o2.77 KB50EXPOSE map[80/tcp:{}]0 B51ENTRYPOINT ["/usr/local/bin/s3-expand"]0 B52RUN /bin/sh -c date -u210 B53CMD ["/data/run.sh"]0 BCommand
ARG RELEASE