Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Move etcd v2 code to rancher-etcd #3

Merged
merged 1 commit into from
Oct 18, 2017

Conversation

galal-hussein
Copy link
Contributor

No description provided.

wget -q -O /opt/rancher/giddyup https://github.com/rancher/giddyup/releases/download/v0.18.0/giddyup && \
chmod +x /opt/rancher/giddyup

RUN \
wget -q -O - https://github.com/coreos/etcd/releases/download/v3.0.17/etcd-v3.0.17-linux-amd64.tar.gz | tar xzf - -C /tmp && \
wget -q -O - https://github.com/coreos/etcd/releases/download/v2.3.7/etcd-v2.3.7-linux-amd64.tar.gz | tar xzf - -C /tmp && \
mv /tmp/etcd-*/etcd /opt/rancher/etcd && \
mv /tmp/etcd-*/etcdctl /opt/rancher/etcdctl && \
rm -rf /tmp/etcd-* && rm -f /etcd-*.tar.gz

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in this Dockerfile looks good.

@leodotcloud
Copy link

@galal-hussein can you please quickly test with the image built from this repo? Once that passes, we are good to merge and release.

@galal-hussein
Copy link
Contributor Author

@leodotcloud I tested the image built from this repo, seems to be working correctly.

@leodotcloud
Copy link

LGTM

@deniseschannon deniseschannon merged commit 6acfb8e into rancher:etcd-v2 Oct 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants