Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

podman build

未关闭
#74 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
45/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
docker, python

调研方向

首先检查 podman build -t lontronix/devcade . 使用的容器构建定义,尤其是基础镜像 python:3.8-buster 和 requirements.txt 安装步骤。重新运行构建以确认 Debian 仓库失败,然后验证更新后的构建能在干净的 clone 上成功完成。

由索引模型根据 Issue 内容生成。

描述

Running

podman build -t lontronix/devcade .

failed with the output:

STEP 1/8: FROM docker.io/python:3.8-buster
Trying to pull docker.io/library/python:3.8-buster...
Getting image source signatures
Copying blob 819d305a9b22 done   |
Copying blob ac8bb7e1a323 done   |
Copying blob b1e7e053c9f6 done   |
Copying blob a2e1e233599c done   |
Copying blob 3b1c264c0ad4 done   |
Copying blob 0ebfe287e976 done   |
Copying blob a11e135762f0 done   |
Copying blob 5e4e21ea7d04 done   |
Copying config 406c715302 done   |
Writing manifest to image destination
STEP 2/8: LABEL maintainer="Andrew Simonson <asimonson1125@gmail.com>"
--> a6bb08414399
STEP 3/8: WORKDIR /app
--> d7cee96ad7b9
STEP 4/8: COPY ./requirements.txt requirements.txt
--> 67b6a39ad509
STEP 5/8: RUN apt-get -yq update &&     pip install --no-cache-dir -r requirements.txt
Ign:1 http://deb.debian.org/debian buster InRelease
Ign:2 http://deb.debian.org/debian-security buster/updates InRelease
Ign:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 http://deb.debian.org/debian buster Release
  404  Not Found [IP: 2a04:4e42:3d::644 80]
Err:5 http://deb.debian.org/debian-security buster/updates Release
  404  Not Found [IP: 2a04:4e42:3d::644 80]
Err:6 http://deb.debian.org/debian buster-updates Release
  404  Not Found [IP: 2a04:4e42:3d::644 80]
Reading package lists...
E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file.
E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file.
E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.
Error: building at STEP "RUN apt-get -yq update &&     pip install --no-cache-dir -r requirements.txt": while running runtime: exit status 100

This was done on a clean git clone on the main branch, on arch.
This is most likely due to the main website deb.debian.org not hosting buster and related files anymore.
My best guess on fixes is to change the url to a mirror that has the files or update the pod to use a new version of debian

主要语言
HTML
星标
1
派生
7
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

ComputerScienceHouse/devcade-website 的其他 Issue

查看 ComputerScienceHouse/devcade-website 的全部 Issue

相似的 Issue

更多 Build System Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。