- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用“docker build.”从我的 docker 文件中运行这两行:
FROM ubuntu:latest
RUN apt-get update
这是我运行它时发生的事情(包含错误):
[+] Building 16.0s (6/18)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 923B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:latest 5.7s
=> [internal] load build context 0.0s
=> => transferring context: 36B 0.0s
=> CACHED [ 1/14] FROM docker.io/library/ubuntu:latest@sha256:703218c046 0.0s
=> ERROR [ 2/14] RUN apt-get update 10.2s
------
> [ 2/14] RUN apt-get update:
#5 0.915 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
#5 1.142 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
#5 1.626 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
#5 1.648 Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [664 kB]
#5 1.649 Err:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
#5 1.649 File has unexpected size (13216 != 664116). Mirror sync in progress? [IP: 91.189.91.39 80]
#5 1.649 Hashes of expected file:
#5 1.649 - Filesize:664116 [weak]
#5 1.649 - SHA256:bab7d330736bb3f137d539001f4ea9250bc6613772b9a98cfb1241ed81bd2c04
#5 1.649 - SHA1:3ee0d4d62b53860024bdb392707c909b4cc9357c [weak]
#5 1.649 - MD5Sum:87431ac524ec4b25401cea7af4c5b517 [weak]
#5 1.649 Release file created at: Sun, 14 Feb 2021 19:09:36 +0000
#5 1.841 Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
#5 2.445 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [612 kB]
#5 2.446 Err:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
#5 2.446
#5 2.972 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [165 kB]
#5 2.972 Err:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages
#5 2.972
#5 3.040 Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
#5 3.041 Err:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
#5 3.041 File has unexpected size (13194 != 11344505). Mirror sync in progress? [IP: 91.189.88.152 80]
#5 3.041 Hashes of expected file:
#5 3.041 - Filesize:11344505 [weak]
#5 3.041 - SHA256:200acdc3421757fa8f8759c1cedacae2cf8f5821d7810ca59d8a313c5b3ae71e
#5 3.041 - SHA1:28dce64e724849c2296c10a2a3de8334c7829494 [weak]
#5 3.041 - MD5Sum:fc2f03a69a8d61b33e29934cbba9e675 [weak]
#5 3.041 Release file created at: Thu, 23 Apr 2020 17:33:17 +0000
#5 3.212 Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [13.3 kB]
#5 3.212 Err:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages
#5 3.212
#5 3.907 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
#5 3.907 Err:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages
#5 3.907
#5 4.425 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
#5 4.425 Err:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages
#5 4.425
#5 6.309 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
#5 6.310 Err:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
#5 6.310
#5 7.978 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1016 kB]
#5 7.978 Err:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
#5 7.978 File has unexpected size (13202 != 1016097). Mirror sync in progress? [IP: 91.189.88.152 80]
#5 7.978 Hashes of expected file:
#5 7.978 - Filesize:1016097 [weak]
#5 7.978 - SHA256:6073eef81f57e5a6fc81d37d07bfa59f35994b89e81c79286b79f6527955e84a
#5 7.978 - SHA1:69a5e1831d1cfd408a2c120f4de248ea2d919005 [weak]
#5 7.978 - MD5Sum:5ea17bb583a7b1b4029167bdc5b3c6a8 [weak]
#5 7.978 Release file created at: Sun, 14 Feb 2021 19:09:51 +0000
#5 9.531 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [924 kB]
#5 9.652 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [21.1 kB]
#5 9.961 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [198 kB]
#5 10.10 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4301 B]
#5 10.13 Fetched 1736 kB in 10s (180 kB/s)
#5 10.13 Reading package lists...
#5 10.15 E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/universe/binary-amd64/by-hash/SHA256/bab7d330736bb3f137d539001f4ea9250bc6613772b9a98cfb1241ed81bd2c04 File has unexpected size (13216 != 664116). Mirror sync in progress? [IP: 91.189.91.39 80]
#5 10.15 Hashes of expected file:
#5 10.15 - Filesize:664116 [weak]
#5 10.15 - SHA256:bab7d330736bb3f137d539001f4ea9250bc6613772b9a98cfb1241ed81bd2c04
#5 10.15 - SHA1:3ee0d4d62b53860024bdb392707c909b4cc9357c [weak]
#5 10.15 - MD5Sum:87431ac524ec4b25401cea7af4c5b517 [weak]
#5 10.15 Release file created at: Sun, 14 Feb 2021 19:09:36 +0000
#5 10.16 E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/main/binary-amd64/by-hash/SHA256/2d506247d2b3080e98624bbec9dfb69d88753039c20b4cbfcae9d53d231c2f2a
#5 10.16 E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/restricted/binary-amd64/by-hash/SHA256/4e3f319b6b7287529ff17b84b56b8be710fc6133319eba09e609b8ddef49e954
#5 10.16 E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/multiverse/binary-amd64/by-hash/SHA256/623a09d316fd7bc308280205394c995ba4a1281d77e7d920ee2bc3d0db730c91
#5 10.16 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/universe/binary-amd64/by-hash/SHA256/200acdc3421757fa8f8759c1cedacae2cf8f5821d7810ca59d8a313c5b3ae71e File has unexpected size (13194 != 11344505). Mirror sync in progress? [IP: 91.189.88.152 80]
#5 10.16 Hashes of expected file:
#5 10.16 - Filesize:11344505 [weak]
#5 10.16 - SHA256:200acdc3421757fa8f8759c1cedacae2cf8f5821d7810ca59d8a313c5b3ae71e
#5 10.16 - SHA1:28dce64e724849c2296c10a2a3de8334c7829494 [weak]
#5 10.16 - MD5Sum:fc2f03a69a8d61b33e29934cbba9e675 [weak]
#5 10.16 Release file created at: Thu, 23 Apr 2020 17:33:17 +0000
#5 10.16 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/multiverse/binary-amd64/by-hash/SHA256/cbe561be81039e8d89187f790d03ead3debbf26b6cbdde29ae8c5137a273dd5c
#5 10.16 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/restricted/binary-amd64/by-hash/SHA256/f641509ad1e4ab977debf3d852d1a7e47a02e9d941867f7b277d95cf37d64d49
#5 10.16 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/main/binary-amd64/by-hash/SHA256/f25bb719a900d962a4df25cbb20f0a54a23d9f16c3fcdc4f4872ead131f5a604
#5 10.16 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/binary-amd64/by-hash/SHA256/6073eef81f57e5a6fc81d37d07bfa59f35994b89e81c79286b79f6527955e84a File has unexpected size (13202 != 1016097). Mirror sync in progress? [IP: 91.189.88.152 80]
#5 10.16 Hashes of expected file:
#5 10.16 - Filesize:1016097 [weak]
#5 10.16 - SHA256:6073eef81f57e5a6fc81d37d07bfa59f35994b89e81c79286b79f6527955e84a
#5 10.16 - SHA1:69a5e1831d1cfd408a2c120f4de248ea2d919005 [weak]
#5 10.16 - MD5Sum:5ea17bb583a7b1b4029167bdc5b3c6a8 [weak]
#5 10.16 Release file created at: Sun, 14 Feb 2021 19:09:51 +0000
#5 10.16 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
executor failed running [/bin/sh -c apt-get update]: exit code: 100
我从我的 MacBook Pro macOS Big Sur 11.1 运行它
最佳答案
我遇到了同样的问题,原因是我在我的 iPhone 上设置了内容限制,这些限制会自动同步到我的 Mac。
关闭限制后,一切正常。
转到系统偏好设置>屏幕时间>关闭内容和隐私限制
关于macos - 在 Mac 上的 docker ubuntu 镜像上运行 apt-get update 会导致 "File has unexpected size",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66200219/
我一直在尝试让 yum 在代理设置后面工作 导出 https_proxy、http_proxy 和 ftp_proxy。 这对 apt-get 或 yum 不起作用,但当我在 /etc/apt/apt
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a software
为什么基于 Debian 的 Linux 发行版具有apt以及apt-get?apt是替换还是他们apt-get 有不同的目的?我们解释这两个命令之间的关系。 Debian 软件包管理系统 创建Lin
例如,当安装 lirc 包时,它会提供配置对话框屏幕。如何自动化以选择默认值(或可能提供特定值)并继续? 现在我有一个简单的脚本: #!/usr/bin/env python import a
我有一个 APT 处理器,在某些情况下会显示警告。我的项目正在使用 maven1 构建调用 ant:apt 如何让maven在满足警告条件时失败? (处理器可以修改) 谢谢。 最佳答案 注释处理器需要
我在 Windows 上使用 WSL。我无法使用 apt 或 apt-get 这是我在尝试使用 apt 或 apt-get 时收到的错误消息。 ~$ apt apt: error while load
我正在寻找一些命令行说明。我应该有带有 Python 2.7 的 Ubuntu Linux Server(为什么不能简单解释如何在你的 ULS 上获取 Python 2.7!)。 (编辑——显然 Py
当我尝试构建一个简单的docker映像时:。在Dockerfile中:。输出为:。我试过:。我之前构建了多个docker映像,一切都运行得很好。而现在,我总是会突然发现这个错误。
在 bash 脚本中,我想安装一个包。在理智地这样做之前,我需要检查是否没有其他 apt-get 实例。或 dpkg已经在工作。如果是这种情况,apt-get会失败,因为它已经锁定。 是否足以检查/v
这个问题有很多相关的问题,但没有一个回答我想知道的: 我通常是这样工作的: 安装 python 3.5+ sudo apt install virtualenv virtualenv -p/usr/b
我有一个很久以前安装的 Ubuntu 20.04。出于某种原因,即使我很确定我从未使用过它,我也安装了 OCaml。我试图通过卸载 OCaml sudo apt-get remove ocaml
我编写了一个 Ansible 剧本,其中包括运行 apt-get dist-upgrade。我确保在剧本的顶部有 become: true 和 become_user: root 以获得运行升级的 s
现在我的 Vagrantfile 中有以下内容: config.vm.provision :chef_solo do |chef| chef.cookbooks_path = "cookboo
我使用 gitlab ci 来构建 docker 镜像,我想安装 python。当我构建时,以下是我的 gitlab-ci.yml: image: docker:stable stages: -
我正在尝试在 Ubuntu 16.04 中启动此容器,步骤之一是:RUN apt update && apt install -y sudo 此步骤因暂时无法解析某些存储库而失败。这是此错误的输出:
我卡在了一个点上,我无法进步,很抱歉这个愚蠢的问题。我为此进行了很多搜索,但我不知道我错过了什么。请帮助我。 我研究了 python 中的模块和类。现在我想使用 python 和 apt 进行一些操作
在linux based os的某些软件安装中,我们有时使用apt update,有时使用apt-get update。 linux终端究竟如何理解apt only和apt-get的含义? 最佳答案
我正在编写 Puppet list ,以便在我的机器上安装大量软件。 许多软件包仅具有 PPA 中最新版本的二进制文件,例如名为 AutoKey 的非常方便的服务。 . 要安装此最新版本的软件包,必须
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 2年前关闭。 Improve thi
我正在编写我的 k8s 升级 ansible 剧本,其中我需要做 apt-mark unhold kubeadm .现在,我试图避免使用 ansible command或 shell调用模块apt如果
我是一名优秀的程序员,十分优秀!