Namespace
martialblog
Image / Tag
limesurvey:5.6.4-230206-fpm-alpine
Content Digest
sha256:857fe6b8b40634acf3a81eb8dea50dcfd9f6b8dd790efc474d34928e8caea33e
Details
Created

2023-02-14 11:55:02 UTC

Size

225 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2023-02-14T11:53:09.203Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    6709d9964fee318d859876f30883dfbc588bd41f
  • 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.6.4-230206-fpm-alpine

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F 2C16C765DBE54A088130F1BC4B9B5F600B55F3B4

LIMESURVEY_VERSION

5.6.4+230206

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

f942cbfe2f7bacbb8039fb79bbec41c76ea779ac5c8157f21e1e0c1b28a5fc3a

PHP_URL

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

PHP_VERSION

8.0.27


Layers

[#000] sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 - 1.19% (2.68 MB)

[#001] sha256:0cd032c1d9bc64fb28abb14a4f1f7ba3b82f201fe308eb5cb5f9a25ef1c0b524 - 0.73% (1.64 MB)

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

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

[#004] sha256:004cb352d085eeee3a36240c75eb23a8e74bfe0ae380034a4909cfb93c866cb5 - 4.58% (10.3 MB)

[#005] sha256:eeed73174a40711d70b977a56e3566854d27e1a0e67177d97d7cdf3981a294ab - 0.0% (495 Bytes)

[#006] sha256:3f54e89350d36b6d3188f11f7227f7bb8226d1dd6fdd42943afe5a46c884933c - 5.11% (11.5 MB)

[#007] sha256:e88d770298a6e92237d4d1c55852accb9833aac9c1e8b828c1aed969f79bd6b3 - 0.0% (2.39 KB)

[#008] sha256:0e22d4e15e9e284aeb8a7a6533ffa7459609730566d3f47c6c97f5bef966e67c - 0.01% (18.2 KB)

[#009] sha256:54a8269d4ed024adef967c62add069c4d813eae8e9001a2c14668ea41b7a9862 - 0.0% (8.47 KB)

[#010] sha256:b0f355536a5e4112400f743a547040d945efa722bbfc68027d40758bb5aae87c - 53.2% (120 MB)

[#011] sha256:dd4211c3c1b715f9e5777f9bede8762755112b2e9fc402a8a278869b4575a85f - 0.53% (1.19 MB)

[#012] sha256:c278ce17e03b280ae3430cfb9bf88281959d751ce75ecbd256b1aff4ec90a46c - 34.65% (78.1 MB)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

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


History
2023-02-11 04:46:50 UTC

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

2023-02-11 04:46:50 UTC

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

2023-02-11 10:28:32 UTC

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

2023-02-11 10:28:34 UTC

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

2023-02-11 10:28:34 UTC

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

2023-02-11 10:28:34 UTC

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

2023-02-11 10:28:35 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

2023-02-11 10:28:35 UTC

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

2023-02-11 10:28:35 UTC

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

2023-02-11 10:28:35 UTC

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

2023-02-11 11:05:05 UTC

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

2023-02-11 11:05:05 UTC

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

2023-02-11 11:05:05 UTC

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

2023-02-11 11:05:05 UTC

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

2023-02-11 11:05:12 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

2023-02-11 11:05:12 UTC

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

2023-02-11 11:12:56 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; 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-iconv=/usr --with-openssl --with-readline --with-zlib --disable-phpdbg --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

2023-02-11 11:12:56 UTC

/bin/sh -c #(nop) COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/

2023-02-11 11:12:57 UTC

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

2023-02-11 11:12:58 UTC

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

2023-02-11 11:12:58 UTC

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

2023-02-11 11:12:58 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; mkdir -p "$PHP_INI_DIR/conf.d"; { echo '; https://github.com/docker-library/php/issues/878#issuecomment-938595965'; echo 'fastcgi.logging = Off'; } > "$PHP_INI_DIR/conf.d/docker-fpm.ini"

2023-02-11 11:12:58 UTC

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

2023-02-11 11:12:58 UTC

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

2023-02-11 11:12:58 UTC

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

2023-02-14 11:53:16 UTC (buildkit.dockerfile.v0)

LABEL [email protected]

2023-02-14 11:53:16 UTC (buildkit.dockerfile.v0)

RUN /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

2023-02-14 11:54:53 UTC (buildkit.dockerfile.v0)

RUN /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

2023-02-14 11:54:53 UTC (buildkit.dockerfile.v0)

ARG version=5.6.4+230206

2023-02-14 11:54:53 UTC (buildkit.dockerfile.v0)

ARG sha256_checksum=10495b2f872c7a02d075e307dcb5651bab109c44dfe0783614c0d85f4bb6cc17

2023-02-14 11:54:53 UTC (buildkit.dockerfile.v0)

ARG archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/5.6.4+230206.tar.gz

2023-02-14 11:54:53 UTC (buildkit.dockerfile.v0)

ARG USER=www-data

2023-02-14 11:54:53 UTC (buildkit.dockerfile.v0)

ENV LIMESURVEY_VERSION=5.6.4+230206

2023-02-14 11:55:01 UTC (buildkit.dockerfile.v0)

RUN |4 version=5.6.4+230206 sha256_checksum=10495b2f872c7a02d075e307dcb5651bab109c44dfe0783614c0d85f4bb6cc17 archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/5.6.4+230206.tar.gz USER=www-data /bin/sh -c set -ex; curl -sSL "${archive_url}" --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

2023-02-14 11:55:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2023-02-14 11:55:01 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2023-02-14 11:55:02 UTC (buildkit.dockerfile.v0)

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

2023-02-14 11:55:02 UTC (buildkit.dockerfile.v0)

USER www-data

2023-02-14 11:55:02 UTC (buildkit.dockerfile.v0)

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

2023-02-14 11:55:02 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