You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cdk): build all container images in CodeBuild via ContainerImageBuild
Migrate async-job and dsql-migrator from DockerImageCode.fromImageAsset
(local Docker build) to ContainerImageBuild from @cdklabs/deploy-time-build,
matching the pattern already used by webapp.
Also migrate the package from deploy-time-build to @cdklabs/deploy-time-build
(the official cdklabs-scoped successor).
This removes Docker from deployment prerequisites, eliminating Windows Docker
Desktop setup friction and CI Docker-in-Docker requirements. All three images
are built natively on ARM64 CodeBuild (general1.small) during cdk deploy.
Trade-off: no Docker layer cache (full rebuild each deploy) and CodeBuild
ARM/Small concurrent build quota defaults to 1 (builds queue sequentially;
adjustable via Service Quotas).
0 commit comments