rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Occasional Failure of Parser Tests #66

Closed rafecolton closed 10 years ago

rafecolton commented 10 years ago

Due to http://golang.org/doc/go1.3#map (in Go 1.3, maps are iterated over in a random order).

This can be fixed by using a different data structure in the Bobfile, but that will require a significant refactor as well as the implementation of versioning for the Bobfiles (per https://github.com/modcloth/docker-builder/issues/8)

Fix has been started in the bobfile-version-1 branch

rafecolton commented 10 years ago

Done.