lazybytez / custom-eggs

Custom eggs for Pterodactyl which are NOT related to the official parkervcp/eggs repository
MIT License
24 stars 7 forks source link

Nginx egg php version #14

Closed NoodlesDev987 closed 3 years ago

NoodlesDev987 commented 3 years ago

How can I change php version for your nginx egg?

pascal-zarrad commented 3 years ago

Currently there is no straight forward configuration to change the php version.

You must change the version in the "FROM" statement in our Dockerfile to fit the version you need. Note that this will require you to either have the image installed locally (prevent Pterodactyl from always pulling a fresh one) or push it to some Docker image registry like hub.docker.com. image

pascal-zarrad commented 3 years ago

I will close this issue and mark it as won't fix, as the current solution would be to publish multiple Docker images for the NGINX egg. This is something we currently would like to avoid.

NoodlesDev987 commented 3 years ago

I will close this issue and mark it as won't fix, as the current solution would be to publish multiple Docker images for the NGINX egg. This is something we currently would like to avoid.

Why you would like to avoid it? There should be more docker images so you can choose (as for discord.js bots are multiple node versions)

pascal-zarrad commented 3 years ago

@NoodlesDev987 It is about the maintainance effort that is neccessary to keep those images updated and tested. We might release some in the future, but only after setting up CD to reduce the effort of deploying further images.

NoodlesDev987 commented 3 years ago

Ok, hope you will release more versions soon.