sha256:a8fe2f6dac42b9e0c0d55d741fb4658cf216ef7a23b693862cdd18d0148e53b2
OS/ARCH
linux/amd64
Compressed size
146.25 MB
Last pushed
about 1 year by gtiscodeship
Type
Image
Manifest digest
sha256:a8fe2f6dac42b9e0c0d55d741fb4658cf216ef7a23b693862cdd18d0148e53b2
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.34 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 update71.74 MB13COPY /usr/bin/composer /usr/local/bin/composer # buildkit735.13 KB14ADD https://raw.githubusercontent.com/silinternational/s3-expand/master/s3-expand /usr/local/bin/s3-expand # buildkit2.79 KB15RUN /bin/sh -c chmod a+rx2.79 KB16ADD https://raw.githubusercontent.com/silinternational/whenavail-script/1.0.2/whenavail /usr/local/bin/whenavail # buildkit1018 B17RUN /bin/sh -c chmod a+rx1014 B18WORKDIR /etc/apache232 B19RUN /bin/sh -c a2dissite 000-default333 B20RUN /bin/sh -c a2disconf serve-cgi-bin340 B21RUN /bin/sh -c a2dismod autoindex355 B22RUN /bin/sh -c a2enmod expires372 B23RUN /bin/sh -c rm /etc/ssl/private/*190 B24COPY conf/*.ini /etc/php/8.3/apache2/conf.d/ # buildkit484 B25COPY conf/*.ini /etc/php/8.3/cli/conf.d/ # buildkit478 B26COPY vhost.conf /etc/apache2/sites-enabled/ # buildkit452 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 B33ARG GITHUB_REF_NAME=10.5.00 B34ENV GITHUB_REF_NAME=10.5.00 B35RUN |1 GITHUB_REF_NAME=10.5.0 /bin/sh -c312.57 KB36WORKDIR /data94 B37COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/ # buildkit454 B38COPY dockerbuild/run.sh /data/run.sh # buildkit860 B39COPY dockerbuild/run-idp.sh /data/run-idp.sh # buildkit499 B40COPY dockerbuild/run-spidplinks.php /data/run-spidplinks.php # buildkit832 B41COPY dockerbuild/apply-dictionaries-overrides.php /data/ # buildkit783 B42COPY dockerbuild/run-metadata-tests.sh /data/run-tests.sh # buildkit294 B43COPY tests/MetadataTest.php /data/tests/MetadataTest.php # buildkit2.26 KB44RUN |1 GITHUB_REF_NAME=10.5.0 /bin/sh -c3.06 KB45ARG COMPOSER_FLAGS=--prefer-dist --no-interaction --no-dev --optimize-autoloader0 B46COPY composer.json /data/ # buildkit848 B47COPY composer.lock /data/ # buildkit45.37 KB48RUN |2 GITHUB_REF_NAME=10.5.0 COMPOSER_FLAGS=--prefer-dist --no-interaction1.44 MB49RUN |2 GITHUB_REF_NAME=10.5.0 COMPOSER_FLAGS=--prefer-dist --no-interaction37.09 MB50ENV SSP_PATH=/data/vendor/simplesamlphp/simplesamlphp0 B51COPY modules/ /data/vendor/simplesamlphp/simplesamlphp/modules # buildkit348.21 KB52COPY modules/material/themes/material/default/* /data/vendor/simplesamlphp/simplesamlphp/modules/default/templates/ # buildkit2.9 KB53COPY modules/material/themes/material/expirychecker/* /data/vendor/simplesamlphp/simplesamlphp/modules/expirychecker/templates/ # buildkit906 B54COPY modules/material/themes/material/mfa/* /data/vendor/simplesamlphp/simplesamlphp/modules/mfa/templates/ # buildkit4.2 KB55COPY modules/material/themes/material/profilereview/* /data/vendor/simplesamlphp/simplesamlphp/modules/profilereview/templates/ # buildkit2.08 KB56COPY modules/material/themes/material/silauth/* /data/vendor/simplesamlphp/simplesamlphp/modules/silauth/templates/ # buildkit1.77 KB57COPY dockerbuild/config/* /data/vendor/simplesamlphp/simplesamlphp/config/ # buildkit15.85 KB58COPY dockerbuild/ssp-overrides/sp-php.patch sp-php.patch # buildkit625 B59RUN |2 GITHUB_REF_NAME=10.5.0 COMPOSER_FLAGS=--prefer-dist --no-interaction17.24 KB60RUN |2 GITHUB_REF_NAME=10.5.0 COMPOSER_FLAGS=--prefer-dist --no-interaction114 B61RUN |2 GITHUB_REF_NAME=10.5.0 COMPOSER_FLAGS=--prefer-dist --no-interaction119 B62EXPOSE map[80/tcp:{}]0 B63CMD ["/data/run.sh"]0 BCommand
ARG RELEASE