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

chore(ci): Improve docker releases #952

Merged
merged 7 commits into from
Jan 26, 2025
Merged

chore(ci): Improve docker releases #952

merged 7 commits into from
Jan 26, 2025

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Jan 25, 2025

Overview

Introduces a new docker release pipeline that uses docker bake to achieve cross-platform builds for all images in this repository using a single generic workflow. This streamlines the process of releasing our images, and drastically speeds up cross-platform image builds by both parallelizing builds across different runners and using arm64 native runners rather than QEMU on amd64 for arm64 builds.

Also splits up the kona-host image from the reproducible prestate image, so that we can serve it individually rather than with the prestate artifacts.

@clabby clabby added the A-ci Area: CI label Jan 25, 2025
@clabby clabby self-assigned this Jan 25, 2025
@clabby clabby marked this pull request as ready for review January 25, 2025 20:29
@clabby clabby requested review from refcell and emhane as code owners January 25, 2025 20:29
Copy link

codecov bot commented Jan 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.8%. Comparing base (4b00849) to head (e09c0bf).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clabby clabby force-pushed the cl/split-fpp-build branch from cfc1f79 to 7679128 Compare January 25, 2025 20:37
@clabby clabby marked this pull request as draft January 26, 2025 04:24
@clabby clabby force-pushed the cl/split-fpp-build branch from 0ee35db to 20d45af Compare January 26, 2025 05:20
@clabby clabby force-pushed the cl/split-fpp-build branch from 20d45af to d59e681 Compare January 26, 2025 15:03
@clabby clabby marked this pull request as ready for review January 26, 2025 15:09
docker/README.md Outdated Show resolved Hide resolved
@clabby clabby enabled auto-merge January 26, 2025 17:47
@clabby clabby added this pull request to the merge queue Jan 26, 2025
Merged via the queue into main with commit 15d4c5f Jan 26, 2025
16 checks passed
@clabby clabby deleted the cl/split-fpp-build branch January 26, 2025 18:08
refcell added a commit to meyer9/kona that referenced this pull request Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants