美文网首页
gcr.io 通过本地docker镜像上传dockerhub

gcr.io 通过本地docker镜像上传dockerhub

作者: 与狼共舞666 | 来源:发表于2022-03-05 15:04 被阅读0次

gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.24.0

PS C:\Windows\system32> docker pull gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.24.0
Error response from daemon: Get "https://gcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
PS C:\Windows\system32> docker pull gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.24.0
Error response from daemon: Get "https://gcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
PS C:\Windows\system32> ping google.com

正在 Ping google.com [172.217.160.110] 具有 32 字节的数据:
请求超时。

172.217.160.110 的 Ping 统计信息:
    数据包: 已发送 = 1,已接收 = 0,丢失 = 1 (100% 丢失),
Control-C
PS C:\Windows\system32> docker pull gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.24.0
v0.24.0: Pulling from tekton-releases/github.com/tektoncd/pipeline/cmd/git-init
e95f33c60a64: Pull complete
e1ede0c68b79: Pull complete
abb6b15e8998: Pull complete
084a7a0d1690: Pull complete
1bd5b682766d: Pull complete
Digest: sha256:d0860ca516c4ecf4320df6c77e25f91565a89c1d11bd784ae67da570d43a750b
Status: Downloaded newer image for gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.24.0
gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.24.0
PS C:\Windows\system32> docker images
REPOSITORY                                                         TAG       IMAGE ID       CREATED         SIZE
hello-world                                                        latest    feb5d9fea6a5   5 months ago    13.3kB
gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init   v0.24.0   2aef42e59136   11 months ago   79.2MB
PS C:\Windows\system32> docker tag 2aef42e59136 jeafdeans/tekton-releases.github.com.tektoncd.pipeline.cmd.git-init:v0.24.0
PS C:\Windows\system32> docker push jeafdeans/tekton-releases.github.com.tektoncd.pipeline.cmd.git-init:v0.24.0
The push refers to repository [docker.io/jeafdeans/tekton-releases.github.com.tektoncd.pipeline.cmd.git-init]
b53be1065994: Pushed
c6e72e33e34e: Pushed
410168525e90: Pushed
35ee36dfeec0: Pushed
6169bf830ae6: Pushed
v0.24.0: digest: sha256:5f9d3cc73b3efb6e6404e7b34915b5678300e0bd699a0a5da66bcc7a81251bf9 size: 1371

相关文章

网友评论

      本文标题:gcr.io 通过本地docker镜像上传dockerhub

      本文链接:https://www.haomeiwen.com/subject/nefbrrtx.html