drone-cache | A Drone plugin for caching current workspace files between builds to reduce your build times | Continuous Deployment library
kandi X-RAY | drone-cache Summary
kandi X-RAY | drone-cache Summary
A Drone plugin for caching current workspace files between builds to reduce your build times
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of drone-cache
drone-cache Key Features
drone-cache Examples and Code Snippets
Community Discussions
Trending Discussions on drone-cache
QUESTION
In working with drone I've seen several cases where pull: true
is set in a step. Though it's not clear if that's needed since some steps omit it.
It is used in several examples on the drone website but not explained.
PS: I'm writing this and answering my own question because I had trouble finding to docs to explain this and wanted to make it easier for others to find.
...ANSWER
Answered 2020-Mar-29 at 21:51You see pull: true
a lot because the drone 0.X default was to not upgrade images. Since drone 1.0 the default is to upgrade images.
If the image does not exist in the local cache, Drone instructs Docker to pull the image automatically. You will never need to manually pull images.
If the image is tagged with :latest either explicitly or implicitly, Drone attempts to pull the newest version of the image from the remote registry, even if the image exists in the local cache.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install drone-cache
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page