symfonie_php (sha256:ef4ef74c3652e719697d7f7e225cd18a7b2fa1bdd6dba909aeb841a05aad2b9c)

Published 2023-07-25 10:01:12 +02:00 by pglaum

Installation

docker pull dev-gitea.sinetcon.com/sinetcon-public/symfonie_php@sha256:ef4ef74c3652e719697d7f7e225cd18a7b2fa1bdd6dba909aeb841a05aad2b9c
sha256:ef4ef74c3652e719697d7f7e225cd18a7b2fa1bdd6dba909aeb841a05aad2b9c

Image Layers

ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk add git curl bash php82 # buildkit
RUN /bin/sh -c ln -s /usr/bin/php82 /usr/bin/php # buildkit
SHELL [/bin/bash -o pipefail -c]
RUN /bin/bash -o pipefail -c curl -1sLf https://get.symfony.com/cli/installer | bash # buildkit
RUN /bin/bash -o pipefail -c ls -a # buildkit
RUN /bin/bash -o pipefail -c mv ~/.symfony5/bin/symfony /usr/local/bin/symfony # buildkit
RUN /bin/bash -o pipefail -c chmod +x /usr/local/bin/symfony # buildkit
RUN /bin/bash -o pipefail -c apk add php82-gd php82-pgsql php82-bcmath php82-bz2 php82-calendar php82-curl php82-ctype php82-fileinfo php82-ftp php82-iconv php82-intl php82-mbstring php82-mysqli php82-opcache php82-phar php82-pdo_mysql php82-pdo_pgsql php82-pdo_sqlite php82-posix php82-session php82-simplexml php82-sodium php82-sqlite3 php82-tokenizer php82-xml php82-xmlreader php82-xmlwriter php82-xsl php82-zip php82-fpm # buildkit
RUN /bin/bash -o pipefail -c php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" # buildkit
RUN /bin/bash -o pipefail -c php composer-setup.php --filename=composer --install-dir=/usr/local/bin # buildkit
RUN /bin/bash -o pipefail -c mkdir /.composer # buildkit
RUN /bin/bash -o pipefail -c chmod -Rf 777 /.composer # buildkit
RUN /bin/bash -o pipefail -c curl --proto '=https' --tlsv1.2 -sSf https://sh.vector.dev -o vector-installer.sh # buildkit
RUN /bin/bash -o pipefail -c bash vector-installer.sh -y # buildkit
RUN /bin/bash -o pipefail -c mkdir -p /var/lib/vector # buildkit
ADD www.conf /etc/php82/php-fpm.d/www.conf # buildkit
Details
Container
2023-07-25 10:01:12 +02:00
1
OCI / Docker
linux/amd64
81 MiB
Versions (12) View all
38d5d28 2024-03-07
latest 2024-03-07
fpm 2024-03-07
38d5d28-fpm 2024-03-07
5fd23ad-fpm 2024-03-01