cdklabs / cdklabs/deploy-time-build

Push SOCI index directly from ContainerImageBuild

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.