Symfony stable versions suitable for production #87
-
Hi, I'm building my app based on shinsenter/symfony but I couldn't find any stable versions suitable for production |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you for your question. Currently, the php-archives repository only supports reflecting the build versions of Docker images from the main repository. But you can pull the image from docker pull shinsenter/symfony:latest
docker tag shinsenter/symfony:latest your-repo/symfony:20240730-php8.3
docker push your-repo/symfony:20240730-php8.3 Then use the image |
Beta Was this translation helpful? Give feedback.
@Bsd-us
Thank you for your question.
Currently, the php-archives repository only supports reflecting the build versions of Docker images from the main repository.
But you can pull the image from
shinsenter/symfony:latest
, tag it asshinsenter/symfony:20240730-php8.3
using the below commands:Then use the image
your-repo/symfony:20240730-php8.3
as a base image to build containers for production.