Namespace
martialblog
Image / Tag
limesurvey:3.27.11-210809-fpm-alpine
Content Digest
sha256:48821651806cebc74aeff43954b39fb855fd44b52f95da3061a04feb76fa0eae
Details
Created

2021-08-17 15:20:40 UTC

Size

213 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2021-08-17T15:14:49.668Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    57e3b84970fb7ad6accc5853ca5036189cdb5e33
  • 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.11-210809-apache

Environment
GPG_KEYS

42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312

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

8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8

PHP_URL

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

PHP_VERSION

7.4.22


Layers

[#000] sha256:29291e31a76a7e560b9b7ad3cada56e8c18d50a96cca8a2573e4f4689d7aca77 - 1.26% (2.68 MB)

[#001] sha256:40df5ce4894c4fe544404fe34e6bb75518b0ae8c6b90819795e09750e8023bc5 - 0.76% (1.63 MB)

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

[#003] sha256:49b0bef73260aa884024d4812378dc7458a626d07690e51be1b680ac2ae2dcb4 - 0.0% (267 Bytes)

[#004] sha256:546a3e6eb7de4686969f4141c95c75da15a744cb9eeb71779325e7137db391ae - 4.64% (9.89 MB)

[#005] sha256:0997e9495609f624445d2d389886f1f6bc5290a96c6a026821acc2c164fb1b04 - 0.0% (493 Bytes)

[#006] sha256:53bd23bf785a63be1a05e6d65baf6d41496a96a47c8069b7bdc6e40cea724e2d - 6.41% (13.7 MB)

[#007] sha256:0ac1145fc32eb1a7ab17cf940b82ba74d62c1183da2bdf06b60ac0997614e808 - 0.0% (2.21 KB)

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

[#009] sha256:e542b20286a21633281c510e2616b126ddac79b3ffc5fbe10f550eeaafce011e - 0.0% (8.24 KB)

[#010] sha256:40755adeb240aa4582b6959aaf17f219c97d9fb734d39f763a5d2fca2bb22956 - 53.97% (115 MB)

[#011] sha256:954af4ef0eb8f9ca881c83c7e423b2f999c67e72819333769c178363b0e1a86d - 0.55% (1.16 MB)

[#012] sha256:35d95362ef7ebde459b03a6345c6b49aff798ca0dc67a79611f0e6ee205fe9d6 - 32.39% (69 MB)

[#013] sha256:be2b48ab2151779d0053b19dcf8fbb1187f7fb18afd9eb96852879ab95814787 - 0.0% (1.49 KB)


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

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

2021-08-06 17:19:45 UTC

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

2021-08-06 22:50:11 UTC

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

2021-08-06 22:50:14 UTC

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

2021-08-06 22:50:16 UTC

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

2021-08-06 22:50:17 UTC

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

2021-08-06 22:50:19 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-06 22:59:39 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-08-06 22:59:40 UTC

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

2021-08-06 22:59:40 UTC

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

2021-08-06 22:59:40 UTC

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

2021-08-06 23:30:16 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312

2021-08-06 23:30:16 UTC

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

2021-08-06 23:30:16 UTC

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

2021-08-06 23:30:16 UTC

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

2021-08-06 23:30:25 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-08-06 23:30:25 UTC

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

2021-08-06 23:35:28 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-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-libedit --with-openssl --with-zlib --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ${PHP_EXTRA_CONFIGURE_ARGS:-} ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; 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-08-06 23:35:28 UTC

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

2021-08-06 23:35:30 UTC

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

2021-08-06 23:35:30 UTC

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

2021-08-06 23:35:30 UTC

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

2021-08-06 23:35:31 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-08-06 23:35:31 UTC

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

2021-08-06 23:35:31 UTC

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

2021-08-06 23:35:32 UTC

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

2021-08-17 15:19:01 UTC (buildkit.dockerfile.v0)

LABEL [email protected]

2021-08-17 15:19:01 UTC (buildkit.dockerfile.v0)

ARG version=3.27.11+210809

2021-08-17 15:19:01 UTC (buildkit.dockerfile.v0)

ARG sha256_checksum=c24df0e007e9a9c4e64a1e57c07a559e1866d79a32f8ab736efc0e73aa8a28b1

2021-08-17 15:19:01 UTC (buildkit.dockerfile.v0)

RUN |2 version=3.27.11+210809 sha256_checksum=c24df0e007e9a9c4e64a1e57c07a559e1866d79a32f8ab736efc0e73aa8a28b1 /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-08-17 15:20:30 UTC (buildkit.dockerfile.v0)

RUN |2 version=3.27.11+210809 sha256_checksum=c24df0e007e9a9c4e64a1e57c07a559e1866d79a32f8ab736efc0e73aa8a28b1 /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 gd imap ldap mbstring pdo pdo_mysql pdo_pgsql pgsql sodium tidy zip # buildkit

2021-08-17 15:20:40 UTC (buildkit.dockerfile.v0)

RUN |2 version=3.27.11+210809 sha256_checksum=c24df0e007e9a9c4e64a1e57c07a559e1866d79a32f8ab736efc0e73aa8a28b1 /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 www-data:root /var/www/ ; chmod -R g=u /var/www # buildkit

2021-08-17 15:20:40 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2021-08-17 15:20:40 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2021-08-17 15:20:40 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh entrypoint.sh # buildkit

2021-08-17 15:20:40 UTC (buildkit.dockerfile.v0)

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

2021-08-17 15:20:40 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