I just built some custom image and pushed it to dockerhub as a public.
Then defined in bitbucket-pipelines.yml
`image: %user_name%/%image_name%:latest`
But it seems like this image is not cached absolutely since it takes a least 50 seconds for "Build setup" step for every pipeline run.
Tests itself takes about ~10 seconds btw.
So my question is how to cache custom public dockerhub images for reuse if its even possible?
This has been answered earlier in Caching a public Docker Hub image .
There is another report like this one in Public DockerHub image not caching (or just slow pull times).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.