-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Set the PHP_BUILD_PROVIDER variable #1441
Conversation
Dockerfile-linux.template
Outdated
ARG PHP_BUILD_PROVIDER="Docker Official Images" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible for the actual builders to set this argument? This would allow the actually official builds to carry the tag, whereas and manual builds of the Dockerfiles do not.
Oof, looking at that upstream block is giving me some hives -- we should probably set Maybe we set the provider to "https://github.com/docker-library/php" so it doesn't really matter as much where the builds happened? I guess that won't help for modified builds, but I don't think there's much we can actually do there (and it's then an accurate pointer to where the source originated, even if it was then modified). Also, I'd prefer to set these in the |
e3ad86b
to
33a7c62
Compare
Updated. |
33a7c62
to
f14ade9
Compare
f14ade9
to
5f736d0
Compare
Changes: - docker-library/php@0aff58cf: Merge pull request docker-library/php#1475 from infosiftr/php_uname - docker-library/php@50c8b1ce: Set PHP_UNAME to a fixed value too - docker-library/php@f42c0a54: Merge pull request docker-library/php#1441 from TimWolla/build-provider - docker-library/php@4299a66f: Update GHA YAML with bashbrew example improvements (esp. concurrency:) - docker-library/php@5f736d03: Set the PHP_BUILD_PROVIDER variable
Changes: - docker-library/php@0aff58cf: Merge pull request docker-library/php#1475 from infosiftr/php_uname - docker-library/php@50c8b1ce: Set PHP_UNAME to a fixed value too - docker-library/php@f42c0a54: Merge pull request docker-library/php#1441 from TimWolla/build-provider - docker-library/php@4299a66f: Update GHA YAML with bashbrew example improvements (esp. concurrency:) - docker-library/php@5f736d03: Set the PHP_BUILD_PROVIDER variable
see https://github.com/php/php-src/blob/789867e844dc0465fe01a703a1bef2a7dba0c62b/configure.ac#L1500-L1502 see https://phpc.social/@remi/110543114152140626