-
-
Notifications
You must be signed in to change notification settings - Fork 39
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(deps): Bump codebuild build images to latest #438
Conversation
Will Can you please also add a short description with a link or two as to why this is required? It would be good for anyone else in the future stumbling on the same issue. |
@kichik I'm also looking to get more recent versions of buildkit in the codebuild images. Is there any way to override/specify the Docker Version being used? Currently it looks to be pinned to "20.10.18". |
That was fixed with #431. I thought I released it already, but I didn't. 0.11.4 is on the way and has this fix. |
@quad this breaks ARM64 builds. It seems like it's not installing BuildKit at all.
|
Resolved by #487 |
Build and push SOCI indexes so Fargate can start our runners faster. Technically only Fargate supports it now. But it's easier to just always build it. Plus ECS and Lambda may support it in the future. That's why we build it for all providers. This commit also updates CodeBuild image builder to Amazon Linux 2023. Prior to this we were on Ubuntu for x64 and Amazon Linux 2 for arm64. Previous iterations of this PR required this for containerd, but the current one doesn't require it. Still I kept it here to keep the image build environment consistent between platforms. Resolves #389 Relates #438
I know the comment says the version doesn't matter, but it kinda does for us since the newer versions bring in newer versions of BuildKit.