rinkp/osticket-dockerized:1.18.2-patches

Multi-platform
Index digest

sha256:979359988712432d7dcd70a41fb465f4dac13e7bc09284f952f1e3be7f8b8810

OS/ARCH

Compressed size

232.37 MB

Last pushed

about 1 year by rinkp

Type

Image

Manifest digest

sha256:3bb42b95dc02efdd971a6812a6a5d6000d54728487c428344e359ee20126efa0

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2RUN /bin/sh -c set -eux;226 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B
4RUN /bin/sh -c set -eux;99.5 MB
5ENV PHP_INI_DIR=/usr/local/etc/php0 B
6RUN /bin/sh -c set -eux;224 B
7ENV APACHE_CONFDIR=/etc/apache20 B
8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B
9RUN /bin/sh -c set -eux;19.19 MB
10RUN /bin/sh -c a2dismod mpm_event431 B
11RUN /bin/sh -c { echo485 B
12ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
13ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
14ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
15ENV GPG_KEYS=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B
16ENV PHP_VERSION=8.4.60 B
17ENV PHP_URL=https://www.php.net/distributions/php-8.4.6.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.6.tar.xz.asc0 B
18ENV PHP_SHA256=089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e2256310 B
19RUN /bin/sh -c set -eux;13.1 MB
20COPY docker-php-source /usr/local/bin/ # buildkit490 B
21RUN /bin/sh -c set -eux;13.51 MB
22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB
23RUN /bin/sh -c docker-php-ext-enable sodium245 B
24ENTRYPOINT ["docker-php-entrypoint"]0 B
25STOPSIGNAL SIGWINCH0 B
26COPY apache2-foreground /usr/local/bin/ # buildkit892 B
27WORKDIR /var/www/html32 B
28EXPOSE map[80/tcp:{}]0 B
29CMD ["apache2-foreground"]0 B
30RUN /bin/sh -c apt-get update161.4 KB
31RUN /bin/sh -c docker-php-ext-install opcache542.92 KB
32ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS=0 PHP_OPCACHE_MAX_ACCELERATED_FILES=16229 PHP_OPCACHE_MEMORY_CONSUMPTION=256 PHP_OPCACHE_MAX_WASTED_PERCENTAGE=100 B
33COPY ./opcache.ini /usr/local/etc/php/conf.d/opcache.ini # buildkit450 B
34RUN /bin/sh -c docker-php-ext-install mysqli57.1 KB
35RUN /bin/sh -c apt-get update418.1 KB
36RUN /bin/sh -c apt-get update5.04 MB
37RUN /bin/sh -c apt-get update340.82 KB
38RUN /bin/sh -c pecl install332.02 KB
39RUN /bin/sh -c apt-get update228.65 KB
40RUN /bin/sh -c a2enmod rewrite316 B
41RUN /bin/sh -c apt-get update3.05 MB
42COPY ./osticketcron /etc/cron.d/osticketcron # buildkit254 B
43COPY /build/osTicket/deployment/ /var/www/html/ # buildkit48.59 MB
44COPY /osTicket-plugins/*.phar /var/www/html/include/plugins/ # buildkit1.41 MB
45COPY ./config /config # buildkit3.01 KB
46RUN /bin/sh -c chmod 64432 B
47COPY ./setup/. /var/www/html/setup/ # buildkit950 B
48COPY ./php.ini /usr/local/etc/php/php.ini # buildkit23.25 KB
49COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit448 B
50RUN /bin/sh -c chmod +x450 B
51HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost0 B
52ENTRYPOINT ["/docker-entrypoint.sh"]0 B
53VOLUME [/var/www/attachments]0 B
54EXPOSE map[80/tcp:{}]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'