Namespace
martialblog
Image / Tag
limesurvey:5.1.16-211020-fpm
Content Digest
sha256:0722513cd2248ff770d4633bb069a5516f8150e056a4e913406ce60cd4fc4eb9
Details
Created

2021-10-25 09:11:46 UTC

Size

238 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2021-10-25T09:10:02.587Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    7e1fa3eeddbfec5d9a11c691bf4ae0aff561e990
  • org.opencontainers.image.source
    https://github.com/martialblog/docker-limesurvey
  • org.opencontainers.image.title
    docker-limesurvey
  • org.opencontainers.image.url
    https://github.com/martialblog/docker-limesurvey
  • org.opencontainers.image.version
    5.1.16-211020-fpm

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F

LIMESURVEY_VERSION

5.1.16+211020

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

https://www.php.net/distributions/php-8.0.12.tar.xz.asc

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

a501017b3b0fd3023223ea25d98e87369b782f8a82310c4033d7ea6a989fea0a

PHP_URL

https://www.php.net/distributions/php-8.0.12.tar.xz

PHP_VERSION

8.0.12


Layers

[#000] sha256:7d63c13d9b9b6ec5f05a2b07daadacaa9c610d01102a662ae9b1d082105f1ffa - 12.59% (29.9 MB)

[#001] sha256:24b15dfd3cfa205395e33cb9ea4155c38a2a83a7acee7cb46fb9c169fcbe7411 - 0.0% (226 Bytes)

[#002] sha256:64625c2e355fe69d0228e8a97fd6a1eb71879d7abe06240beec04e919e259c02 - 36.78% (87.4 MB)

[#003] sha256:275a8dd8f3587f8c1fe7fc1f672f2e0757e95d18a018a5378cca93b98312415d - 0.0% (270 Bytes)

[#004] sha256:81fbedc21ad7d969e048bb9638e2874133e255401dee06d9cf4528fa2eb89dce - 4.43% (10.5 MB)

[#005] sha256:b77455c8d23ce588f19b4610fbe59aa61f5ddd88c5e6106d4f38e6bbd9a482d8 - 0.0% (491 Bytes)

[#006] sha256:830945a67cf9b3de7ba3704debafe752d6c36db3fa65daf6198861c61a84d9f8 - 11.94% (28.4 MB)

[#007] sha256:6e9a76abba822d5b267fe934465b705d7c2b13005d0c6c322fd428608edfb03c - 0.0% (2.25 KB)

[#008] sha256:ad9de84c1974185182bfcecec095ab84dd01b57b1dfff6f5d0b71e09e0954582 - 0.0% (244 Bytes)

[#009] sha256:4499bfd4d562e8bd1776a7ca0138f4500ffff4521f70814e70dace994fe85034 - 0.0% (8.37 KB)

[#010] sha256:ea87d3623ad237b997a8deec95d00ec7ef8f9d18ec74fe2956ce896a92b7d2c5 - 3.12% (7.42 MB)

[#011] sha256:6386041f3e951c73434450cddc2274ee0802713e9bd449b03fd3aa20bc304ccc - 0.0% (175 Bytes)

[#012] sha256:a30cc41647859ff174c49a607b553cd0bc150548298c5f24e6d3453be73c456f - 0.45% (1.06 MB)

[#013] sha256:83409a3f5b01902971c238c3c0dd4897d4df5fac129cd20b8b10a1804751a0ae - 30.69% (72.9 MB)

[#014] sha256:ff275b481d7386c1c8957bbc83d78fb48be3f8787cd30db58557305653cd602c - 0.0% (1.79 KB)


History
2021-10-12 01:20:42 UTC

/bin/sh -c #(nop) ADD file:16dc2c6d1932194edec28d730b004fd6deca3d0f0e1a07bc5b8b6e8a1662f7af in /

2021-10-12 01:20:42 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-10-12 04:38:29 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2021-10-12 04:38:29 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2021-10-12 04:38:48 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/*

2021-10-12 04:38:49 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2021-10-12 04:38:50 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html

2021-10-14 19:30:51 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2021-10-14 19:30:51 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2021-10-14 19:30:51 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2021-10-14 21:14:38 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F

2021-10-21 15:20:36 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.0.12

2021-10-21 15:20:36 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.0.12.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.0.12.tar.xz.asc

2021-10-21 15:20:36 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=a501017b3b0fd3023223ea25d98e87369b782f8a82310c4033d7ea6a989fea0a

2021-10-21 15:20:57 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; rm -rf /var/lib/apt/lists/*; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false

2021-10-21 15:20:57 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2021-10-21 15:35:00 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-openssl --with-readline --with-zlib --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2021-10-21 15:35:01 UTC

/bin/sh -c #(nop) COPY multi:7d7d4b016ee2e2e18720a1a58004eb4d59de798c619f217398cc1066a656bfd0 in /usr/local/bin/

2021-10-21 15:35:01 UTC

/bin/sh -c docker-php-ext-enable sodium

2021-10-21 15:35:02 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2021-10-21 15:35:02 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2021-10-21 15:35:03 UTC

/bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '; https://github.com/docker-library/php/pull/725#issuecomment-443540114'; echo 'log_limit = 8192'; echo; echo '[www]'; echo '; if we send this to /proc/self/fd/1, it never appears'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; echo 'decorate_workers_output = no'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf

2021-10-21 15:35:03 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-10-21 15:35:03 UTC

/bin/sh -c #(nop) EXPOSE 9000

2021-10-21 15:35:03 UTC

/bin/sh -c #(nop) CMD ["php-fpm"]

2021-10-25 09:10:12 UTC (buildkit.dockerfile.v0)

LABEL [email protected]

2021-10-25 09:10:12 UTC (buildkit.dockerfile.v0)

ARG version=5.1.16+211020

2021-10-25 09:10:12 UTC (buildkit.dockerfile.v0)

ARG sha256_checksum=4cd8764f4698717c5f6c4d2b85372047871a47cb1171a053b13d6ff5a9346132

2021-10-25 09:10:12 UTC (buildkit.dockerfile.v0)

ARG USER=www-data

2021-10-25 09:10:12 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.1.16+211020 sha256_checksum=4cd8764f4698717c5f6c4d2b85372047871a47cb1171a053b13d6ff5a9346132 USER=www-data /bin/sh -c set -ex; apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y libldap2-dev libfreetype6-dev libjpeg-dev libonig-dev zlib1g-dev libc-client-dev libkrb5-dev libpng-dev libpq-dev libzip-dev libtidy-dev libsodium-dev netcat && apt-get -y autoclean; apt-get -y autoremove; rm -rf /var/lib/apt/lists/* # buildkit

2021-10-25 09:10:13 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.1.16+211020 sha256_checksum=4cd8764f4698717c5f6c4d2b85372047871a47cb1171a053b13d6ff5a9346132 USER=www-data /bin/sh -c set -ex; ln -fs /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/ # buildkit

2021-10-25 09:11:28 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.1.16+211020 sha256_checksum=4cd8764f4698717c5f6c4d2b85372047871a47cb1171a053b13d6ff5a9346132 USER=www-data /bin/sh -c set -ex; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr && docker-php-ext-configure imap --with-kerberos --with-imap-ssl && docker-php-ext-install -j5 exif gd imap ldap mbstring pdo pdo_mysql pdo_pgsql pgsql sodium tidy zip # buildkit

2021-10-25 09:11:28 UTC (buildkit.dockerfile.v0)

ENV LIMESURVEY_VERSION=5.1.16+211020

2021-10-25 09:11:46 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.1.16+211020 sha256_checksum=4cd8764f4698717c5f6c4d2b85372047871a47cb1171a053b13d6ff5a9346132 USER=www-data /bin/sh -c set -ex; curl -sSL "https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" --output /tmp/limesurvey.tar.gz && echo "${sha256_checksum} /tmp/limesurvey.tar.gz" | sha256sum -c - && tar xzvf "/tmp/limesurvey.tar.gz" --strip-components=1 -C /var/www/html/ && rm -f "/tmp/limesurvey.tar.gz" && chown -R "$USER:$USER" /var/www/html # buildkit

2021-10-25 09:11:46 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2021-10-25 09:11:46 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2021-10-25 09:11:46 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh entrypoint.sh # buildkit

2021-10-25 09:11:46 UTC (buildkit.dockerfile.v0)

USER www-data

2021-10-25 09:11:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/var/www/html/entrypoint.sh"]

2021-10-25 09:11:46 UTC (buildkit.dockerfile.v0)

CMD ["php-fpm"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete