Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
CodeBuild-DockerImage - caching
0
I have not turned on caching in my code build project. However when I run the code build project to build the docker image it does the caching and uses the layer which is already in cache. Any help would be much appreciated.
이 답변이 도움이 되었나요?커뮤니티가 여러분의 지식을 활용할 수 있도록 정답을 찬성하세요.
0
That's just saying that the layer already exists in ECR. I was realizing that it says already exists during push not when building the image.
This is totally unrelated to the CodeBuild caching feature.