Skip to content

Commit b65fddd

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f7f9d86 + 83d8109 commit b65fddd

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -93,29 +93,6 @@ services:
9393
9494
*(Configure Caddy/Nginx to proxy to `php:9000`.)*
9595

96-
## Verify signatures (cosign)
97-
98-
Images are **keylessly signed** via GitHub OIDC.
99-
100-
```bash
101-
# Install cosign first (https://docs.sigstore.dev/cosign)
102-
cosign verify docker.io/liquidrazor/php:8.4.12-fpm --certificate-identity-regexp 'https://github.com/LiquidRazor/.+' --certificate-oidc-issuer 'https://token.actions.githubusercontent.com'
103-
104-
# GHCR mirror
105-
cosign verify ghcr.io/liquidrazor/php:8.4.12-fpm --certificate-identity-regexp 'https://github.com/LiquidRazor/.+' --certificate-oidc-issuer 'https://token.actions.githubusercontent.com'
106-
```
107-
108-
Expected: verification succeeds and prints the cert subject referencing a LiquidRazor GitHub workflow.
109-
110-
## Retrieve the SBOM (SPDX)
111-
112-
```bash
113-
cosign verify-attestation docker.io/liquidrazor/php:8.4.12-fpm --type spdx --certificate-identity-regexp 'https://github.com/LiquidRazor/.+' --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' --output-file sbom.attestation.json
114-
115-
# Extract just the SPDX document
116-
jq -r '.predicate' sbom.attestation.json > sbom.spdx.json
117-
```
118-
11996
## Environment / overrides
12097

12198
Drop `.ini` files in `/etc/php/conf.d` (mount or bake):

0 commit comments

Comments
 (0)