All Projects → Drillster → Drone Volume Cache

Drillster / Drone Volume Cache

Licence: mit
Drone plugin for caching to a locally mounted volume

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Drone Volume Cache

Drone Cache
A Drone plugin for caching current workspace files between builds to reduce your build times
Stars: ✭ 194 (+108.6%)
Mutual labels:  drone, cache
Upper
Integrates Edge Caches like Fastly, KeyCDN, Cloudflare and Varnish with Craft.
Stars: ✭ 89 (-4.3%)
Mutual labels:  cache
Memorystore
express-session full featured MemoryStore layer without leaks!
Stars: ✭ 79 (-15.05%)
Mutual labels:  cache
Typerep Map
⚡️Efficient implementation of Map with types as keys
Stars: ✭ 85 (-8.6%)
Mutual labels:  cache
Awesomecache
Delightful on-disk cache (written in Swift)
Stars: ✭ 1,223 (+1215.05%)
Mutual labels:  cache
Ignite Book Code Samples
All code samples, scripts and more in-depth examples for the book high performance in-memory computing with Apache Ignite. Please use the repository "the-apache-ignite-book" for Ignite version 2.6 or above.
Stars: ✭ 86 (-7.53%)
Mutual labels:  cache
Comet Cache
An advanced WordPress® caching plugin inspired by simplicity.
Stars: ✭ 78 (-16.13%)
Mutual labels:  cache
Next Offline
make your Next.js application work offline using service workers via Google's workbox
Stars: ✭ 1,306 (+1304.3%)
Mutual labels:  cache
Sjmediacacheserver
A HTTP Media Caching Framework. It can cache FILE or HLS media. 音视频边播边缓存框架, 支持 HLS(m3u8) 和 FILE(mp4, mp3等).
Stars: ✭ 87 (-6.45%)
Mutual labels:  cache
Rximagepicker
Android图片相册预览选择器、支持AndroidX,支持图片的单选、多选、图片预览、图片文件夹切换、在选择图片时调用相机拍照
Stars: ✭ 85 (-8.6%)
Mutual labels:  cache
Trafficserver
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Stars: ✭ 1,258 (+1252.69%)
Mutual labels:  cache
Tache
A tag based invalidation caching library
Stars: ✭ 80 (-13.98%)
Mutual labels:  cache
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (-6.45%)
Mutual labels:  drone
Minicache
📦 Python memory caching utilities
Stars: ✭ 79 (-15.05%)
Mutual labels:  cache
Ffimageloading
Image loading, caching & transforming library for Xamarin and Windows
Stars: ✭ 1,288 (+1284.95%)
Mutual labels:  cache
Gitcache
When clone from github.com, build mirror cache to improve clone speed
Stars: ✭ 77 (-17.2%)
Mutual labels:  cache
Blink
Cache that expires in the blink of an eye
Stars: ✭ 82 (-11.83%)
Mutual labels:  cache
Node Cached
A simple caching library for node.js, inspired by the Play cache API
Stars: ✭ 85 (-8.6%)
Mutual labels:  cache
Neardb
Simple document db made for infinitely scalable globally distributed reads.
Stars: ✭ 92 (-1.08%)
Mutual labels:  cache
Offline Gallery
🎈 A 16kb Preact & Redux based Progressive Web App that offers an offline gallery experience of external images.
Stars: ✭ 90 (-3.23%)
Mutual labels:  cache

drone-volume-cache

drone-volume-cache on Docker Hub

This is a pure Bash Drone 0.5+ plugin to cache files and/or folders to a locally mounted volume.

For more information on how to use the plugin, please take a look at the docs.

Docker

Build the docker image by running:

docker build --rm=true -t drillster/drone-volume-cache .

Usage

Execute from the working directory:

docker run --rm \
  -e PLUGIN_REBUILD=true \
  -e PLUGIN_MOUNT="./node_modules" \
  -e DRONE_REPO_OWNER="foo" \
  -e DRONE_REPO_NAME="bar" \
  -e DRONE_JOB_NUMBER=0 \
  -v $(pwd):$(pwd) \
  -v /tmp/cache:/cache \
  -w $(pwd) \
  drillster/drone-volume-cache
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].