sha256:3e1560717e9e46855ba0a8a5e13c2aba091ed68b236582f7ff9b3f59e7f6e056
OS/ARCH
linux/amd64
Compressed size
142.06 MB
Last pushed
about 1 year by gtiscodeship
Type
Image
Manifest digest
sha256:3e1560717e9e46855ba0a8a5e13c2aba091ed68b236582f7ff9b3f59e7f6e056
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 B32ARG GITHUB_REF_NAME=10.3.00 B33ENV GITHUB_REF_NAME=10.3.00 B34RUN |1 GITHUB_REF_NAME=10.3.0 /bin/sh -c32 B35WORKDIR /data93 B36COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/ # buildkit460 B37COPY dockerbuild/run.sh /data/run.sh # buildkit693 B38COPY dockerbuild/run-idp.sh /data/run-idp.sh # buildkit314 B39COPY dockerbuild/run-spidplinks.php /data/run-spidplinks.php # buildkit833 B40COPY dockerbuild/apply-dictionaries-overrides.php /data/ # buildkit784 B41COPY dockerbuild/run-metadata-tests.sh /data/run-tests.sh # buildkit294 B42COPY tests/MetadataTest.php /data/tests/MetadataTest.php # buildkit2.26 KB43RUN |1 GITHUB_REF_NAME=10.3.0 /bin/sh -c3.1 KB44ARG COMPOSER_FLAGS=--prefer-dist --no-interaction --no-dev --optimize-autoloader0 B45COPY composer.json /data/ # buildkit845 B46COPY composer.lock /data/ # buildkit44.59 KB47RUN |2 GITHUB_REF_NAME=10.3.0 COMPOSER_FLAGS=--prefer-dist --no-interaction1.43 MB48RUN |2 GITHUB_REF_NAME=10.3.0 COMPOSER_FLAGS=--prefer-dist --no-interaction36.85 MB49ENV SSP_PATH=/data/vendor/simplesamlphp/simplesamlphp0 B50COPY modules/ /data/vendor/simplesamlphp/simplesamlphp/modules # buildkit347.98 KB51COPY modules/material/themes/material/default/* /data/vendor/simplesamlphp/simplesamlphp/modules/default/templates/ # buildkit2.9 KB52COPY modules/material/themes/material/expirychecker/* /data/vendor/simplesamlphp/simplesamlphp/modules/expirychecker/templates/ # buildkit908 B53COPY modules/material/themes/material/mfa/* /data/vendor/simplesamlphp/simplesamlphp/modules/mfa/templates/ # buildkit4.25 KB54COPY modules/material/themes/material/profilereview/* /data/vendor/simplesamlphp/simplesamlphp/modules/profilereview/templates/ # buildkit2.08 KB55COPY modules/material/themes/material/silauth/* /data/vendor/simplesamlphp/simplesamlphp/modules/silauth/templates/ # buildkit1.77 KB56COPY dockerbuild/config/* /data/vendor/simplesamlphp/simplesamlphp/config/ # buildkit15.74 KB57COPY dockerbuild/ssp-overrides/sp-php.patch sp-php.patch # buildkit628 B58RUN |2 GITHUB_REF_NAME=10.3.0 COMPOSER_FLAGS=--prefer-dist --no-interaction17.23 KB59RUN |2 GITHUB_REF_NAME=10.3.0 COMPOSER_FLAGS=--prefer-dist --no-interaction113 B60RUN |2 GITHUB_REF_NAME=10.3.0 COMPOSER_FLAGS=--prefer-dist --no-interaction118 B61EXPOSE map[80/tcp:{}]0 B62CMD ["/data/run.sh"]0 BCommand
ARG RELEASE