get-domain-mailserver-ip (latest-armhf)

Published 2024-02-10 09:11:05 +01:00 by oliver

Installation

docker pull git.keine.cloud/openfaas/get-domain-mailserver-ip:latest-armhf
sha256:4c036b56410f34d21647153974111e12a3d9fa5243a46ff08722d6e80969373f

Image Layers

ADD file:baa382c02063f00cbb5c71f024a077de447a5a42b8cac1165b06702b61373b14 in /
CMD ["/bin/bash"]
ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkg-config re2c
/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl libedit2 libsqlite3-0 libxml2 xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
ENV PHP_INI_DIR=/usr/local/etc/php
/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E
ENV PHP_VERSION=7.1.4
ENV PHP_URL=https://secure.php.net/get/php-7.1.4.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.4.tar.xz.asc/from/this/mirror
ENV PHP_SHA256=71514386adf3e963df087c2044a0b3747900b8b1fc8da3a99f0a0ae9180d300b PHP_MD5=a74c13f8779349872b365e6732e8c98e
/bin/sh -c set -xe; fetchDeps=' wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; mkdir -p /usr/src; cd /usr/src; wget -O php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -r "$GNUPGHOME"; fi; apt-get purge -y --auto-remove $fetchDeps
COPY file:959ae4c77ed8a5e2847092c7bf79df8e023e6a1f7d8722ebfc0342f667ac9773 in /usr/local/bin/
/bin/sh -c set -xe && buildDeps=" $PHP_EXTRA_BUILD_DEPS libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" && docker-php-source extract && cd /usr/src/php && ./configure --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } && make clean && docker-php-source delete && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps
COPY multi:24ffbfdea70e9f1202f992fde7b28fdf306a8e76a7893d1142b64f56dc4167e4 in /usr/local/bin/
ENTRYPOINT ["docker-php-entrypoint"]
CMD ["php" "-a"]
ADD 5a3165762fa3bed2e3e1917c2d1729a71284d3c178ad9e720e41e74607e98297 in /usr/bin
/bin/sh -c mv /usr/bin/fwatchdog-armhf /usr/bin/fwatchdog
/bin/sh -c chmod +x /usr/bin/fwatchdog
WORKDIR /root/
/bin/sh -c mkdir function
COPY file:214fa5323b29bce73c8b30dd697bfc964542a3b884ace9bcf36d5356e4092b5e in function/setup.sh
/bin/sh -c chmod +x function/setup.sh && function/setup.sh && rm -rf function
COPY dir:16bada09d90e2d23465e0ad54113c05e39a495b04b82cc8fcde4b51defd19142 in function
ENV fprocess=php function/index.php
EXPOSE 8080
HEALTHCHECK &{["CMD-SHELL" "[ -e /tmp/.lock ] || exit 1"] "3s" "0s" "0s" '\x00'}
CMD ["fwatchdog"]
Details
Container
2024-02-10 09:11:05 +01:00
0
OCI / Docker
linux/arm64
159 MiB
Versions (1) View all
latest-armhf 2024-02-10