Skip to content

Releases: solidfire/solidfire-docker-driver

Update godeps

24 Jan 23:29
Compare
Choose a tag to compare

Numerous updates, including fixing up issues with clones, adding additional attributes to volume create and updating our godeps.

Add install script

13 Sep 02:59
Compare
Choose a tag to compare
Add install script Pre-release
Pre-release

This just adds an install script that you can use to download and install the plugin more easily. The install script creates a service entry, so after install and adding your config file you can simply do:
sudo service solidfire-docker-driver start

To view logs, use journalctl.

Docker 1.12 with godeps

03 Sep 17:41
Compare
Choose a tag to compare
Pre-release

Updated release for Docker 1.12 now with godeps. Note, thanks to godeps, now if you're running 1.12.1 this build will still work on your system.

Note, this is built against 1.12.0, but with godeps we now shouldn't need to worry about the incompat from 1.12.1 and the change in the request object.

Update for Docker 1.11

28 Jun 16:13
Compare
Choose a tag to compare
Pre-release

Updated build/release for Docker 1.11 (also works with RC of 1.2). Adds the Capability method, and we also add a Key/Value to the Attributes of a volume on create to indicate it was created by Docker via the SolidFire Plugin.

Linux binary from go1.6.2

15 May 00:06
Compare
Choose a tag to compare
Pre-release

Currently some issues with changes in docker/go-plugins-helpers due to some updates in docker/docker/volume. You can get around this by checking out the correct tagged versions of docker and some other things, but if you don't need/want to build on your own, just grab this binary and put in your go binary directory. This binary includes the changes to fix the docker volume ls command.

This driver is only supported on Linux with Open iSCSI, so didn't bother cross compiling for other platforms. Please use github issues to report any problems.