質問するログイン新規登録

質問編集履歴

2

エラーログ修正

2021/06/10 01:46

投稿

ridhoge
ridhoge

スコア6

title CHANGED
File without changes
body CHANGED
@@ -47,36 +47,6 @@
47
47
 
48
48
  ##問題箇所のエラー 2021/06/10追記
49
49
  ```
50
- Step 3/7 : RUN apt-get update
51
- ---> Running in 172af0407db9
52
- Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
53
- Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
54
- Get:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
55
- Err:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages
56
- File has unexpected size (13399 != 291544). Mirror sync in progress? [IP: 151.101.130.132 80]
57
- Hashes of expected file:
58
- - Filesize:291544 [weak]
59
- - SHA256:029770e68e814e366c707db624f03b1d8bd6b3be70ee43797f1e9d5932933900
60
- - MD5Sum:8500407363aeac0e51fc632e1c6223ab [weak]
61
- Release file created at: Wed, 09 Jun 2021 21:09:35 +0000
62
- Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
63
- Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
64
- Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
65
- Err:5 http://deb.debian.org/debian buster/main amd64 Packages
66
- File has unexpected size (13349 != 7906864). Mirror sync in progress? [IP: 151.101.110.132 80]
67
- Hashes of expected file:
68
- - Filesize:7906864 [weak]
69
- - SHA256:935deda18d5bdc25fb1813d0ec99b6e0e32a084b203e518af0cf7dc79ee8ebda
70
- - MD5Sum:ba791e511a2a4b6523ac06f404e32f42 [weak]
71
- Release file created at: Sat, 27 Mar 2021 09:55:13 +0000
72
- Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
73
- Err:6 http://deb.debian.org/debian buster-updates/main amd64 Packages
74
- File has unexpected size (13365 != 10856). Mirror sync in progress? [IP: 151.101.110.132 80]
75
- Hashes of expected file:
76
- - Filesize:10856 [weak]
77
- - SHA256:0233e1a9b12fea0d60fc076ae44219328d058ce04e8c9817eb9983d68808395d
78
- Release file created at: Wed, 09 Jun 2021 20:08:22 +0000
79
- Fetched 239 kB in 1s (232 kB/s)
80
50
  Reading package lists...
81
51
  E: Failed to fetch http://security.debian.org/debian-security/dists/buster/updates/main/binary-amd64/by-hash/SHA256/029770e68e814e366c707db624f03b1d8bd6b3be70ee43797f1e9d5932933900 File has unexpected size (13399 != 291544). Mirror sync in progress? [IP: 151.101.130.132 80]
82
52
  Hashes of expected file:

1

エラーログを追加

2021/06/10 01:46

投稿

ridhoge
ridhoge

スコア6

title CHANGED
File without changes
body CHANGED
@@ -43,4 +43,59 @@
43
43
  ググってみるとコマンド自体が使えないとnot foundが返ってくるのでおそらく違う。
44
44
  ・apt-get update以降の書き方について
45
45
  docker docsを見ても変な書き方には見えない
46
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#sort-multi-line-arguments
46
+ https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#sort-multi-line-arguments
47
+
48
+ ##問題箇所のエラー 2021/06/10追記
49
+ ```
50
+ Step 3/7 : RUN apt-get update
51
+ ---> Running in 172af0407db9
52
+ Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
53
+ Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
54
+ Get:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
55
+ Err:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages
56
+ File has unexpected size (13399 != 291544). Mirror sync in progress? [IP: 151.101.130.132 80]
57
+ Hashes of expected file:
58
+ - Filesize:291544 [weak]
59
+ - SHA256:029770e68e814e366c707db624f03b1d8bd6b3be70ee43797f1e9d5932933900
60
+ - MD5Sum:8500407363aeac0e51fc632e1c6223ab [weak]
61
+ Release file created at: Wed, 09 Jun 2021 21:09:35 +0000
62
+ Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
63
+ Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
64
+ Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
65
+ Err:5 http://deb.debian.org/debian buster/main amd64 Packages
66
+ File has unexpected size (13349 != 7906864). Mirror sync in progress? [IP: 151.101.110.132 80]
67
+ Hashes of expected file:
68
+ - Filesize:7906864 [weak]
69
+ - SHA256:935deda18d5bdc25fb1813d0ec99b6e0e32a084b203e518af0cf7dc79ee8ebda
70
+ - MD5Sum:ba791e511a2a4b6523ac06f404e32f42 [weak]
71
+ Release file created at: Sat, 27 Mar 2021 09:55:13 +0000
72
+ Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
73
+ Err:6 http://deb.debian.org/debian buster-updates/main amd64 Packages
74
+ File has unexpected size (13365 != 10856). Mirror sync in progress? [IP: 151.101.110.132 80]
75
+ Hashes of expected file:
76
+ - Filesize:10856 [weak]
77
+ - SHA256:0233e1a9b12fea0d60fc076ae44219328d058ce04e8c9817eb9983d68808395d
78
+ Release file created at: Wed, 09 Jun 2021 20:08:22 +0000
79
+ Fetched 239 kB in 1s (232 kB/s)
80
+ Reading package lists...
81
+ E: Failed to fetch http://security.debian.org/debian-security/dists/buster/updates/main/binary-amd64/by-hash/SHA256/029770e68e814e366c707db624f03b1d8bd6b3be70ee43797f1e9d5932933900 File has unexpected size (13399 != 291544). Mirror sync in progress? [IP: 151.101.130.132 80]
82
+ Hashes of expected file:
83
+ - Filesize:291544 [weak]
84
+ - SHA256:029770e68e814e366c707db624f03b1d8bd6b3be70ee43797f1e9d5932933900
85
+ - MD5Sum:8500407363aeac0e51fc632e1c6223ab [weak]
86
+ Release file created at: Wed, 09 Jun 2021 21:09:35 +0000
87
+ E: Failed to fetch http://deb.debian.org/debian/dists/buster/main/binary-amd64/by-hash/SHA256/935deda18d5bdc25fb1813d0ec99b6e0e32a084b203e518af0cf7dc79ee8ebda File has unexpected size (13349 != 7906864). Mirror sync in progress? [IP: 151.101.110.132 80]
88
+ Hashes of expected file:
89
+ - Filesize:7906864 [weak]
90
+ - SHA256:935deda18d5bdc25fb1813d0ec99b6e0e32a084b203e518af0cf7dc79ee8ebda
91
+ - MD5Sum:ba791e511a2a4b6523ac06f404e32f42 [weak]
92
+ Release file created at: Sat, 27 Mar 2021 09:55:13 +0000
93
+ E: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/main/binary-amd64/by-hash/SHA256/0233e1a9b12fea0d60fc076ae44219328d058ce04e8c9817eb9983d68808395d File has unexpected size (13365 != 10856). Mirror sync in progress? [IP: 151.101.110.132 80]
94
+ Hashes of expected file:
95
+ - Filesize:10856 [weak]
96
+ - SHA256:0233e1a9b12fea0d60fc076ae44219328d058ce04e8c9817eb9983d68808395d
97
+ Release file created at: Wed, 09 Jun 2021 20:08:22 +0000
98
+ E: Some index files failed to download. They have been ignored, or old ones used instead.
99
+ The command '/bin/sh -c apt-get update' returned a non-zero code: 100
100
+
101
+ ```