Michael Crosby
|
ca98434a45
Search for repo first before image id
|
11 years ago |
Nick Stenning
|
44b3e8d51b
Reverse priority of tag lookup in TagStore.GetImage
|
12 years ago |
Sam Alba
|
e8db031112
Fixed tag parsing when the repos name contains both a port and a tag
|
12 years ago |
Sam Alba
|
e7d36c9590
It is now possible to include a ":" in a local repository name (it will not be the case for a remote name). This adds support for full qualified repository name in order to support private registry server
|
12 years ago |
Caleb Spare
|
19121c16d9
Implement several golint suggestions, including:
|
12 years ago |
Victor Vieux
|
9cdd39e0d7
Merge branch 'master' into 691-run_id-feature
|
12 years ago |
Victor Vieux
|
45a8945746
added test
|
12 years ago |
Victor Vieux
|
66d9a73362
rebump
|
12 years ago |
Victor Vieux
|
fd224ee590
linted names
|
12 years ago |
Victor Vieux
|
d26a3b37a6
allow docker run <name>:<id>
|
12 years ago |
Victor Vieux
|
9060b5c2f5
added proper returns type, move the auto-prune in v1.1 api
|
12 years ago |
Victor Vieux
|
5aa95b667c
WIP needs to fix HTTP error codes
|
12 years ago |
Victor Vieux
|
67b20f2c8c
add check to see if the image isn't parent of another and add -f to force
|
12 years ago |
Guillaume J. Charmes
|
2ae8aaa106
Merge branch 'master' into 610-improve_rmi-feature
|
12 years ago |
Victor Vieux
|
c80448c4d1
improve rmi
|
12 years ago |
Guillaume J. Charmes
|
2e69e1727b
Create a subpackage for utils
|
12 years ago |
Solomon Hykes
|
1632566ecb
Show shorthand image IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup images
|
12 years ago |
Solomon Hykes
|
846a9e8963
When doing a reverse-lookup of an image's tag, if the image has multiple tags, the first tag in alphabetical order will be used
|
12 years ago |
Guillaume J. Charmes
|
004a5310d9
Try to fetch missing base only on "not found" error
|
12 years ago |
Solomon Hykes
|
12049f956a
'docker {history,ps,images}': show human-friendly image names when applicable
|
12 years ago |
Solomon Hykes
|
bf7602bc09
'docker tag': assign a repository+tag to an image
|
12 years ago |
Solomon Hykes
|
640026ec59
Looking up a tag by repository name will default to REPOSITORY:latest. The empty tag '' is no longer allowed.
|
12 years ago |
Solomon Hykes
|
49a78929c6
Repositories and tags can't have ':' in their name (to allow parsing the REPO:TAG notation)
|
12 years ago |
Solomon Hykes
|
d0c776528b
Fix a bug which caused repository metadata to be cleared at startup
|
12 years ago |
Solomon Hykes
|
ef711962d5
Folded graph/ back into main package
|
12 years ago |