Block a user
agenda-api (5095fc9-profile)
Published 2026-07-16 03:50:24 +00:00 by setlord
Installation
docker pull gogs.serialconsult.com/setlord/agenda-api:5095fc9-profilesha256:2a1d8f33a2cce2edfce1663ebb0da4513e0089c26fbdeaaf29ecc05c244fc412
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6ca1723c55 | linux/amd64 | 238 MiB |
Image Layers ( linux/amd64)
| ADD file:ece5ff85ca549f0b1e9139d29dcb43a52af672d0591c423e28180f6d8d700ad7 in / |
| CMD ["bash"] |
| /bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php |
| ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c |
| /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/* |
| ENV PHP_INI_DIR=/usr/local/etc/php |
| /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 |
| ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |
| ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |
| ENV PHP_LDFLAGS=-Wl,-O1 -pie |
| ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F |
| ENV PHP_VERSION=8.0.13 |
| ENV PHP_URL=https://www.php.net/distributions/php-8.0.13.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.0.13.tar.xz.asc |
| ENV PHP_SHA256=cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52 |
| /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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 |
| COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ |
| /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-openssl --with-readline --with-zlib --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --enable-embed ; 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 '/=>/ { print $(NF-1) }' | 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 |
| COPY multi:a00980ff863125d6071b93844e0a51dc89719405d95217aba6860be950a05740 in /usr/local/bin/ |
| /bin/sh -c docker-php-ext-enable sodium |
| ENTRYPOINT ["docker-php-entrypoint"] |
| CMD ["php" "-a"] |
| COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
| COPY /usr/sbin/unitd /usr/sbin/unitd # buildkit |
| COPY /usr/sbin/unitd-debug /usr/sbin/unitd-debug # buildkit |
| COPY /usr/lib/unit/ /usr/lib/unit/ # buildkit |
| COPY /requirements.apt /requirements.apt # buildkit |
| RUN /bin/sh -c ldconfig # buildkit |
| RUN /bin/sh -c set -x && mkdir -p /var/lib/unit/ && mkdir /docker-entrypoint.d/ && addgroup --system unit && adduser --system --disabled-login --ingroup unit --no-create-home --home /nonexistent --gecos "unit user" --shell /bin/false unit && apt update && apt --no-install-recommends --no-install-suggests -y install curl $(cat /requirements.apt) && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -f /requirements.apt && ln -sf /dev/stdout /var/log/unit.log # buildkit |
| STOPSIGNAL SIGTERM |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["unitd" "--no-daemon" "--control" "unix:/var/run/control.unit.sock"] |
| COPY /usr/bin/composer /usr/local/bin/composer # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git libxslt1-dev libzip-dev unzip autoconf g++ make pkg-config && docker-php-ext-install opcache pdo_mysql xsl zip && pecl install xdebug-3.2.2 && docker-php-ext-enable xdebug && rm -rf /var/lib/apt/lists/* /tmp/pear # buildkit |
| WORKDIR /var/www/app |
| COPY composer.json composer.lock symfony.lock ./ # buildkit |
| RUN /bin/sh -c composer install --no-dev --prefer-dist --no-interaction --no-progress --no-scripts # buildkit |
| COPY . . # buildkit |
| COPY unit-config.json /docker-entrypoint.d/config.json # buildkit |
| RUN /bin/sh -c printf '%s\n' 'APP_ENV=prod' 'APP_DEBUG=0' > /var/www/app/.env && composer dump-autoload --no-dev --classmap-authoritative --no-interaction && mkdir -p var/cache var/log /tmp/xdebug-profiles && chown -R unit:unit /var/www/app /tmp/xdebug-profiles && printf '%s\n' 'xdebug.mode=profile' 'xdebug.start_with_request=trigger' 'xdebug.output_dir=/tmp/xdebug-profiles' 'xdebug.profiler_output_name=cachegrind.out.%p.%t' > /usr/local/etc/php/conf.d/99-xdebug-profile.ini # buildkit |
| EXPOSE [8080/tcp] |
Details
2026-07-16 03:50:24 +00:00
Versions (7)
View all
Container
1
OCI / Docker
8b124ed7c867
2026-07-25
33df479d5ca8
2026-07-25
faa2dfcb828f
2026-07-25
5095fc96762e
2026-07-25
5095fc9-profile
2026-07-16