Closed rafecolton closed 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
Done.
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