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

ci(dockerhub): secure sha256 references and multi-layer caching #4252

Merged
merged 4 commits into from
May 12, 2023

Conversation

stefreak
Copy link
Member

@stefreak stefreak commented May 12, 2023

Co-authored-by: Tim Beyer [email protected]

What this PR does / why we need it:

  • Use sha256 references that can be automatically updated by dependabot
  • Use buildkit's cacheFrom and cacheTo to increase difficulty of supply chain attacks

Which issue(s) this PR fixes:

Addresses #3993

Special notes for your reviewer:

@stefreak stefreak requested a review from TimBeyer May 12, 2023 14:57
@@ -2,6 +2,8 @@

set -x -e -o pipefail

export BRANCH_NAME=$1
Copy link
Member Author

Choose a reason for hiding this comment

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

not strictly necessary for test

TimBeyer
TimBeyer previously approved these changes May 12, 2023
- Use sha256 references that can be automatically updated by dependabot
- Use buildkit's cacheFrom and cacheTo to increase difficulty of supply chain attacks

Co-authored-by: Tim Beyer <[email protected]>
TimBeyer
TimBeyer previously approved these changes May 12, 2023
@stefreak stefreak merged commit c1692db into 0.13 May 12, 2023
@stefreak stefreak deleted the 0.13-dockerhub-sha256 branch May 12, 2023 16:16
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.

2 participants