dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
122 stars 46 forks source link

Make better use of layer caching in Dockerfile #1320

Closed mthalman closed 4 months ago

mthalman commented 4 months ago

When iteratively building the Dockerfile after making changes to the Image Builder code, it causes the ORAS tool to be downloaded each time. This is unnecessary and a waste of time. To improve this experience, I've moved that logic up in the Dockerfile, before Image Builder gets built, so that it can take advantage of the layer caching.