-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
CodeBuild: Support LOCAL_DOCKER_LAYER_CACHE #1956
CodeBuild: Support LOCAL_DOCKER_LAYER_CACHE #1956
Comments
+1 |
I can look into implementing this feature, but would like some feedback on the how to do so first. As mentioned before there is currently a Another option is to change the existing property to something new that would accept either S3 cache settings or a list of cache modes. Any thoughts? Maybe @skinny85 ? |
By setting type as
LOCAL
and modes asLOCAL_DOCKER_LAYER_CACHE
, CodeBuild can be cached Docker Image.https://docs.aws.amazon.com/ja_jp/codebuild/latest/APIReference/API_ProjectCache.html
But, @aws-cdk/[email protected] only can set type as
S3
.https://github.com/awslabs/aws-cdk/blob/v0.25.1/packages/@aws-cdk/aws-codebuild/lib/project.ts#L606-L609
The text was updated successfully, but these errors were encountered: