cdklabs / cdklabs/deploy-time-build
Push SOCI index directly from ContainerImageBuild
Open
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 1
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 2
Description
Something like this:
```ts
const image = new ContainerImageBuild(this, 'Build', {
directory: 'example-image',
buildArgs: { DUMMY_FILE_SIZE_MB: '15' },
sociIndex: true,
});
```
We have to deploy a SOCI index using the same CodeBuild job to reduce job launch time overhead.
(Copied from https://github.com/tmokmss/deploy-time-build/issues/16)
Contributor guide
Assessment
This issue has not been assessed yet.