I have modified my Dockerfile to maximize the cache usage, when I run docker build locally the build run as expected using the cache until the 'COPY' command.
But in bitbucket pipelines the first curl command breaks the caching and makes the build time go over 10 minutes.
ps. I am using the docker cache in bitbucket-pipelines
Hi,
Is it possible to provide a copy of your dockerfile for reference so we can see how the layers are being generated, or alternatively a link to the build (raised via a support case).
Kind Regards,
Nathan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.