https://bitbucket.org/blog/bringing-speed-power-flexibility-12-new-features-bitbucket-pipelines
According to the blog above, the Bitbucket Pipelines provides public image caching. Where can I find a list of cached public images?
Hi @Yoshi Han
Welcome to the community.
I don't think the cached public images are visible anywhere in the Bitbucket Cloud Pipelines UI.
Currently, when you use a public Docker image (that was not cached before) in Bitbucket Cloud Pipelines, it will be automatically cached in the background; hence, when you use the image again, you will notice a significant boost in starting up the image.
Let me know if you have any further questions.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Yoshi Han
May I confirm if the logs from the screenshot are from the "Build setup"? If not, unfortunately, the Docker image is not your base Docker image.
The base Docker image is usually the one you use in your YAML configuration as "image:" tag.
For example:
image: atlassian/default-image:4
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, I see.
You mean that the image used in the "bitbucket-pipelines.yml" file is cached.
But the above logs are from "docker build ...".
So the base image used in Docker build process is not cached?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Yoshi Han
Unfortunately, no, we don't cache public build images that were built within the build step container by default, however, you have the option to cache them using Bitbucket Cloud Pipelines caching feature.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.