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

Adding missing gpg key to 8.0 releasers #1426

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Aug 7, 2023

Bump to 8.0.30

The PHP development team announces the immediate availability of PHP 8.0.30. This is a security release.
- https://www.php.net/index.php#2023-08-04-1

Without this key (https://www.php.net/gpg-keys.php#gpg-8.0), 8.0.30 fails to build:

+ curl -fsSL -o php.tar.xz https://www.php.net/distributions/php-8.0.30.tar.xz
...
+ curl -fsSL -o php.tar.xz.asc https://www.php.net/distributions/php-8.0.30.tar.xz.asc
+ mktemp -d
+ export GNUPGHOME=/tmp/tmp.nGYfKCK4CH
+ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 1729F83938DA44E27BA0F4D3DBDB397470D12172
gpg: keybox '/tmp/tmp.nGYfKCK4CH/pubring.kbx' created
gpg: /tmp/tmp.nGYfKCK4CH/trustdb.gpg: trustdb created
gpg: key DBDB397470D12172: public key "Sara Golemon <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
+ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys BFDDD28642824F8118EF77909B67A5C12229118F
gpg: key 9B67A5C12229118F: public key "Gabriel Caruso (Release Manager) <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
+ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 2C16C765DBE54A088130F1BC4B9B5F600B55F3B4
gpg: key 4B9B5F600B55F3B4: public key "Gabriel Caruso <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
+ gpg --batch --verify php.tar.xz.asc php.tar.xz
gpg: Signature made Thu Aug  3 17:18:10 2023 UTC
gpg:                using RSA key 39B641343D8C104B2B146DC3F9C39DC0B9698544
gpg: Can't check signature: No public key

@yosifkit yosifkit merged commit ec1608d into docker-library:master Aug 8, 2023
72 checks passed
@yosifkit yosifkit deleted the missing-key branch August 8, 2023 18:03
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Aug 8, 2023
Changes:

- docker-library/php@ec1608d9: Merge pull request docker-library/php#1426 from infosiftr/missing-key
- docker-library/php@41c9ad0b: Adding missing gpg key to 8.0 releasers
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

Successfully merging this pull request may close these issues.

1 participant