Block a user
gitea-runner-base (eb4464c)
Published 2026-01-05 14:08:58 +01:00 by christophe
Installation
docker pull dev.crfamille.fr/christophe/gitea-runner-base:eb4464csha256:6f5d014d29d6719da297859cab64c8d395c9e13f8b4010e804e528000ba2d572
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y curl wget gnupg2 lsb-release ca-certificates apt-transport-https software-properties-common # buildkit |
| RUN /bin/sh -c curl -fsSL https://packages.sury.org/php/apt.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/php.gpg # buildkit |
| RUN /bin/sh -c echo "deb https://packages.sury.org/php/ bookworm main" > /etc/apt/sources.list.d/php.list && apt-get update # buildkit |
| RUN /bin/sh -c apt-get install -y --no-install-recommends php8.4-cli php8.4-dev php8.4-mysql php8.4-curl php8.4-xml php8.4-mbstring php8.4-intl php8.4-zip php8.4-gd php-pear composer libnet-ssleay-perl mariadb-server mariadb-client git unzip jq xmlstarlet swaks gnuplot build-essential autoconf pkg-config zlib1g-dev libssl-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c update-alternatives --set php /usr/bin/php8.4 && update-alternatives --set phpize /usr/bin/phpize8.4 && update-alternatives --set php-config /usr/bin/php-config8.4 # buildkit |
| RUN /bin/sh -c pecl install xdebug # buildkit |
| RUN /bin/sh -c echo "zend_extension=xdebug.so" > /etc/php/8.4/cli/conf.d/20-xdebug.ini && echo "xdebug.mode=coverage,debug" >> /etc/php/8.4/cli/conf.d/20-xdebug.ini && echo "xdebug.start_with_request=yes" >> /etc/php/8.4/cli/conf.d/20-xdebug.ini && echo "xdebug.log_level=0" >> /etc/php/8.4/cli/conf.d/20-xdebug.ini # buildkit |
| RUN /bin/sh -c php -v && php -m | grep xdebug || echo "❌ Xdebug non détecté" && composer --version || true # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs && node -v && npm -v # buildkit |
| COPY setup_db.sh /usr/local/bin/setup_db.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/setup_db.sh # buildkit |
| ENTRYPOINT ["/usr/local/bin/setup_db.sh"] |
| WORKDIR /workspace |
| CMD ["bash"] |
Details
2026-01-05 14:08:58 +01:00
Versions (10)
View all
Container
0
OCI / Docker
linux/amd64
545 MiB
eb4464c
2026-01-05
20260105-1349
2026-01-05
latest
2026-01-05
20251212-1524
2025-12-12
20251203-1233
2025-12-03