Skip to content
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

Proposal: add -debug image variants #530

Closed
csandanov opened this issue Dec 1, 2017 · 3 comments
Closed

Proposal: add -debug image variants #530

csandanov opened this issue Dec 1, 2017 · 3 comments

Comments

@csandanov
Copy link

In images tagged as -debug compile PHP with --enable-debug flag and do not strip bins.

I know you don't want to increase already long build time but I've decided it worth to leave a formal request. Meanwhile, I'm using my own fork https://github.com/wodby/base-php

@csandanov csandanov changed the title Feature request add -debug image variants Proposal: add -debug image variants Dec 1, 2017
@tianon
Copy link
Member

tianon commented Dec 23, 2017

I know you don't want to increase already long build time

Indeed, we're already way overblown as it is. 😞

$ bashbrew list --uniq php | wc -l
31

(Yes, to build the official supported set of images for the php image, we currently have to build all of PHP no less than 31 times. 🏳️ 😱)

Additionally, #504 is going to complicate this further.

On top of all that, EOL dates for the currently supported versions are not terribly encouraging:

5.6: 31 Dec 2018
7.0: 3 Dec 2018
7.1: 1 Dec 2019
7.2: 30 Nov 2020

(from https://secure.php.net/supported-versions.php)

Not sure what to do here. 😞 😢

@csandanov
Copy link
Author

Ok, thank you for clarifying :)

@csandanov
Copy link
Author

In case someone needs --enable-debug images, we maintain a fork of this repo with alpine only images and -debug variants https://github.com/wodby/base-php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants