Block a user
gitea-runner-base (no-git)
Published 2025-11-03 14:38:45 +01:00 by christophe
Installation
docker pull dev.crfamille.fr/christophe/gitea-runner-base:no-gitsha256:b89b7995a59ac7da515fb8ea498f0d5a70eeb62646919d9de98c8ea9417b69e5
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:598bb7ba54e5a576778e9ebe1f4e514188812bea30c08d00446f8d04c37053e6 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends git curl unzip jq mariadb-server mariadb-client php-cli php-mysql php-curl php-xml php-mbstring php-intl php-zip php-gd php-pear php-dev composer build-essential autoconf pkg-config zlib1g-dev libssl-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c pecl install xdebug # buildkit |
| RUN /bin/sh -c PHP_EXT_DIR="$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')" && CONF_DIR="/etc/php/${PHP_EXT_DIR}/cli/conf.d" && echo "zend_extension=xdebug.so" > "${CONF_DIR}/20-xdebug.ini" && echo "xdebug.mode=coverage,debug" >> "${CONF_DIR}/20-xdebug.ini" && echo "xdebug.start_with_request=yes" >> "${CONF_DIR}/20-xdebug.ini" && echo "xdebug.log_level=0" >> "${CONF_DIR}/20-xdebug.ini" # buildkit |
| RUN /bin/sh -c php -v && php -m | grep xdebug || echo "❌ Xdebug non détecté" && composer --version || true # 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"] |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs && node -v && npm -v # buildkit |
| WORKDIR /workspace |
| CMD ["bash"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |
Details
2025-11-03 14:38:45 +01:00
Versions (10)
View all
Container
0
OCI / Docker
linux/amd64
316 MiB
eb4464c
2026-01-05
20260105-1349
2026-01-05
latest
2026-01-05
20251212-1524
2025-12-12
20251203-1233
2025-12-03