提交歷史

作者 SHA1 備註 提交日期
  Sebastiaan van Stijn 206acbcf89 Merge pull request #13070 from shishir-a412ed/cleanup_cmd_tag 10 年之前
  Shishir Mahajan b8301005ff Use distribution's ValidateRepositoryName for remote name validation. 10 年之前
  Don Kjer b349a74c71 Only pulling single repository tag on pull for a specific tag. extending TestGetRemoteTags unit test 10 年之前
  Tibor Vass 78bc233a01 registry: debugTransport should print with testing.T.Log 10 年之前
  Tibor Vass 73823e5e56 Add transport package to support CancelRequest 10 年之前
  Tibor Vass a01cc3ca77 registry: Refactor requestfactory to use http.RoundTrippers 10 年之前
  Lei Jitang e00cfbb6f2 Fix invalid tag name 10 年之前
  David Mackey 3941623fbc trivial: typo cleanup 10 年之前
  Doug Davis bb9da6ba92 Move CLI config processing out from under registry dir 10 年之前
  Antonio Murdaca 0995ab5946 Refactor utils/http.go, fixes #11899 10 年之前
  Shishir Mahajan 9839e9784d Docker Tag command: Relax the restriction on namespace (username) length from 30 to 255 characters. 10 年之前
  Don Kjer 6f0068f273 Moving NewIndexInfo, NewRepositoryInfo and associated helpers into config.go 10 年之前
  Don Kjer 568f86eb18 Deprecating ResolveRepositoryName 10 年之前
  Matthew Riley 6c126d443b Allow hyphens in namespaces. 10 年之前
  Tibor Vass 9a50dd5f37 registry: remove accidentally added --insecure-registry feature 10 年之前
  Tibor Vass a70d7aaf28 registry: add tests for unresolvable domain names in isSecure 10 年之前
  Daehyeok Mun 8123c1e9fe Chnage LookupRemoteImage to return error 10 年之前
  Tibor Vass 6aba75db4e Add the possibility of specifying a subnet for --insecure-registry 10 年之前
  Tibor Vass fbe10c83d8 registry: parse INDEXSERVERADDRESS into a URL for easier check in isSecure 10 年之前
  Tibor Vass 78e859f3c3 Put mock registry address in insecureRegistries for unit tests 10 年之前
  Tibor Vass 4455f51760 registry: refactor registry.IsSecure calls into registry.NewEndpoint 10 年之前
  Erik Hollensbe 11380a109e registry: always treat 127.0.0.1 as insecure for all cases anytime anywhere 10 年之前
  Johan Euphrosine 28ee373e19 registry: default --insecure-registry to localhost and 127.0.0.1 10 年之前
  Johan Euphrosine 75e3b35bf1 registry: add tests for IsSecure 10 年之前
  Tibor Vass 6a1ff022b0 Do not verify certificate when using --insecure-registry on an HTTPS registry 10 年之前
  unclejack ae3b59c171 registry: lint 10 年之前
  Vincent Batts 61c6f206b0 registry: getting Endpoint ironned out 11 年之前
  Tibor Vass 808257654a Replace get.docker.io -> get.docker.com and test.docker.io -> test.docker.com 11 年之前
  Eric Windisch 0bd1c05e5c Restrict repository names from matching hexadecimal strings 11 年之前
  Vincent Batts 752dd707ac registry.Registry -> registry.Session 11 年之前