-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docker] Switch Docker Image to official php base image #1140
[Docker] Switch Docker Image to official php base image #1140
Conversation
This is testable by running the following:
|
3c1e6a1
to
7d31924
Compare
Switches away from the unofficial Alpine+php image to the official php-apache image. This has 2 advantages: 1. Official image is guaranteed to have regular updates etc 2. The persistent Docker Alpine DNS Issue goes away; gliderlabs/docker-alpine#255
7d31924
to
7000d7f
Compare
6c1dc9a
to
b59bd16
Compare
Thanks for maintaining the Docker configuration 🥇 |
It is definitely a bigger image, but I believe the advantages are worth it, in this case.
… On 01-Jun-2019, at 15:09, LogMANOriginal ***@***.***> wrote:
I just realized that the image size grew from ~35MB to ~190MB. Do you think that should be addressed?
I don't know if this is considered a "big" image or not.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@logmanoriginal Just as a note, this changes the location of
|
Thanks for updating the Wiki 👍 |
) * Switch Docker Image to official php base image Switch from the unofficial Alpine+php image to the official php-apache image. This has 2 advantages: 1. Official image is guaranteed to have regular updates, etc 2. The persistent Docker Alpine DNS Issue goes away; gliderlabs/docker-alpine#255 * [Docker] Ignore more files from Docker Image
Switches away from the unofficial Alpine+php image
to the official php-apache image. This has 2 advantages: