Skip to content

Conversation

@CodeGat
Copy link
Member

@CodeGat CodeGat commented Nov 4, 2025

Closes #254

Background

v3 has a build-time buildcache for creation of it's images. Why does v3 get all the fun and we get nothing!

In this PR, we backport the build-time buildcache functionality for 0.22 images as part of v2. This cuts down image build time from around 3 hours to less than an hour when the buildcache is hit most of the time.

Note

To use the buildcache as part of docker compose build, you will need to have a GitHub user, GitHub PAT with packages:write, and a OCI URL to a GitHub package as files in containers/upstream/secrets/oci-[username|password|url].txt respectively.

The PR

  • Add a build-time OCI-backed buildcache for image generation, populated from secrets within containers/upstream/secrets

@CodeGat CodeGat added priority:medium A medium priority issue - has some impact on functionality type:enhancement improvements to code but not new features for:v2 version:MINOR Requires a change to the minor version - features labels Nov 4, 2025
@CodeGat CodeGat self-assigned this Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

for:v2 priority:medium A medium priority issue - has some impact on functionality type:enhancement improvements to code but not new features version:MINOR Requires a change to the minor version - features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backport temporary build-time buildcache to v2

2 participants