grr (sha256:d2e7152422cee1ce4c280b5b6d9e7f886e5459b9f963d9db86dd4eadeb1bf0f2)

Published 2026-06-10 09:05:01 +00:00 by romain in Dockerfiles/GRR

Installation

docker pull forge.rdr-it.com/dockerfiles/grr@sha256:d2e7152422cee1ce4c280b5b6d9e7f886e5459b9f963d9db86dd4eadeb1bf0f2
sha256:d2e7152422cee1ce4c280b5b6d9e7f886e5459b9f963d9db86dd4eadeb1bf0f2

About this package

GRR Web Server with PHP

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'
LABEL org.opencontainers.image.authors=Romain com.rdritcom.debian_version=13 com.rdritcom.apache2_version=2.4.67 com.rdritcom.php_version=8.3.30 com.rdritcom.grr_version=4.6.0
RUN /bin/sh -c apt-get update && apt-get install lsb-release ca-certificates curl -yqq --no-install-recommends && curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb && dpkg -i /tmp/debsuryorg-archive-keyring.deb && sh -c 'echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' && sh -c 'echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/apache2/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/apache2.list' && apt-get update && apt-get install -yqq supervisor git mariadb-client apache2 php8.3-fpm php8.3-curl php8.3-gd php8.3-intl php8.3-mysql php8.3-bz2 php8.3-zip php8.3-apcu php8.3-cli php8.3-imap php8.3-mbstring php8.3-dom php8.3-simplexml php8.3-xmlreader php8.3-xmlwriter php8.3-bcmath php8.3-redis php8.3-ldap && apt-get remove --purge -y manpages manpages-dev man-db patch make unattended-upgrades && apt-get clean && rm -rf /var/lib/apt/lists/* && mkdir -p /var/log/supervisor # buildkit
RUN /bin/sh -c a2enmod rewrite proxy_fcgi setenvif && a2enconf php8.3-fpm && mkdir -p /var/www/grr # buildkit
RUN /bin/sh -c ln -sf /dev/stdout /var/log/apache2/access.log && ln -sf /dev/stderr /var/log/apache2/error.log # buildkit
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit
COPY healthcheck.sh /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/healthcheck.sh # buildkit
WORKDIR /var/www/grr
EXPOSE [80/tcp]
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]

Labels

Key Value
com.rdritcom.apache2_version 2.4.67
com.rdritcom.debian_version 13
com.rdritcom.grr_version 4.6.0
com.rdritcom.php_version 8.3.30
org.opencontainers.image.authors Romain Drouche contact@rdr-it.com
org.opencontainers.image.created 2026-06-10T09:03:33Z
org.opencontainers.image.description GRR Web Server with PHP
org.opencontainers.image.revision 6f76b49d1a3dbb151ff85f9caa4f347c164d0f45
org.opencontainers.image.source https://forge.rdr-it.com/Dockerfiles/GRR
org.opencontainers.image.title GRR with Web Server
org.opencontainers.image.version 1.0.1
Details
Container
2026-06-10 09:05:01 +00:00
1
OCI / Docker
linux/amd64
Romain Drouche contact@rdr-it.com
154 MiB
Versions (3) View all
latest 2026-06-10
1.0.1 2026-06-10
1.0.0 2026-06-10