Skip to content

Conversation

@marcoacierno
Copy link
Member

Summary

Create a new S3 bucket in the global infrastructure for storing Docker BuildKit layer caches.

Changes

  • Add pythonit-docker-cache S3 bucket
  • Configure AES256 server-side encryption
  • 30-day lifecycle policy for automatic cache expiration

Closes #4536


Generated with Claude Code

Create a new S3 bucket in the global infrastructure for storing Docker
BuildKit layer caches. This bucket will be used by GitHub Actions workflows
to cache Docker build layers using the S3 cache backend.

Features:
- AES256 server-side encryption
- 30-day lifecycle policy for automatic cache expiration
- Output for bucket name to use in workflows

Closes #4536

Co-authored-by: Marco Acierno <[email protected]>
@vercel
Copy link

vercel bot commented Jan 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
pycon Ready Ready Preview Jan 19, 2026 6:07pm

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.

Find a way to use S3 as a cache backend for our Github actions

2 participants