当前位置: 首页 > news >正文

解决docker认证问题 failed to authorize: failed to fetch oauth token

  • 报错信息[bash1]
  • 解决方案
  1. 全局代理打开
  2. “buildkit”: false ,见[图1]

[bash1]

>docker build -t ffpg .
[+] Building 71.8s (3/3) FINISHED                                                                  docker:desktop-linux=> [internal] load build definition from Dockerfile                                                               0.0s=> => transferring dockerfile: 23.36kB                                                                            0.0s=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 17)                                    0.0s=> ERROR [internal] load metadata for docker.io/library/ubuntu:20.04                                             23.5s=> [auth] library/ubuntu:pull token for registry-1.docker.io                                                      0.0s
------> [internal] load metadata for docker.io/library/ubuntu:20.04:
------1 warning found (use docker --debug to expand):- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 17)
Dockerfile:8
--------------------6 |     #7 |     #8 | >>> FROM        ubuntu:20.04 AS base9 |10 |     WORKDIR     /tmp/workdir
--------------------
ERROR: failed to solve: ubuntu:20.04: failed to resolve source metadata for docker.io/library/ubuntu:20.04: failed to authorize: failed to fetch oauth token: Post "https://auth.docker.io/token": dial tcp 69.63.176.15:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

[图1]
在这里插入图片描述

http://www.lryc.cn/news/546667.html

相关文章:

  • 解决Vscode项目同时运行两个项目终端无法自动叠加的问题
  • mybatis映射文件相关的知识点总结
  • verilog 基本语法结构与定义
  • 最节省成本的架构方案:无服务器架构
  • docker利用docker-compose-gpu.yml启动RAGFLOW,文档解析出错【亲测已解决】
  • 字节跳动系统攻防算法岗-Flow安全内推
  • 一些有用的电子书
  • TMS320F28P550SJ9学习笔记1:CCS导入工程以及测试连接单片机仿真器
  • Android中使用Robolectric测试点击事件(不需要手机)
  • 安卓开发相机功能
  • 机器学习:监督学习、无监督学习和强化学习
  • 基于vue3和flask开发的前后端管理系统(一):项目启动准备
  • 一、MySQL备份恢复
  • DeepSeek崛起:如何在云端快速部署你的专属AI助手
  • SQLite Alter 命令详解
  • 2025 聚合易支付完整版PHP网站源码
  • Android开发Android调web的方法
  • FastGPT 源码:基于 LLM 实现 Rerank (含Prompt)
  • 字节跳动发布 Trae AI IDE!支持 DeepSeek R1 V3,AI 编程新时代来了!
  • windows下安装Open Web UI
  • 论文阅读 EEG-Inception
  • 基于opencv消除图片马赛克
  • 计算机毕业设计SpringBoot+Vue.js陕西民俗网(源码+文档+PPT+讲解)
  • 【算法方法总结·三】滑动窗口的一些技巧和注意事项
  • IO的概念和标准IO函数
  • tauri2+typescript+vue+vite+leaflet等的简单联合使用(一)
  • 【流程图】在 .NET (WPF 或 WinForms) 中实现流程图中的连线算法
  • IDEA集成DeepSeek,通过离线安装解决无法安装Proxy AI插件问题
  • 【流行病学】Melodi-Presto因果关联工具
  • 详细分析KeepAlive的基本知识 并缓存路由(附Demo)