1 Answer
- Newest
- Most votes
- Most comments
0
Hi!
it is obvious the Docker layer cache is not used
Why not? can you share the Buildspec file?
Please read the article bellow and take a look at the usage of cache-from during docker build.
The basic idea is pull the previous image from ECR and use it as cache from the current build with the cache-from parameter.
answered 4 years ago
Relevant content
- asked 3 years ago
