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

feat: Faster Fargate startups with SOCI #499

Merged
merged 7 commits into from
Feb 19, 2024
Merged

feat: Faster Fargate startups with SOCI #499

merged 7 commits into from
Feb 19, 2024

Conversation

kichik
Copy link
Member

@kichik kichik commented Jan 22, 2024

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

@kichik
Copy link
Member Author

kichik commented Jan 22, 2024

I can't merge this yet, as ECR lifecycle policy doesn't delete old indexes.

Signed-off-by: github-actions <[email protected]>
kichik and others added 5 commits February 11, 2024 15:30
@kichik kichik marked this pull request as ready for review February 19, 2024 00:44
@mergify mergify bot merged commit 753b6a4 into main Feb 19, 2024
16 checks passed
@mergify mergify bot deleted the soci branch February 19, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use SOCI
2 participants