RUN Layers are not being cached properly #3254
Labels
area/apt
all bug for apt install related commands
area/caching
For all bugs related to cache issues
area/layers
kind/bug
Something isn't working
priority/p2
High impact feature/bug. Will get a lot of users happy
Actual behavior
The following directive:
RUN apt-get update -y &&
apt-get install -y postgresql-client
gets cached but the cache is not used in the subsequent runs
--cache=true is activated
Expected behavior
it should be cached properly and cache should be utilized in subsequent runs
The text was updated successfully, but these errors were encountered: