Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: upserve/docker-api

Tags

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ls-todd-lunter Todd Lunter
Minor version bump

* Make sure docker-api works with frozen string literals

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ls-todd-lunter Todd Lunter
Minor version bump

* Increase excon version requirement to v0.64.0
* Use excon interface for middleware parameters

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ls-todd-lunter Todd Lunter
Minor version bump

* Fix dockerignore logic
* Fix podman check in Docker::Exec

v2.1.0

Toggle v2.1.0's commit message
Minor version bump

* Add podman support

v1.34.2

Toggle v1.34.2's commit message
Patch version bump

* Streaming logs request should be idempotent

v1.34.1

Toggle v1.34.1's commit message
Patch version bump

v1.34.0

Toggle v1.34.0's commit message
Minor version bump v1.34.0

* Implement prune
* Require newer excon to get rid of Host issue
* Use MultiJSON in favor of regular JSON
* Don't mutate options in Docker::Container.create

v1.33.6

Toggle v1.33.6's commit message
Patch version bump v1.33.6

Make Image.search respect credentials

v1.33.5

Toggle v1.33.5's commit message
Patch version bump

* Fix base64 encoding for auth headers
* Add docker 1.12 and 1.13 to travis
* Add missing tag parameter for `Image.get` call at the end of
  `Image.create`

v1.33.4

Toggle v1.33.4's commit message
Patch version bump v1.33.4

Expose original format of `top` endpoint