{"id":21151570,"url":"https://github.com/outstand/docker-cache-buildkite-plugin","last_synced_at":"2026-05-02T23:37:17.653Z","repository":{"id":55645950,"uuid":"310705491","full_name":"outstand/docker-cache-buildkite-plugin","owner":"outstand","description":":whale: :bank: Cache/Restore the contents of docker volumes","archived":false,"fork":false,"pushed_at":"2022-01-18T16:45:34.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-21T08:11:52.065Z","etag":null,"topics":["buildkite","buildkite-plugin","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outstand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-06T21:05:18.000Z","updated_at":"2023-09-21T17:35:31.000Z","dependencies_parsed_at":"2022-08-15T05:21:00.566Z","dependency_job_id":null,"html_url":"https://github.com/outstand/docker-cache-buildkite-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outstand%2Fdocker-cache-buildkite-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outstand%2Fdocker-cache-buildkite-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outstand%2Fdocker-cache-buildkite-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outstand%2Fdocker-cache-buildkite-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outstand","download_url":"https://codeload.github.com/outstand/docker-cache-buildkite-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243591548,"owners_count":20315865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildkite","buildkite-plugin","docker","docker-compose"],"created_at":"2024-11-20T10:17:36.483Z","updated_at":"2025-10-07T23:25:43.500Z","avatar_url":"https://github.com/outstand.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Cache Buildkite Plugin [![Build status](https://badge.buildkite.com/2ae18797187196f761d0615cb585eb0a7b2ae60a5e0199edfa.svg)](https://buildkite.com/outstand/docker-cache-buildkite-plugin)\n\nA [Buildkite plugin](https://buildkite.com/docs/plugins) that lets you cache the contents of docker volumes.\n\n## :warning: Requires an in-development version of the [docker-compose buildkite plugin](https://github.com/outstand/docker-compose-buildkite-plugin/tree/wrap_command) :warning:\n\n## Example\n\ndocker-compose.yml:\n```yml\nversion: \"3.8\"\nservices:\n  rails:\n    build: .\n    volumes:\n      - bundler-data:/usr/local/bundle\n\nvolumes:\n  bundler-data:\n```\n\npipeline.yml:\n```yml\nsteps:\n  - command: bundle install\n    plugins:\n      - docker-cache#v1.0.0:\n          s3_bucket: my-cache-bucket\n          keys:\n            - v1-bundler-cache-{{ arch }}-{{ checksum \"Gemfile.lock\" }}\n            - v1-bundler-cache-{{ arch }}\n          save: true\n          volumes:\n            - bundler-data\n\n      - docker-compose#v3.7.0:\n          run: app\n\n  - command: rspec spec\n    plugins:\n      - docker-cache#v1.0.0:\n          s3_bucket: my-cache-bucket\n          keys:\n            - v1-bundler-cache-{{ arch }}-{{ checksum \"Gemfile.lock\" }}\n            - v1-bundler-cache-{{ arch }}\n          volumes:\n            - bundler-data\n\n      - docker-compose#v3.7.0:\n          run: app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutstand%2Fdocker-cache-buildkite-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutstand%2Fdocker-cache-buildkite-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutstand%2Fdocker-cache-buildkite-plugin/lists"}