Namespace
martialblog
Image / Tag
limesurvey:5.0.13-210804-fpm
Content Digest
sha256:2865aa0e76eb3dbffdaf1adba4f9d6eb9903cd6183ca0f5b20a8f6caa760e1f2
Details
Created

2021-08-12 06:04:24 UTC

Size

219 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2021-08-12T06:03:08.007Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    70631e85bd9f5744f0390395f0f7e68371de9020
  • 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.0.13-210804-fpm

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F

LIMESURVEY_VERSION

5.0.13+210804

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.9.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_EXTRA_CONFIGURE_ARGS

--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

71a01b2b56544e20e28696ad5b366e431a0984eaa39aa5e35426a4843e172010

PHP_URL

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

PHP_VERSION

8.0.9


Layers

[#000] sha256:33847f680f63fb1b343a9fc782e267b5abdbdb50d65d4b9bd2a136291d67cf75 - 11.84% (25.9 MB)

[#001] sha256:ba03c99d34ed5eef03bd9b50e93e7c4ef428d351bc473dbc5af6b35e3b38ca23 - 0.0% (229 Bytes)

[#002] sha256:5f637ed06e1a5cbebe59f7e1102e78d40b788c8ff3143b1c6e6e2d1fda3b8554 - 33.44% (73.1 MB)

[#003] sha256:ecfd84713df3e0b309ebfe29910fd6efc5803314e93a7866d1e5e31b458f719d - 0.0% (269 Bytes)

[#004] sha256:433a69861e85a0ab0cdf4432721e337dcf08c5e3bb5895117dc04f62d00e993f - 4.8% (10.5 MB)

[#005] sha256:54a936b7cd1c7c33af75f6250fe246227f880feefb929df85328eac710fc1eae - 0.0% (492 Bytes)

[#006] sha256:92804f1310e20f5789770a570ebb69f4e9618038329960299e79fd0a3b4cf145 - 12.74% (27.9 MB)

[#007] sha256:10147aecdd5c59671823ac2709b97a20c05246957d72581ea9a2eb74b950af98 - 0.0% (2.21 KB)

[#008] sha256:1525d88eed9489ff47f60b5163bf06e441d80f452e3cb43c203631f812302f4c - 0.0% (247 Bytes)

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

[#010] sha256:a9779bf8268806412de6238face3255156bd7ef2e9b67dd3ad4d3ca27e34b182 - 3.48% (7.62 MB)

[#011] sha256:79301094010ed8641abd33869f9a3d773e2ebefaccaf2f96a5017bc1f92d5a87 - 0.0% (176 Bytes)

[#012] sha256:6fe61f3ec41d3b1029be0c654a7edc9ce98eb7a22fab1b54712a9fc943bdc8aa - 0.52% (1.13 MB)

[#013] sha256:c5a84f7e1b807c9f0c7599cb571356919367243cad4cdeaf7dc41aa42d86f88b - 33.17% (72.5 MB)

[#014] sha256:b92f279787bcbc331b52ede8c8a0a92dcce0747cd6d95b5d7906290316254017 - 0.0% (1.72 KB)


History
2021-07-22 00:45:43 UTC

/bin/sh -c #(nop) ADD file:45f5dfa135c848a348382413cb8b66a3b1dac3276814fbbe4684b39101d1b148 in /

2021-07-22 00:45:44 UTC

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

2021-07-22 01:35:33 UTC

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

2021-07-22 01:35:33 UTC

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

2021-07-22 01:36:08 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-07-22 01:36:09 UTC

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

2021-07-22 01:36:11 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-07-22 01:53:43 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

2021-07-22 01:53:43 UTC

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

2021-07-22 01:53:43 UTC

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

2021-07-22 01:53:44 UTC

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

2021-07-22 02:29:37 UTC

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

2021-07-30 00:39:28 UTC

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

2021-07-30 00:39:28 UTC

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

2021-07-30 00:39:28 UTC

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

2021-07-30 00:39:41 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-07-30 00:39:42 UTC

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

2021-07-30 00:45:49 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 libedit-dev libonig-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; rm -rf /var/lib/apt/lists/*; 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-libedit --with-openssl --with-zlib --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${PHP_EXTRA_CONFIGURE_ARGS:-} ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; 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; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2021-07-30 00:45:50 UTC

/bin/sh -c #(nop) COPY multi:6dfba8f7e64bd54e4d9aa0855ff6ce7a53059e0a733752b4537fd3fdfd32d837 in /usr/local/bin/

2021-07-30 00:45:51 UTC

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

2021-07-30 00:45:51 UTC

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

2021-07-30 00:45:51 UTC

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

2021-07-30 00:45:52 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-07-30 00:45:52 UTC

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

2021-07-30 00:45:53 UTC

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

2021-07-30 00:45:53 UTC

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

2021-08-12 06:03:17 UTC (buildkit.dockerfile.v0)

LABEL [email protected]

2021-08-12 06:03:17 UTC (buildkit.dockerfile.v0)

ARG version=5.0.13+210804

2021-08-12 06:03:17 UTC (buildkit.dockerfile.v0)

ARG sha256_checksum=28e17568c4c769463a590504a1f2753e0baf26be1c89db4443dcac32bd80c39a

2021-08-12 06:03:17 UTC (buildkit.dockerfile.v0)

ARG USER=www-data

2021-08-12 06:03:17 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.0.13+210804 sha256_checksum=28e17568c4c769463a590504a1f2753e0baf26be1c89db4443dcac32bd80c39a 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-08-12 06:03:17 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.0.13+210804 sha256_checksum=28e17568c4c769463a590504a1f2753e0baf26be1c89db4443dcac32bd80c39a USER=www-data /bin/sh -c set -ex; ln -fs /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/ # buildkit

2021-08-12 06:04:16 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.0.13+210804 sha256_checksum=28e17568c4c769463a590504a1f2753e0baf26be1c89db4443dcac32bd80c39a 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-08-12 06:04:16 UTC (buildkit.dockerfile.v0)

ENV LIMESURVEY_VERSION=5.0.13+210804

2021-08-12 06:04:24 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.0.13+210804 sha256_checksum=28e17568c4c769463a590504a1f2753e0baf26be1c89db4443dcac32bd80c39a 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-08-12 06:04:24 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2021-08-12 06:04:24 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2021-08-12 06:04:24 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh entrypoint.sh # buildkit

2021-08-12 06:04:24 UTC (buildkit.dockerfile.v0)

USER www-data

2021-08-12 06:04:24 UTC (buildkit.dockerfile.v0)

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

2021-08-12 06:04:24 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