Skip to content

Symfony stable versions suitable for production #87

Closed Answered by shinsenter
Bsd-us asked this question in Q&A
Discussion options

You must be logged in to vote

@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 as shinsenter/symfony:20240730-php8.3 using the below commands:

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 your-repo/symfony:20240730-php8.3 as a base image to build containers for production.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bsd-us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #86 on July 30, 2024 10:00.