CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 07:10:56 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/containerd/containerd.git
etag: W/"1b49261401b5560d08f462b705e85c28"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=gImgCQ1KlInEm4K9qbW9RZa7%2Fu4l8w4dIw9UDYxpin8vrK6otnJHmq1%2BMCkNbIbQ57nIBp7Lwk8An24VLKtGoAAGs1Vqelcjxd3JFZo%2FSC2c62QRLfpHuLWJq4qBE7r8q6bBTGA8Sz8CMmPjZnkRxCG17Q21Ggul2oEwa%2BqPwu2pm4tXgVVQ4f9x2YGEwHwUnfsJZM0ZgmCQrB4d4Qky%2F95v1tnhtbhgNTFB5uyZXiPfwGi84XfkvWpNkwKGkRzGYjBVi%2F0AvVV7gx0tR4AWFQ%3D%3D--gZ2O1qcDDpgH60RK--lz2M2xhy30KHWmuCfvPRcQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1128974761.1753341056; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 07:10:56 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 07:10:56 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DB62:221257:5B59AD:739AB7:6881DC80
Transfer: Registry: Enable plain HTTP · containerd/containerd@4332794 · GitHub
Copy file name to clipboardExpand all lines: api/types/transfer/registry.pb.go
Copy file name to clipboardExpand all lines: api/types/transfer/registry.proto
Copy file name to clipboardExpand all lines: cmd/ctr/commands/images/pull.go
Copy file name to clipboardExpand all lines: cmd/ctr/commands/images/push.go
Copy file name to clipboardExpand all lines: core/transfer/registry/registry.go
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit 4332794
committed
Transfer: Registry: Enable plain HTTP
Currenlty transfer service doesn't handle plain HTTP connection.
This commit fixes this issue by propagating
`(core/remotes/docker/config).HostOptions.DefaultScheme` from client to the
transfer service.
This commit also fixes ctr to use this feature for "--plain-http" flag.
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>1 parent 0807efb commit 4332794Copy full SHA for 4332794
File tree
Expand file treeCollapse file tree
6 files changed
+91
-46
lines changedFilter options
- api
- types/transfer
- cmd/ctr/commands/images
- core/transfer/registry
Expand file treeCollapse file tree
6 files changed
+91
-46
lines changed+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7468 | 7468 |
| |
7469 | 7469 |
| |
7470 | 7470 |
| |
| 7471 | + | |
| 7472 | + | |
| 7473 | + | |
| 7474 | + | |
| 7475 | + | |
| 7476 | + | |
| 7477 | + | |
7471 | 7478 |
| |
7472 | 7479 |
| |
7473 | 7480 |
| |
|
api/types/transfer/registry.pb.go
Copy file name to clipboardExpand all lines: api/types/transfer/registry.pb.go+45-35Lines changed: 45 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
api/types/transfer/registry.proto
Copy file name to clipboardExpand all lines: api/types/transfer/registry.proto+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
39 | 41 |
| |
40 |
| - | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
cmd/ctr/commands/images/pull.go
Copy file name to clipboardExpand all lines: cmd/ctr/commands/images/pull.go+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
|
cmd/ctr/commands/images/push.go
Copy file name to clipboardExpand all lines: cmd/ctr/commands/images/push.go+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 |
| |
109 | 113 |
| |
110 | 114 |
| |
|
core/transfer/registry/registry.go
Copy file name to clipboardExpand all lines: core/transfer/registry/registry.go+27-8Lines changed: 27 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
| |||
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
79 | 88 |
| |
80 | 89 |
| |
81 | 90 |
| |
| |||
99 | 108 |
| |
100 | 109 |
| |
101 | 110 |
| |
| 111 | + | |
| 112 | + | |
| 113 | + | |
102 | 114 |
| |
103 | 115 |
| |
104 | 116 |
| |
105 | 117 |
| |
106 | 118 |
| |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
112 | 125 |
| |
113 | 126 |
| |
114 | 127 |
| |
| |||
135 | 148 |
| |
136 | 149 |
| |
137 | 150 |
| |
| 151 | + | |
| 152 | + | |
138 | 153 |
| |
139 | 154 |
| |
140 | 155 |
| |
| |||
234 | 249 |
| |
235 | 250 |
| |
236 | 251 |
| |
| 252 | + | |
237 | 253 |
| |
238 | 254 |
| |
239 | 255 |
| |
| |||
253 | 269 |
| |
254 | 270 |
| |
255 | 271 |
| |
| 272 | + | |
| 273 | + | |
| 274 | + | |
256 | 275 |
| |
257 | 276 |
| |
258 | 277 |
| |
|
You can’t perform that action at this time.
0 commit comments