8000 chore: enable SBOM attestations for docker images by matifali · Pull Request #16894 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: enable SBOM attestations for docker images #16894

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

Merged
merged 5 commits into from
Mar 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Discard changes to dogfood/coder/files/etc/docker/daemon.json
  • Loading branch information
matifali authored Mar 12, 2025
commit b84ddea643e26b71a67229994e6b39f48c505b87
5 changes: 1 addition & 4 deletions dogfood/coder/files/etc/docker/daemon.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"registry-mirrors": ["https://mirror.gcr.io"],
"features": {
"containerd-snapshotter": true
}
"registry-mirrors": ["https://mirror.gcr.io"]
}
Loading
0