woodpecker-email (sha256:e146ae77994284d012ed19a3ab55cc533d28df8c6b85e55a5b593e5f7aa830c9)

Published 2025-03-02 16:19:49 +01:00 by deblan in deblan/woodpecker-email

Installation

docker pull gitnet.fr/deblan/woodpecker-email@sha256:e146ae77994284d012ed19a3ab55cc533d28df8c6b85e55a5b593e5f7aa830c9
sha256:e146ae77994284d012ed19a3ab55cc533d28df8c6b85e55a5b593e5f7aa830c9

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1740355200'
RUN /bin/sh -c apt-get update && apt-get install -y apt-transport-https ca-certificates wget && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && sh -c 'echo "deb https://packages.sury.org/php/ bullseye main" > /etc/apt/sources.list.d/php.list' && apt-get update && apt-get install -y curl php8.3-apcu php8.3-bcmath php8.3-bz2 php8.3-cli php8.3-common php8.3-curl php8.3-fpm php8.3-gd php8.3-gmp php8.3-igbinary php8.3-imagick php8.3-imap php8.3-intl php8.3-mailparse php8.3-mbstring php8.3-memcached php8.3-mongodb php8.3-msgpack php8.3-mysql php8.3-opcache php8.3-pgsql php8.3-raphf php8.3-readline php8.3-redis php8.3-soap php8.3-sqlite3 php8.3-tidy php8.3-uuid php8.3-xml php8.3-xsl php8.3-yaml php8.3-zip php8.3-xmlrpc && php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec78b38b9800061b4150413ff2e3b6f88543c636f7cd84f6db9189d43a81e5503cda447da73c7e5b6') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" && php composer-setup.php && php -r "unlink('composer-setup.php');" && mv composer.phar /usr/local/bin/composer && chmod +x /usr/local/bin/composer && apt-get clean # buildkit
RUN /bin/sh -c curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash && apt-get update && apt-get install -y symfony-cli && apt-get clean # buildkit
WORKDIR /opt/app
COPY . . # buildkit
RUN /bin/sh -c composer install # buildkit
ENTRYPOINT ["php" "/opt/app/bin/console"]

Labels

Key Value
org.opencontainers.image.created 2025-03-02T15:18:58Z
org.opencontainers.image.revision 10534b7c6297bb8cce837e8f1e192fc686dd7d74
org.opencontainers.image.source https://gitnet.fr/deblan/woodpecker-email.git
org.opencontainers.image.url https://gitnet.fr/deblan/woodpecker-email
org.opencontainers.image.version 3.2.0
Details
Container
2025-03-02 16:19:49 +01:00
0
OCI / Docker
linux/amd64
156 MiB
Versions (20) View all
latest 2025-03-02
3.2.0 2025-03-02
3.2 2025-03-02
3 2025-03-02
issue13 2025-03-01