Skip to content

Releases: resero-labs/docker-utils

Bug Fix: Configuration Reading Errors

29 Jan 21:16
Compare
Choose a tag to compare

Fix errors in reading config

Major Release: broader python version support; base on AWS Deep Learning AMI; support for "bare" AMI interaction

25 Jan 15:35
97ba766
Compare
Choose a tag to compare

There are a number of significant features in this release:

  • support for python 2 (if you happen to use pip to globally install it on OSX, it will work. Used to fail with strange error messages)
  • introduced new utility commands:
    • ls-dock - display state of docks created
    • nb-dock - start jupyter on the "bare" AMI and open a browser window to that server
    • ssh-dock - ssh to a dock (use a moniker when creating and you don't have to remember those pesky ip addresses)
  • "Bare" AMI support (based off of AWS Deep Learning AMI)

Broaden support of Python Versions

22 Jan 15:44
34e2bd9
Compare
Choose a tag to compare

Support python 2.7, and >= 3.4

New Script: ls-dock

16 Jan 22:23
Compare
Choose a tag to compare

Add a new script, ls-dock, which will list all docks you have created along with their current state.

Installation now requires python 3.6 or greater

Fixes to docker AMI (Turned of unattended updates)

Bug Fix - Overwrite configuration for build-image

21 Dec 11:35
Compare
Choose a tag to compare

Fixes bug that was caused by overwriting dockerutils.cfg with versioneer config if versioneer was used for the project.

Bug Fix - Create Dock Failure

17 Dec 23:36
Compare
Choose a tag to compare

create-dock failing with invalid parameter name 'groupName'. This was due to improper quoting in the create-dock script.

Bug Fix - Image Name

12 Dec 23:43
Compare
Choose a tag to compare

Fixes a bug that causes image name to be incorrect unless prefix configuration is present

Support for "Configuration-only" images + support for prompt on sync

10 Dec 20:11
Compare
Choose a tag to compare

Bug Fixes + Minor Enhancements: Configuration, Better Cross Platform Support

03 Dec 22:29
ccd5a14
Compare
Choose a tag to compare

sync-up/sync-down honors .dockerignore only

23 Oct 17:13
b9ec136
Compare
Choose a tag to compare

Rather than honoring both .gitignore and .dockerignore, the sync commands have been modified to only honor .dockerignore.