Releases: taubyte/go-simple-container
Releases · taubyte/go-simple-container
v0.4.5
v0.4.4 Image Hotfix
Previously,
func (c *Client) Image()
Would return a nil image and pull error even if a pull failed when image is found locally. Now a pull error is returned in this case, but with the image as well.
v0.4.3
simple client has Docker field rather than inheriting all methods of …
v0.4.2 Proper Local Build Handling
Merge pull request #7 from taubyte/6-local-image-usage-fixes better use case of local image
v0.4.1
Go-Simple-Container uses correct module
Merge pull request #2 from taubyte/1-change-module-export-name go-simple-containers module to go-simple-container