Skip to content

Releases: taubyte/go-simple-container

v0.4.5

28 Feb 19:58
Compare
Choose a tag to compare

Upgraded go to 1.21

v0.4.4 Image Hotfix

19 Sep 23:00
Compare
Choose a tag to compare

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

21 Aug 21:26
b21ab19
Compare
Choose a tag to compare
simple client has Docker field rather than inheriting all methods of …

v0.4.2 Proper Local Build Handling

03 Mar 20:59
72da76f
Compare
Choose a tag to compare
Merge pull request #7 from taubyte/6-local-image-usage-fixes

better use case of local image

v0.4.1

18 Jan 21:12
3d3deae
Compare
Choose a tag to compare
Check error and update readme (#4)

Go-Simple-Container uses correct module

04 Jan 23:18
b47f972
Compare
Choose a tag to compare
Merge pull request #2 from taubyte/1-change-module-export-name

go-simple-containers module to go-simple-container