You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CS-968 Switch client library from docker-client to docker-java (pull request #119)
* Migrate getContainerEvents
* Migrate startDockerContainer and setSwarmServiceReplicasToOne
* Migrate DockerControlApiIntegrationTest to use new client
* Adjust docker http client timeouts
* Add another getDockerClientNew method with no args, use default server
* Massive change to migrate all integration test client operations use new client
* Migrate create container and create service
* Migrate delete image
* Slight tweaks to BUSYBOX constants and versions
* Migrate inspect image / get image by id
* Standardize docker-java exception handling
* Migrate list images
* Migrate ping
* Reuse RETURN_SELF answer in test mocks
* Migrate container/service logs
* Migrate getTaskForService
* Migrate pull image (with auth)
* Add support for generic resources (i.e. gpus) using a fork of docker-java
* Migrate TASK_STATE_FAILED to TaskState.FAILED
* Move client config into its own method
* Migrate AuthConfig and getting registry URL for image
* Complete removal of docker-client
* Fix hub ping
* Clean up some more fully qualified classes left over from transition
* Changelog
Approved-by: James Ransford
Approved-by: Bin Zhang
0 commit comments