Skip to content

Conversation

@yosifkit
Copy link
Member

The current git commit to image on library/ build and publish pipeline looks like this:

meta -> trigger -> build -> meta -> deploy -> put-shared

With meta needing to reconcile souces.json and builds.json so that builds can be triggered and so that deploy can push from staging to arch-specific namespaces, if we run it more often, we can improve the "time to pullable" from library on Docker Hub.

Still a TODO: skipping behavior since this will no longer be guaranteed hourly triggers (and often could be more than hourly)

@yosifkit yosifkit requested a review from a team as a code owner February 27, 2025 23:37
@tianon tianon merged commit fceb68f into docker-library:main Feb 27, 2025
1 check passed
@tianon tianon deleted the faster-reconcile branch February 27, 2025 23:46
pipelineTriggers([
cron('@hourly'),
githubPush(),
cron('@daily'), // check periodically, just in case
Copy link
Member

Choose a reason for hiding this comment

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

We have to move this back to @hourly for now so we can pick up completed builds (until we figure out / implement a better way to have those triggers make their way back into the system).

tianon added a commit that referenced this pull request Feb 28, 2025
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