podman build
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 45/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- docker, python
- 領域
- build-system, devops
調査の方向性
まず、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 はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
ComputerScienceHouse/devcade-website のほかの issue
-
enhancement
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
-
bug
難易度 3/5 1〜2日 初心者へのやさしさ 25/100
-
documentation
難易度 4/5 3〜5日 初心者へのやさしさ 30/100
-
Search/sort games オープンenhancement
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
-
Edit game page オープンenhancement
難易度 3/5 1〜2日 初心者へのやさしさ 42/100
ComputerScienceHouse/devcade-website の issue をすべて見る
似ている issue
-
status: needs triage
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
conda-forge/spacy-feedstock#177 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
area:jail bug security severity:low track:open-source
難易度 1/5 1時間未満 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
micro-ROS/micro_ros_setup#837 ·