Namespace
martialblog
Image / Tag
limesurvey:5.2.0-211110-fpm-alpine
Content Digest
sha256:fa65a275f2fcfca1a60caf3f8ffc2605e504176cb6fef9bc34294238d5bd1d1e
Details
Created

2021-11-12 07:13:39 UTC

Size

218 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2021-11-12T07:11:37.841Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5d9c116b64d28d3297c2a804102c14e8a0de93b2
  • 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.2.0-211110-fpm-alpine

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F

PATH

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

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf 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:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 1.23% (2.68 MB)

[#001] sha256:153eea49496a46a69cf5f48803e9014824a6be1d3e04f9ee47cd3f395aba6d76 - 0.75% (1.63 MB)

[#002] sha256:11efd0df1fcb3f56e825ef3449f199b261f44e0130a10cb77fcf78339cb88173 - 0.0% (1.23 KB)

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

[#004] sha256:b030db4cf62fa368769249fecb911dbbfc1f8d7f60149559c66e26d886842fb5 - 4.7% (10.2 MB)

[#005] sha256:5add8d0d1091f90f0e5252e3830dc990cc2077ba0d9e329ebfb27f46a2d960e0 - 0.0% (496 Bytes)

[#006] sha256:ea2fcd1d68e15c343cd6b9959d4b204d1b6477692a2f47f36ec817860a02c269 - 6.7% (14.6 MB)

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

[#008] sha256:bded5cdc8a62b5529ce749eb571e9c57d8b972c9258272cd30ea9bced9566f88 - 0.01% (17.4 KB)

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

[#010] sha256:c1392dd8fc35de6d386eb1275ee054c78778de3200997ca204fef317008f7ab5 - 52.75% (115 MB)

[#011] sha256:d05eb7db9c67a943d89284e3ca573856e2a93d69fda39fa65cbb939fb1c0963b - 0.52% (1.13 MB)

[#012] sha256:66dc7ada15da4d33efa599be704bab6cefdcf252cb7d550e376ef2042f4a7eaa - 33.33% (72.6 MB)

[#013] sha256:0d848746048bcf25dc31f39dd7d5cbc76b56061c67352c3e7c5de6add27f5fa7 - 0.0% (1.81 KB)


History
2021-08-27 17:19:45 UTC

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

2021-08-27 17:19:45 UTC

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

2021-08-27 21:00:50 UTC

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

2021-08-27 21:00:51 UTC

/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl

2021-08-27 21:00:52 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2021-08-27 21:00:53 UTC

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

2021-08-27 21:00:53 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-08-27 21:00:53 UTC

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

2021-08-27 21:00:54 UTC

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

2021-08-27 21:00:54 UTC

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

2021-08-27 21:24:24 UTC

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

2021-10-21 16:10:15 UTC

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

2021-10-21 16:10:15 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 16:10:15 UTC

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

2021-10-21 16:10:32 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; 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; apk del --no-network .fetch-deps

2021-10-21 16:10:32 UTC

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

2021-10-21 16:28:50 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-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)"; ./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-musl' && echo '--without-pcre-jit') --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; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2021-10-21 16:28:51 UTC

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

2021-10-21 16:28:52 UTC

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

2021-10-21 16:28:53 UTC

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

2021-10-21 16:28:53 UTC

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

2021-10-21 16:28:54 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 16:28:54 UTC

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

2021-10-21 16:28:55 UTC

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

2021-10-21 16:28:55 UTC

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

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

LABEL [email protected]

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

ARG version=5.2.0+211110

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

ARG sha256_checksum=4f1299a463d72c6eb8d7acf8fbadecd867cf78c13075bafc2524e1842a661a83

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

ARG USER=www-data

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

RUN |3 version=5.2.0+211110 sha256_checksum=4f1299a463d72c6eb8d7acf8fbadecd867cf78c13075bafc2524e1842a661a83 USER=www-data /bin/sh -c set -ex; apk add --no-cache --virtual .build-deps freetype-dev libpng-dev libzip-dev libjpeg-turbo-dev tidyhtml-dev libsodium-dev openldap-dev oniguruma-dev imap-dev postgresql-dev && apk add --no-cache netcat-openbsd bash # buildkit

2021-11-12 07:13:23 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.2.0+211110 sha256_checksum=4f1299a463d72c6eb8d7acf8fbadecd867cf78c13075bafc2524e1842a661a83 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-imap-ssl && docker-php-ext-install exif gd imap ldap mbstring pdo pdo_mysql pdo_pgsql pgsql sodium tidy zip # buildkit

2021-11-12 07:13:39 UTC (buildkit.dockerfile.v0)

RUN |3 version=5.2.0+211110 sha256_checksum=4f1299a463d72c6eb8d7acf8fbadecd867cf78c13075bafc2524e1842a661a83 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 -rf "/tmp/limesurvey.tar.gz" /var/www/html/docs /var/www/html/tests /var/www/html/*.md && chown -R "${USER}:root" /var/www/ ; chmod -R g=u /var/www # buildkit

2021-11-12 07:13:39 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2021-11-12 07:13:39 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2021-11-12 07:13:39 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh entrypoint.sh # buildkit

2021-11-12 07:13:39 UTC (buildkit.dockerfile.v0)

USER www-data

2021-11-12 07:13:39 UTC (buildkit.dockerfile.v0)

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

2021-11-12 07:13:39 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