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

Enable Docker content trust #9616

Closed
wants to merge 1 commit into from

Conversation

JamieMagee
Copy link
Contributor

This change enabled Docker content trust, which verifies the signatures of container images used by docker.

Why are we using Docker content trust to verify signatures, when I am talking about signing container images with cosign in #9546 I hear you ask? I hope this explains things: https://xkcd.com/927/

@JamieMagee JamieMagee requested a review from a team as a code owner April 26, 2024 00:08
@@ -14,6 +14,9 @@ concurrency:
jobs:
ci:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also enabled Docker buildkit as the default builder here. It was enabled everywhere else, so I guessed that it missing here was an oversight.

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.

None yet

1 participant