File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
12198Drop `.ini` files in `/etc/php/conf.d` (mount or bake) :
You can’t perform that action at this time.
0 commit comments