Skip to content

Releases: Crazybus/lope

0.4.0 Release

24 Nov 13:06
58a4d20
Compare
Choose a tag to compare
  • #34 - Don't add the value for the environment variable to the run command
  • #35 - Add option to specify custom docker arguments

0.3.0 Release

19 Jul 22:41
82e1273
Compare
Choose a tag to compare

The command line proxy part of #28 has now been added. This means you can run host commands from inside a lope container. The goal is for this to be used to run combinations like vagrant/virtualbox where it isn't possible to run it inside a docker container.

$ VBoxManage list vms
"minikube" {70bd6565-5ac8-4bf2-9d47-8002f4ed0ee7}
$ lope -cmdProxy alpine ./VBoxManage list vms
"minikube" {70bd6565-5ac8-4bf2-9d47-8002f4ed0ee7}

0.2.0 Release

16 Jun 13:15
115715c
Compare
Choose a tag to compare

Breaking changes:

The default behaviour of forwarding the ssh agent has been reversed. You now need to specifically request for the ssh agent to be forwarded with -ssh instead of opting out with -noSSH.

v0.1.1: Merge pull request #23 from Crazybus/i_am_root

03 Jun 21:43
5bf8896
Compare
Choose a tag to compare
Default to root user for all oses. Using a user that doesn't exist

v0.1.0

02 Jun 23:35
1dbb6bc
Compare
Choose a tag to compare
Merge pull request #21 from Crazybus/release_the_kraken

Add automated release builds via travis