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

Make a release and some installation instructions #8

Open
afbjorklund opened this issue Sep 9, 2018 · 3 comments
Open

Make a release and some installation instructions #8

afbjorklund opened this issue Sep 9, 2018 · 3 comments

Comments

@afbjorklund
Copy link
Contributor

Seems like we need a v0.1.1 binary built, with some matching lines in the README.md afterwards.

$ curl -L https://github.com/machine-drivers/docker-machine-driver-qemu/releases/download/v0.1.0/default.docker-machine-driver-qemu-$(uname -s)-$(uname -m) > docker-machine-driver-qemu
$ sudo cp docker-machine-driver-qemu /usr/local/bin/docker-machine-driver-qemu
$ sudo chmod 755 /usr/local/bin/docker-machine-driver-qemu

Not sure where that "default" came from last time, but we should probably try to get rid of it if we can ?

Will also fix #2

@gbraad
Copy link
Member

gbraad commented Sep 9, 2018 via email

@afbjorklund
Copy link
Contributor Author

afbjorklund commented Sep 9, 2018

@gbraad: sure you mean qemu too, and not only kvm (libvirt) ? Maybe same applies to all drivers...

Anyway, I still have to look up what build system @SvenDowideit used for making the v0.1.0:

https://github.com/machine-drivers/docker-machine-driver-qemu/releases/tag/v0.1.0

I just built the binaries on the host, which worked fine since there are no libvirt dependencies here.

@afbjorklund
Copy link
Contributor Author

This was the previous build I made: docker-machine-driver-qemu-bab75de.linux-amd64.tar.gz
However it is missing the bugfix 1d6b42f for the newer qemu-img, for instance on Ubuntu 18.04

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

2 participants