Namespace
martialblog
Image / Tag
limesurvey:3.27.27-211130-fpm
Content Digest
sha256:edbc898fc3171c7fe6f3e990e0a6503f9459174cbee993359c12e62b1748a90a
Details
Created

2021-12-07 11:04:35 UTC

Size

234 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2021-12-07T11:00:46.915Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    0650b759c0fa802ba685298ba647b5ccd099d755
  • 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
    3.27.27-211130-apache

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F

LIMESURVEY_VERSION

3.27.27+211130

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.13.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

cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52

PHP_URL

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

PHP_VERSION

8.0.13


Layers

[#000] sha256:e5ae68f740265288a4888db98d2999a638fdcb6d725f427678814538d253aa4d - 12.77% (29.9 MB)

[#001] sha256:99c3c1c4d556eaf1a4d1ec1591b053c3a723104b3c998a9d44a66132b7ee3af8 - 0.0% (227 Bytes)

[#002] sha256:2c23b6beb07ab1b78af3929ff31a2ec34ece94ac611be50a32d54406e925b64f - 37.3% (87.4 MB)

[#003] sha256:9874148cff9ac18f61ee23d041488694c002bf082e32d004232055b99e2f705f - 0.0% (268 Bytes)

[#004] sha256:7a8ab45b71775ffcaca96a74abbf6948bff7cf45a3aa8e1d89265257613e95dd - 4.55% (10.7 MB)

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

[#006] sha256:6fb931a5d424da38451f50f1552de4661224ca8b53fa99bb276f901eef4db834 - 12.11% (28.4 MB)

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

[#008] sha256:707470399873366a1d87b9f5de34b2e5b033da88790e5071476e1acbb7927ea7 - 0.0% (246 Bytes)

[#009] sha256:3a035c4712a4655bac40bce50bbc4a01412f1222de9edfdd3558dc62cb7ee2d5 - 0.0% (8.38 KB)

[#010] sha256:962f5afcd67bd9d6210c7210c0d54d29427d22bc1a9a1ec99c8c131fd1316650 - 3.17% (7.42 MB)

[#011] sha256:0a704f20e25facc85f0ed7e94302366e8a3fd9bf1caa2674071146760995a660 - 0.0% (175 Bytes)

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

[#013] sha256:294cc71812842de39e01bfa9bfb163b6f53da2d8b630d7a9376f1e009834ae3b - 29.64% (69.4 MB)

[#014] sha256:cfa6eceebef20d618677c8dd50ae668903b5bd529fc363b05f27684e3cee1c1a - 0.0% (1.49 KB)


History
2021-12-02 02:48:20 UTC

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

2021-12-02 02:48:21 UTC

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

2021-12-02 12:03:44 UTC

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

2021-12-02 12:03:45 UTC

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

2021-12-02 12:04:16 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-12-02 12:04:16 UTC

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

2021-12-02 12:04:17 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-12-02 12:04:18 UTC

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

2021-12-02 12:04:18 UTC

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

2021-12-02 12:04:18 UTC

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

2021-12-02 13:14:32 UTC

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

2021-12-02 13:14:32 UTC

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

2021-12-02 13:14:33 UTC

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

2021-12-02 13:14:33 UTC

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

2021-12-02 13:14:59 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-12-02 13:14:59 UTC

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

2021-12-02 13:39:15 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-12-02 13:39:16 UTC

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

2021-12-02 13:39:17 UTC

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

2021-12-02 13:39:18 UTC

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

2021-12-02 13:39:18 UTC

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

2021-12-02 13:39:19 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-12-02 13:39:20 UTC

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

2021-12-02 13:39:20 UTC

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

2021-12-02 13:39:20 UTC

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

2021-12-07 11:03:05 UTC (buildkit.dockerfile.v0)

LABEL [email protected]

2021-12-07 11:03:05 UTC (buildkit.dockerfile.v0)

ARG version=3.27.27+211130

2021-12-07 11:03:05 UTC (buildkit.dockerfile.v0)

ARG sha256_checksum=ac6c85b801dededfa4325ab47f7690800ed82b0aa642ded9a27920015c75c8f6

2021-12-07 11:03:05 UTC (buildkit.dockerfile.v0)

RUN |2 version=3.27.27+211130 sha256_checksum=ac6c85b801dededfa4325ab47f7690800ed82b0aa642ded9a27920015c75c8f6 /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-12-07 11:03:05 UTC (buildkit.dockerfile.v0)

RUN |2 version=3.27.27+211130 sha256_checksum=ac6c85b801dededfa4325ab47f7690800ed82b0aa642ded9a27920015c75c8f6 /bin/sh -c set -ex; ln -fs /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/ # buildkit

2021-12-07 11:04:25 UTC (buildkit.dockerfile.v0)

RUN |2 version=3.27.27+211130 sha256_checksum=ac6c85b801dededfa4325ab47f7690800ed82b0aa642ded9a27920015c75c8f6 /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-12-07 11:04:25 UTC (buildkit.dockerfile.v0)

ENV LIMESURVEY_VERSION=3.27.27+211130

2021-12-07 11:04:35 UTC (buildkit.dockerfile.v0)

RUN |2 version=3.27.27+211130 sha256_checksum=ac6c85b801dededfa4325ab47f7690800ed82b0aa642ded9a27920015c75c8f6 /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 www-data:www-data /var/www/html # buildkit

2021-12-07 11:04:35 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2021-12-07 11:04:35 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2021-12-07 11:04:35 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2021-12-07 11:04:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

2021-12-07 11:04:35 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