zalando-stups / stups-etcd-cluster

Etcd cluster appliance for the STUPS (AWS) environment
Other
29 stars 9 forks source link

Generalize upgrades between different major versions #46

Closed CyberDem0n closed 6 years ago

CyberDem0n commented 6 years ago

And support building of new docker images without updating Dockerfile:

$ docker build --build-arg ETCDVERSION_PREV=2.3.8 --build-arg ETCDVERSION=3.0.17 -t etcd-cluster:3.0.17-p18 .
$ docker build --build-arg ETCDVERSION_PREV=3.0.17 --build-arg ETCDVERSION=3.1.11 -t etcd-cluster:3.1.11-p18 .
$ docker build --build-arg ETCDVERSION_PREV=3.1.11 --build-arg ETCDVERSION=3.2.11 -t etcd-cluster:3.2.11-p18 .
Jan-M commented 6 years ago

:+1:

CyberDem0n commented 6 years ago

:+1: