aws / aws/aws-eb-python-dockerfiles
apt-get update Fails
- 主要语言
- Shell
- 星标
- 61
- 派生
- 33
- PR 合并指标
- 30 天内没有已合并 PR
描述
this is the resulting error
`W: There is no public key available for the following key IDs:
9D6D8F6BC857C906`
```Removing intermediate container 479c0d086d3b
Step 2/16 : RUN apt-get update && apt-get install -y --no-install-recommends build-essential gettext git libffi-dev libjpeg-dev libmemcached-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev locales nginx python-dev python-virtualenv python3-dev sudo supervisor zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/* && dpkg-reconfigure locales && locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-8 && mkdir /etc/pretix && mkdir /data && useradd -ms /bin/bash -d /pretix -u 15371 pretixuser && echo 'pretixuser ALL=(ALL) NOPASSWD: /usr/bin/supervisord' >> /etc/sudoers && mkdir /static
---> Running in ce9daa6fe1d6
Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://http.debian.net jessie InRelease
Ign http://http.debian.net jessie-updates InRelease
Get:2 http://http.debian.net jessie Release.gpg [2420 B]
Ign http://http.debian.net jessie-updates Release.gpg
Get:3 http://http.debian.net jessie Release [148 kB]
Ign http://http.debian.net jessie-updates Release
Get:4 http://security.debian.org jessie/updates/main amd64 Packages [825 kB]
Get:5 http://http.debian.net jessie/main amd64 Packages [9098 kB]
Err http://http.debian.net jessie-updates/main amd64 Packages
Err http://http.debian.net jessie-updates/main amd64 Packages
Err http://http.debian.net jessie-updates/main amd64 Packages
Err http://http.debian.net jessie-updates/main amd64 Packages
404 Not Found
Fetched 10.1 MB in 8s (1190 kB/s)
W: There is no public key available for the following key IDs:
9D6D8F6BC857C906
W: Failed to fetch http://http.debian.net/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.```
贡献指南
调研方向
首先定位包含所示 Step 2/16 RUN apt-get update 命令的 Dockerfile,并检查其中的 Debian jessie 软件包源。重新构建该镜像,然后验证 apt-get update 和所列软件包的安装能够完成,且不会出现缺少密钥或 404 错误。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker
- 领域
- build-system, devops
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100