Namespace
library
Image / Tag
php:8.0-rc-cli-alpine3.14
Content Digest
sha256:6fa109b9244fec47c42e22373f4776744438ea1576522b3eb9dd38a0c6214144
Details
Created

2022-04-29 00:55:48 UTC

Size

30.4 MB

Content Digest
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://downloads.php.net/~carusogabriel/php-8.0.19RC1.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

b5692120ce7826d10de26eedf14893b426ee1a8fd5b2946df2c0e57c535eb8f9

PHP_URL

https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz

PHP_VERSION

8.0.19RC1


Layers

[#000] sha256:c11e5e1035714514f6e237dffd1836a4d03b48af64e55a8e08f9bd9e998e24a9 - 8.85% (2.69 MB)

[#001] sha256:d252c7fc7fdf2acebba22bdce0df2a9b6699d3103f77cd3befcd96c9830dd44d - 5.65% (1.72 MB)

[#002] sha256:29da06ea807d8f1d3f704ed6147c9f34dbf3dd2c26817a9f8b1ee7643d57a281 - 0.0% (1.2 KB)

[#003] sha256:4c7d9b1421b6c940a062a92e05e3ac5394ef9dc0292558b91f73f4d1ced04a14 - 0.0% (220 Bytes)

[#004] sha256:dad221be5f85912346cf072fd0166c6c3a58baa2e95cafb144569727dc45050a - 33.87% (10.3 MB)

[#005] sha256:d1ab29903c76dab0282469b897949d48957cb52978eba328edd4916d206deb75 - 0.0% (499 Bytes)

[#006] sha256:cb644dccbe5d0bb7d36934f6263d09bcd31793aaaa56c410d1c231d9cd5bc7e6 - 51.56% (15.7 MB)

[#007] sha256:60045563c20c7379f07e84bc2e84130a40ce2327d753b807124c8bdbe28b315d - 0.01% (2.39 KB)

[#008] sha256:c4ee4c0784ee479193c9faeb0e79a2d9411a0b2dbe477ae2be9486b680df29fb - 0.06% (17.9 KB)


History
2022-04-04 23:38:32 UTC

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

2022-04-04 23:38:32 UTC

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

2022-04-05 00:13:28 UTC

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

2022-04-05 00:13:30 UTC

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

2022-04-05 00:13:31 UTC

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

2022-04-05 00:13:32 UTC

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

2022-04-05 00:13:33 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

2022-04-05 00:13:34 UTC

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

2022-04-05 00:13:35 UTC

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

2022-04-05 00:13:36 UTC

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

2022-04-05 00:44:59 UTC

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

2022-04-29 00:52:19 UTC

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

2022-04-29 00:52:20 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz.asc

2022-04-29 00:52:21 UTC

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

2022-04-29 00:52:26 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

2022-04-29 00:52:28 UTC

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

2022-04-29 00:55:45 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 --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; 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

2022-04-29 00:55:46 UTC

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

2022-04-29 00:55:46 UTC

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

2022-04-29 00:55:47 UTC

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

2022-04-29 00:55:48 UTC

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

Details
Created

2022-04-29 00:51:41 UTC

Size

30 MB

Content Digest
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://downloads.php.net/~carusogabriel/php-8.0.19RC1.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

b5692120ce7826d10de26eedf14893b426ee1a8fd5b2946df2c0e57c535eb8f9

PHP_URL

https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz

PHP_VERSION

8.0.19RC1


Layers

[#000] sha256:8663204ce13b2961da55026a2034abb9e5afaaccf6a9cfb44ad71406dcd07c7b - 8.97% (2.69 MB)

[#001] sha256:aa03774f3e03c326f200279ce7ca2ddf335bd09a519355bf8a0dbf95e5491caa - 5.42% (1.62 MB)

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

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

[#004] sha256:220b186c451dac236155c21a17b78aab7c3413802a29ce03c3f4e05ef2c88050 - 34.37% (10.3 MB)

[#005] sha256:d1f56a91b008e6b409a9733c89f1ebfb0d7a4490f0c0539668c18499930f8c64 - 0.0% (498 Bytes)

[#006] sha256:1ac439b5cce8a60f5a64835d0822bcfbccbc793fc808f4dd074b21a8f3e76b3a - 51.16% (15.3 MB)

[#007] sha256:30f4019508ba62b8aaf21f9d76ba6f28ac934c5afa80b062a948449f0b151a0c - 0.01% (2.39 KB)

[#008] sha256:07f3aaf191b758f9d6f0a253ffcbdba6c3495ef3c552cc6be8b90a9de854fd06 - 0.06% (18 KB)


History
2022-04-05 00:20:08 UTC

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

2022-04-05 00:20:08 UTC

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

2022-04-05 01:11:38 UTC

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

2022-04-05 01:11:40 UTC

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

2022-04-05 01:11:40 UTC

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

2022-04-05 01:11:40 UTC

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

2022-04-05 01:11:41 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

2022-04-05 01:11:41 UTC

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

2022-04-05 01:11:41 UTC

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

2022-04-05 01:11:41 UTC

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

2022-04-05 02:00:07 UTC

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

2022-04-29 00:48:00 UTC

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

2022-04-29 00:48:00 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz.asc

2022-04-29 00:48:01 UTC

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

2022-04-29 00:48:05 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

2022-04-29 00:48:05 UTC

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

2022-04-29 00:51:39 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 --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; 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

2022-04-29 00:51:40 UTC

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

2022-04-29 00:51:41 UTC

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

2022-04-29 00:51:41 UTC

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

2022-04-29 00:51:41 UTC

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

Details
Created

2022-04-29 00:28:04 UTC

Size

28.5 MB

Content Digest
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://downloads.php.net/~carusogabriel/php-8.0.19RC1.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

b5692120ce7826d10de26eedf14893b426ee1a8fd5b2946df2c0e57c535eb8f9

PHP_URL

https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz

PHP_VERSION

8.0.19RC1


Layers

[#000] sha256:f9f2e4e531ad51ee917e8311e91a223a4893c1d754acb8246af87375ea60c6aa - 8.8% (2.5 MB)

[#001] sha256:6f8fd662ef6bbbb914acad0424dc5b0f195777839cdeca91da87e63bbb55e855 - 5.67% (1.61 MB)

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

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

[#004] sha256:6c678b012f227b81363b10e243dfeadbfa39b9369b253863860033b94651240e - 36.19% (10.3 MB)

[#005] sha256:ac924100f80600da17d32b756d0c029601a8ab833194e501ab2e6c961f32daa2 - 0.0% (497 Bytes)

[#006] sha256:d17f40e25a74c90893267efa1cdfea175a1efb23d31810d765b8d6ba931700b3 - 49.26% (14 MB)

[#007] sha256:2ba005275a461880f4352e0672a266e481992eff5afcd2f51659661dbad5d811 - 0.01% (2.39 KB)

[#008] sha256:6fefe356b501c5f20e647799ca1c2ef0eb0fd62c73b833e00f8cad7a2bc058da - 0.06% (18 KB)


History
2022-04-04 23:49:55 UTC

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

2022-04-04 23:49:56 UTC

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

2022-04-05 00:02:56 UTC

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

2022-04-05 00:03:00 UTC

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

2022-04-05 00:03:02 UTC

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

2022-04-05 00:03:02 UTC

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

2022-04-05 00:03:04 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

2022-04-05 00:03:04 UTC

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

2022-04-05 00:03:04 UTC

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

2022-04-05 00:03:05 UTC

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

2022-04-05 00:45:15 UTC

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

2022-04-29 00:22:55 UTC

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

2022-04-29 00:22:56 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz.asc

2022-04-29 00:22:56 UTC

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

2022-04-29 00:23:03 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

2022-04-29 00:23:04 UTC

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

2022-04-29 00:28:00 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 --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; 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

2022-04-29 00:28:01 UTC

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

2022-04-29 00:28:03 UTC

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

2022-04-29 00:28:04 UTC

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

2022-04-29 00:28:04 UTC

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

Details
Created

2022-04-29 01:56:42 UTC

Size

27.3 MB

Content Digest
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://downloads.php.net/~carusogabriel/php-8.0.19RC1.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

b5692120ce7826d10de26eedf14893b426ee1a8fd5b2946df2c0e57c535eb8f9

PHP_URL

https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz

PHP_VERSION

8.0.19RC1


Layers

[#000] sha256:380010979fdd8a9a4b0bf397034a27ec6cabe61d36e9e6d460ea986f0ddaef38 - 8.49% (2.32 MB)

[#001] sha256:999feadaa5b7ea81ea42d33d24f2b029edfb84712afd0043dc13dcc07239b5fb - 5.45% (1.49 MB)

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

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

[#004] sha256:6b89b400b7f41858f018a2f2b52ad7b89bb8a5ef068a77ef586c3ede6f87d434 - 37.76% (10.3 MB)

[#005] sha256:bcc0eb87eee1309ef219db8c52d9ac9cce6b59edbcce3fffa8088dd5304c826b - 0.0% (497 Bytes)

[#006] sha256:115f37ba4eff237f4983488b67041cc73faa11f204c3e954ec6958516052d2aa - 48.22% (13.2 MB)

[#007] sha256:32a171b4980893a3de27e59533f71a52ab606ef195eba662b3245dc909c6afb3 - 0.01% (2.39 KB)

[#008] sha256:04def2eccf8c3875cf32dff901e71415a5af3c7e71e50bcbabb33fe05cfa36a2 - 0.06% (18 KB)


History
2022-04-04 23:57:52 UTC

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

2022-04-04 23:57:52 UTC

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

2022-04-05 00:54:48 UTC

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

2022-04-05 00:54:51 UTC

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

2022-04-05 00:54:53 UTC

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

2022-04-05 00:54:53 UTC

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

2022-04-05 00:54:55 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

2022-04-05 00:54:55 UTC

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

2022-04-05 00:54:56 UTC

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

2022-04-05 00:54:56 UTC

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

2022-04-05 01:37:31 UTC

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

2022-04-29 01:52:22 UTC

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

2022-04-29 01:52:23 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz.asc

2022-04-29 01:52:23 UTC

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

2022-04-29 01:52:29 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

2022-04-29 01:52:30 UTC

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

2022-04-29 01:56:37 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 --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; 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

2022-04-29 01:56:39 UTC

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

2022-04-29 01:56:41 UTC

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

2022-04-29 01:56:41 UTC

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

2022-04-29 01:56:42 UTC

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

Details
Created

2022-04-29 02:00:38 UTC

Size

29.3 MB

Content Digest
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://downloads.php.net/~carusogabriel/php-8.0.19RC1.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

b5692120ce7826d10de26eedf14893b426ee1a8fd5b2946df2c0e57c535eb8f9

PHP_URL

https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz

PHP_VERSION

8.0.19RC1


Layers

[#000] sha256:455c02918c4592a9beeeae47df541266f3ea53ed573feb767e5e8ab8dcee146e - 8.84% (2.59 MB)

[#001] sha256:b7b29a78e9f54645d483a584ea0c521e8a7a00c5babcbe5f2385fd9f1bcf79ba - 5.53% (1.62 MB)

[#002] sha256:28298b4ac72b8d1769a8fefb24ce1ecee1a72abc8e14986ae6710f82f12467c5 - 0.0% (1.2 KB)

[#003] sha256:b61e0af187fbed981c51f9e6eb729cfdec1b45ad6813cc90838ba8e609495ad6 - 0.0% (221 Bytes)

[#004] sha256:a79a1759a8f04550c3405273571398cd83cbd4bc5f4396a044228825cc03edf7 - 35.13% (10.3 MB)

[#005] sha256:945b67a230114acf8bd3f9455a2715d58242f3347c0122140176601a3b64bd6f - 0.0% (498 Bytes)

[#006] sha256:aecde234e977261e19b6cde474d1cf679f6653ffae5065ccf6bc786abfeb2e16 - 50.43% (14.8 MB)

[#007] sha256:8990940977aba3c15ddd7f2f31741e907fc0246fdc00a5a3082a03a6ad789ef6 - 0.01% (2.39 KB)

[#008] sha256:117cd10b2fd6b896bc2c2e9ba779f79cfd62c62fd88b8d96c87d9b58847ada6a - 0.06% (17.9 KB)


History
2022-04-04 23:39:39 UTC

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

2022-04-04 23:39:39 UTC

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

2022-04-05 00:26:29 UTC

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

2022-04-05 00:26:31 UTC

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

2022-04-05 00:26:32 UTC

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

2022-04-05 00:26:33 UTC

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

2022-04-05 00:26:34 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

2022-04-05 00:26:35 UTC

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

2022-04-05 00:26:36 UTC

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

2022-04-05 00:26:37 UTC

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

2022-04-05 01:10:40 UTC

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

2022-04-29 01:54:56 UTC

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

2022-04-29 01:54:57 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz.asc

2022-04-29 01:54:58 UTC

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

2022-04-29 01:55:04 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

2022-04-29 01:55:05 UTC

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

2022-04-29 02:00:34 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 --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; 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

2022-04-29 02:00:36 UTC

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

2022-04-29 02:00:37 UTC

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

2022-04-29 02:00:37 UTC

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

2022-04-29 02:00:38 UTC

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

Details
Created

2022-04-29 01:39:19 UTC

Size

30.7 MB

Content Digest
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://downloads.php.net/~carusogabriel/php-8.0.19RC1.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

b5692120ce7826d10de26eedf14893b426ee1a8fd5b2946df2c0e57c535eb8f9

PHP_URL

https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz

PHP_VERSION

8.0.19RC1


Layers

[#000] sha256:ee5f6345565e7aeda814a5c097612cacb0a74186b1f01bf5199e1b812b5d3065 - 8.74% (2.68 MB)

[#001] sha256:ccd34c99bdfcb61b3a4c7a3d50c868f908eada9af3e016da1031d736ef2a1285 - 5.43% (1.67 MB)

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

[#003] sha256:de055181724d62c67e1daf2ef30643cd1da84e551bc78b423a4e505912379a77 - 0.0% (269 Bytes)

[#004] sha256:f2162687ff6fd9bd54516b7939c57bf44d7d95716c509dee4524c6c5318fd5d2 - 33.53% (10.3 MB)

[#005] sha256:c616a329cb8660394376a69a508fce3db00de19e3219091bb36f306e097ebdea - 0.0% (498 Bytes)

[#006] sha256:69013d2f681bd5092938e66faefedea4890387b864355adf1aa08eb40092b76e - 52.23% (16 MB)

[#007] sha256:7df6fbeb6bfa1a5bef078b7a2c0eb7ee3a20f7c396a89a8d6b64f342160a2259 - 0.01% (2.39 KB)

[#008] sha256:85acca19c50008ac253145dc958da98f37dbc7a3601ca6bd61f85be1276cf7a1 - 0.06% (18 KB)


History
2022-04-05 00:23:44 UTC

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

2022-04-05 00:23:46 UTC

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

2022-04-05 01:29:13 UTC

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

2022-04-05 01:29:23 UTC

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

2022-04-05 01:29:32 UTC

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

2022-04-05 01:29:37 UTC

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

2022-04-05 01:29:47 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

2022-04-05 01:29:49 UTC

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

2022-04-05 01:29:52 UTC

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

2022-04-05 01:29:54 UTC

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

2022-04-05 02:22:30 UTC

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

2022-04-29 01:33:25 UTC

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

2022-04-29 01:33:28 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz.asc

2022-04-29 01:33:31 UTC

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

2022-04-29 01:33:47 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

2022-04-29 01:33:50 UTC

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

2022-04-29 01:39:00 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 --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; 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

2022-04-29 01:39:03 UTC

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

2022-04-29 01:39:13 UTC

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

2022-04-29 01:39:15 UTC

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

2022-04-29 01:39:19 UTC

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

Details
Created

2022-04-29 01:13:43 UTC

Size

28.9 MB

Content Digest
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://downloads.php.net/~carusogabriel/php-8.0.19RC1.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

b5692120ce7826d10de26eedf14893b426ee1a8fd5b2946df2c0e57c535eb8f9

PHP_URL

https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz

PHP_VERSION

8.0.19RC1


Layers

[#000] sha256:6f6a6c77b1bd5dfb3e759efaa292f964f197ae4b96be74d80ef059f87317997a - 8.6% (2.48 MB)

[#001] sha256:e2af9291e8bb0cd2e6ac744794ab2287652d0f0e3b0a1e03feba1ccf6cdc9ef0 - 5.82% (1.68 MB)

[#002] sha256:69a6e28b72f7a6dc4fe85e004996700ffc40c5583e3c5b6dc6561c829ac179b2 - 0.0% (1.24 KB)

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

[#004] sha256:410321f7d8902f37b675c5b4af81328308fb1c5b96a1d2f8e25d066f2993cf3a - 35.64% (10.3 MB)

[#005] sha256:a2a61594e7e1401ad04d8d90e2e2d3f1fb2faec9623c853d61060be6474edc62 - 0.0% (497 Bytes)

[#006] sha256:3d8c28251d1b62216d7627b7ad7c8f168362c991cc48a47fb4d8d06b4dd78ae8 - 49.87% (14.4 MB)

[#007] sha256:c48830c6871abda3d56852044e7739c682eccf49a69c23f2c0016137e32e3ed9 - 0.01% (2.39 KB)

[#008] sha256:aa6db44ec5bbda4da3eb9a70cea5f0aad2a4a7b6753e776109ab6ce73d7cd2c3 - 0.06% (18 KB)


History
2022-04-04 23:41:47 UTC

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

2022-04-04 23:41:48 UTC

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

2022-04-05 00:08:54 UTC

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

2022-04-05 00:08:55 UTC

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

2022-04-05 00:08:56 UTC

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

2022-04-05 00:08:56 UTC

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

2022-04-05 00:08:56 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

2022-04-05 00:08:56 UTC

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

2022-04-05 00:08:57 UTC

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

2022-04-05 00:08:57 UTC

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

2022-04-05 00:35:17 UTC

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

2022-04-29 01:10:38 UTC

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

2022-04-29 01:10:38 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~carusogabriel/php-8.0.19RC1.tar.xz.asc

2022-04-29 01:10:38 UTC

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

2022-04-29 01:10:40 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

2022-04-29 01:10:41 UTC

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

2022-04-29 01:13:40 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 --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; 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

2022-04-29 01:13:41 UTC

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

2022-04-29 01:13:42 UTC

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

2022-04-29 01:13:42 UTC

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

2022-04-29 01:13:43 UTC

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

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