Namespace
cda
Image / Tag
hotelarth:2.0.0
Content Digest
sha256:c21a2b44bf42e1296420d32dbe8503a7156d086f851206ad32b051a7d48ab48f
Pull command
Details
Created

2023-10-25 18:22:09 +0200

Size

369 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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

29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8

PHP_URL

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

PHP_VERSION

8.2.11


Layers

[#000] sha256:a378f10b321842c3042cdeff4f6997f34f4cb21f2eff27704b7f6193ab7b5fea - 7.53% (27.8 MB)

[#001] sha256:20ad076dff2ee9b3f3f22002a0376585f329a1520f17968ed711ec81aac8c56e - 0.0% (227 Bytes)

[#002] sha256:6d17b5cade1b79810ab26afa4e1c16926954b1bdbe90c6bb584a6d56d0e0da26 - 26.95% (99.5 MB)

[#003] sha256:d71c28a645649b1de350bae417729f630041edea705feac3f1b231a45e7def23 - 0.0% (271 Bytes)

[#004] sha256:7e2b91f61bd2780851f9e64fbd9938c92b9ed46ce856dc51e85b0e838cda979a - 3.19% (11.8 MB)

[#005] sha256:7ea1d02a4a766a62a5cbe776e7c0a8fdb4bde924d4aeea144ca53fa674c4bf50 - 0.0% (490 Bytes)

[#006] sha256:8d4162c68c03252b96494377ddeda3611ec6b18008a4820a1aa8b36bbe1eedad - 7.18% (26.5 MB)

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

[#008] sha256:d92a28856fd29d04460ca12ec19bc4c6dafdd5ee30be8a96fe64723d15970380 - 0.0% (248 Bytes)

[#009] sha256:1dced4c6d6c6f788d0a25422f314f99a68e9f656e397b08720225b61e607232c - 0.0% (8.97 KB)

[#010] sha256:d45235e4e7b7fccc8089447d072c5959d787d2323bb9e27b5e82ff200ca44819 - 4.03% (14.9 MB)

[#011] sha256:7fcc78792ed61e61fe93b04555c6e0042a7dbfe5032a17f98d881f1afb99de03 - 0.0% (93 Bytes)

[#012] sha256:e82d9229a718b527dda1c1e286832dcd2ad555efeb3e31e000011ed61c447688 - 43.06% (159 MB)

[#013] sha256:369f4c6aa455a4ca7a36eaef8917dc29990de5af003a14f1b49582263e3908c5 - 0.26% (978 KB)

[#014] sha256:c894a7ea5b05e3200dbfdeb365dd770be30ef872d5c90d8e502aba1689f90cac - 7.8% (28.8 MB)

[#015] sha256:3a7476a6fe34fac5dbf46a0321fe982433a3a4d293a2e27f5e126e8013e30e94 - 0.0% (563 Bytes)

[#016] sha256:82a1162f4e3a4e785314c36898521462e1f3212b2e0d03a9301b6f0178674733 - 0.0% (15 KB)

[#017] sha256:0e84f8df917872238ca9e73977349273a912baec7748941a524c6fa19c6ec62b - 0.0% (251 Bytes)


History
2023-10-11 18:34:50 UTC

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

2023-10-11 18:34:51 UTC

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

2023-10-12 03:35:53 UTC

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

2023-10-12 03:35:53 UTC

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

2023-10-12 03:36:10 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/*

2023-10-12 03:36:11 UTC

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

2023-10-12 03: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 1777 /var/www/html

2023-10-12 03:36:12 UTC

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

2023-10-12 03:36:12 UTC

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

2023-10-12 03:36:12 UTC

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

2023-10-12 04:05:20 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2023-10-12 04:05:20 UTC

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

2023-10-12 04:05:20 UTC

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

2023-10-12 04:05:20 UTC

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

2023-10-12 04:05:32 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg; 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

2023-10-12 04:05:32 UTC

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

2023-10-12 04:16:34 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-iconv --with-openssl --with-readline --with-zlib --disable-phpdbg --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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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

2023-10-12 04:16:35 UTC

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

2023-10-12 04:16:35 UTC

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

2023-10-12 04:16:36 UTC

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

2023-10-12 04:16:36 UTC

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

2023-10-12 04:16:36 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 '; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.'; echo '; https://bugs.php.net/bug.php?id=73886'; 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-10-12 04:16:36 UTC

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

2023-10-12 04:16:36 UTC

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

2023-10-12 04:16:36 UTC

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

2023-10-25 18:15:45 +0200 (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y nginx supervisor && rm -rf /var/lib/apt/lists/* # buildkit

2023-10-25 18:15:45 +0200 (buildkit.dockerfile.v0)

WORKDIR /app

2023-10-25 18:21:58 +0200 (buildkit.dockerfile.v0)

COPY /app /app # buildkit

2023-10-25 18:22:06 +0200 (buildkit.dockerfile.v0)

COPY /build/public /app/public # buildkit

2023-10-25 18:22:06 +0200 (buildkit.dockerfile.v0)

RUN /bin/sh -c chown -R www-data:www-data /app/storage /app/bootstrap/cache # buildkit

2023-10-25 18:22:06 +0200 (buildkit.dockerfile.v0)

COPY ./nginx.conf /etc/nginx/conf.d/default.conf # buildkit

2023-10-25 18:22:08 +0200 (buildkit.dockerfile.v0)

RUN /bin/sh -c php artisan key:generate && php artisan migrate:fresh --seed && php artisan storage:link # buildkit

2023-10-25 18:22:09 +0200 (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "[supervisord]" > /etc/supervisor/conf.d/supervisord.conf && echo "nodaemon=true" >> /etc/supervisor/conf.d/supervisord.conf && echo "" >> /etc/supervisor/conf.d/supervisord.conf && echo "[program:php-fpm]" >> /etc/supervisor/conf.d/supervisord.conf && echo "command=php-fpm" >> /etc/supervisor/conf.d/supervisord.conf && echo "" >> /etc/supervisor/conf.d/supervisord.conf && echo "[program:nginx]" >> /etc/supervisor/conf.d/supervisord.conf && echo "command=nginx -g 'daemon off;'" >> /etc/supervisor/conf.d/supervisord.conf # buildkit

2023-10-25 18:22:09 +0200 (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2023-10-25 18:22:09 +0200 (buildkit.dockerfile.v0)

CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]