docker构建镜像终止运行
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- docker
- Domain
- build-system, devops
Research direction
Start by reproducing the failure in Dockerfile lines 34–38, focusing on the apt install command and the reported perl-base downgrade. Verify the build no longer exits with code 100 and that the dependency installation completes successfully.
Written by the indexing model from the issue text.
Description
docker构建镜像终止于第六部分
终止代码(这是修改加入 -y **参数后依然报错)
终止代码(这是修改加入 -y 参数后依然报错)
101.8 python3.6-minimal readline-common shared-mime-info xdg-user-dirs xz-utils
101.8 The following packages will be DOWNGRADED:
101.8 perl-base
101.8 0 upgraded, 133 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
101.8 E: Packages were downgraded and -y was used without --allow-downgrades.
------
Dockerfile:34
--------------------
33 |
34 | >>> RUN wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/open-source-docker-depends/base-deb.tar.gz \
35 | >>> && tar -xzvf base-deb.tar.gz \
36 | >>> && cp base-deb/*.deb /var/cache/apt/archives/ \
37 | >>> && apt install -y --no-install-recommends /var/cache/apt/archives/*.deb \
38 | >>> && rm -rf *
39 |
--------------------
ERROR: failed to solve: process "/bin/sh -c wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/open-source-docker-depends/base-deb.tar.gz && tar -xzvf base-deb.tar.gz && cp base-deb/*.deb /var/cache/apt/archives/ && apt install -y --no-install-recommends /var/cache/apt/archives/*.deb && rm -rf *" did not complete successfully: exit code: 100
- Dominant language
- No language data
- Stars
- 80
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from MiRoboticsLab/blogs
-
Difficulty 3/5 1-2 days Newbie friendliness 20/100
MiRoboticsLab/blogs#104 ·
-
DockerFiles ERROR Open
Difficulty 3/5 1-2 days Newbie friendliness 25/100
MiRoboticsLab/blogs#103 · 6 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
MiRoboticsLab/blogs#100 · 2 comments ·
-
Xiaomi Cyberdog Open
Difficulty 4/5 3-5 days Newbie friendliness 20/100
MiRoboticsLab/blogs#93 · 1 comment ·
-
仿真平台模块 Opencyberdog_gazebo_cn
Difficulty 5/5 Over a week Newbie friendliness 20/100
MiRoboticsLab/blogs#88 · 3 comments ·
All issues in MiRoboticsLab/blogs
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bazel-contrib/rules_go#4721 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
agent-research-recommend agent-review-finding chore
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
jordansmall/spindrift#3717 · 1 comment ·
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100