Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcd 3.0.17 image should use symlinks or bash script #43598

Closed
justinsb opened this issue Mar 24, 2017 · 1 comment
Closed

etcd 3.0.17 image should use symlinks or bash script #43598

justinsb opened this issue Mar 24, 2017 · 1 comment

Comments

@justinsb
Copy link
Member

/usr/local/bin # ls -l
total 163916
-rwxr-xr-x    1 root     root      12476429 Feb 23 21:56 attachlease
-rwxr-x---    1 root     root      20186048 Mar 23 23:51 etcd
-rwxr-x---    2 root     root      14359232 Feb 23 21:56 etcd-2.2.1
-rwxr-x---    2 root     root      17408032 Feb 23 21:56 etcd-2.3.7
-rwxr-x---    2 root     root      20186048 Feb 23 21:56 etcd-3.0.17
-rwxr-x---    1 root     root      18468640 Mar 23 23:51 etcdctl
-rwxr-x---    2 root     root      12719808 Feb 23 21:56 etcdctl-2.2.1
-rwxr-x---    2 root     root      14878944 Feb 23 21:56 etcdctl-2.3.7
-rwxr-x---    2 root     root      18468640 Feb 23 21:56 etcdctl-3.0.17
-rwxr-x---    1 root     root          9396 Feb 23 21:55 migrate-if-needed.sh
-rwxr-xr-x    1 root     root      18664303 Feb 23 21:56 rollback

For the sake of the image size, etcd should be a symlink to etcd-3.0.17. Or - even better - etcd should be a script that launches TARGET_VERSION, which would both be smaller and much easier to launch.

@justinsb
Copy link
Member Author

Scratch that - my mistake - the script copies it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant