-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
dockerPull requests that update Docker codePull requests that update Docker codeenhancementNew feature or requestNew feature or request
Description
As a CNCF Project, we can take advantage of the Docker’s Sponsored Open Source Program: https://www.cncf.io/announcements/2025/09/18/cncf-expands-infrastructure-support-for-project-maintainers-through-partnership-with-docker/.
This will improve the overall security posture of the Score's projects, and demonstrate container security best practices for other CNCF projects too.
Here is the checklist that we need to do:
- Create a dedicated Docker Hub Account and Organization
- Submit a CNCF's Service Desk ticket to apply to this DSOS program
- Get the approval from CNCF and Docker Inc. as a
Sponsored OSSOrganization. - Start by manually push an existing
score-composecontainer image:ghcr.io/score-spec/score-compose:0.29.9- https://hub.docker.com/layers/scorespec/score-compose/0.29.9/
-
docker buildx imagetools create ghcr.io/score-spec/score-compose:0.29.9 --tag scorespec/score-compose:0.29.9 -
docker scout repo enable scorespec/score-compose --org scorespec
- For any Release, attach the SBOM attestation to the container image
- For any PR, scan and compare the container image with Docker Scout
- Improvements and learnings from here:
- For any Release, push the
score-composecontainer image to Docker Hub in addition to the GitHub Container Registry.- Add Docker Hub push to release workflow #386
- Since https://github.com/score-spec/score-compose/releases/tag/0.29.11 now released there: https://hub.docker.com/r/scorespec/score-compose in addition to the existing GHCR.
-
cosign sign scorespec/score-compose#398
- Check from here to see the values and outcomes, and see from there what we want to do
- Rinse and repeat for
score-k8s,score-radiusand maybescore-sample-app? - Write a blog post to share our learnings to the broader community
Metadata
Metadata
Assignees
Labels
dockerPull requests that update Docker codePull requests that update Docker codeenhancementNew feature or requestNew feature or request
Type
Projects
Status
In progress