1 Answer
- Newest
- Most votes
- Most comments
0
I've seen the same and it's a result of benefiting from the images cache strategy. See https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html
Ultimately, you will get faster provisioning if you stay in-sync with one of these images. Additionally, if you happen to be using one of these images as a base image to build a new image from, then you might benefit from the cached layers of the base image. However, if the base image changes enough, then you will likely lose that benefit until you rebuild your custom image.
answered a year ago
Relevant content
- asked 2 years ago
- asked 5 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Any suggestions to reduce build time?