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?
Community moderators have prevented the ability to post new answers.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.