Skip to content

Instantly share code, notes, and snippets.

@lazypower
Created January 6, 2017 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazypower/9ce253608b1be84fafd27ed0e63afa32 to your computer and use it in GitHub Desktop.
Save lazypower/9ce253608b1be84fafd27ed0e63afa32 to your computer and use it in GitHub Desktop.
name: etcd
version: 3.0.15
summary: Distributed key-value store
description: |
Etcd provides a key-value store and is implemented for high availability,
using the RAFT algorithm to deal with failover within the etcd cluster.
Popular in the Docker community as a shared store of small but important
pieces of common data in an application.
grade: devel
confinement: devmode # use "strict" to enforce system access only via declared interfaces
apps:
etcd:
command: bin/etcd
etcdctl:
command: bin/etcdctl
parts:
etcd:
plugin: dump
source: https://github.com/coreos/etcd/releases/download/v3.0.15/etcd-v3.0.15-linux-amd64.tar.gz
organize:
etcd: bin/etcd
etcdctl: bin/etcdctl
snap:
- bin/etcd
- bin/etcdctl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment