- 17 Ara, 2014 4 kayıt (commit)
-
-
Joffrey F yazdı
Devices should be separated by colon separated string
-
Joffrey F yazdı
Run Travis tests on Docker
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Davanum Srinivas yazdı
Totally bad test :( (written by me). The documentation and code should match now. Many thanks to pranavs18 for spotting the error and proposing the fix.
-
- 16 Ara, 2014 4 kayıt (commit)
- 15 Ara, 2014 7 kayıt (commit)
- 13 Ara, 2014 1 kayıt (commit)
-
-
Derek Hammer yazdı
Signed-off-by:
Derek Hammer <derek.r.hammer@gmail.com>
-
- 26 Kas, 2014 8 kayıt (commit)
-
-
Joffrey F yazdı
Expand registry URL before login.
-
Joffrey F yazdı
Enforce passing string as version param in ctor
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
Merge branch 'fix-env-variables-unicode' of github.com:maxcnunes/docker-py into maxcnunes-fix-env-variables-unicode
-
Joffrey F yazdı
-
Joffrey F yazdı
Fix expand_registry_url to be consistent with docker client.
-
Matt Moore yazdı
In docker-py's auth.py the functions 'resolve_repository_name' and 'expand_registry_url' work together to result a hostname prefix to a base URL suitable for interaction as a Docker registry. For example, "docker push foo.com/bar/baz" would try to resolve the hostname "foo.com". These functions loosely correlate to 'ResolveRepositoryName' and 'newEndpoint' in the docker client code, respectively. You can see from their implementations: - ResolveRepositoryName: https://github.com/docker/docker/blob/master/registry/registry.go#L191 - newEndpoint: https://github.com/docker/docker/blob/master/registry/endpoint.go#L71 that neither of them appends 'v1' to the hostname during resolution. This change simply removes the 'v1' suffix from these code paths, which enables docker-py to authenticate against private registries with which the docker client can already.
-
- 25 Kas, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
Allow ExtraHosts to be specified when creating a container
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Max Claus Nunes yazdı
-
- 14 Kas, 2014 6 kayıt (commit)
-
-
Adrian Slade yazdı
-
Joffrey F yazdı
Walk file tree in order for deterministic builds
-
Adrian Slade yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
- 12 Kas, 2014 1 kayıt (commit)
-
-
Vlad Fratila yazdı
-
- 04 Kas, 2014 1 kayıt (commit)
-
-
Marcus Cobden yazdı
Python's `os.walk` does not order the lists of files and directories it returns, so in order to produce a consistent build context tarfile, they should be ordered.
-
- 03 Kas, 2014 6 kayıt (commit)