Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Improve Decision image generation

オープン
#275 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@ahal がすでに取り組んでいます。

2023年6月22日 から。

評価

この issue はまだ評価されていません。

説明

I'd like to solidify the Decision image generation, making it more robust and reproducible. Namely:

  1. Change the base from Ubuntu 20.04 to Debian 12.
  2. Adopt package tasks (as seen in Gecko), so we can explicitly specify versions of certain tools (like Mercurial).
  3. Provide a base layer below the Decision image so we don't update the world everytime it is re-generated.

I think we'll likely end up with something similar to what Gecko has, where there is:

  1. A debian-raw image that contains some bare-bones setup to add apt-sources from Taskcluster
  2. A debian-packages image which is only used by the packages tasks.
  3. packages tasks to pin specific versions of various tools needed (possibly just Mercurial to start)
  4. A debian-base image that depends on debian-raw + the packages task, and sets up packages + other debian packages needed.
  5. A decision image that sits on top of debian-base and only layers on Taskgraph itself.

I consider this work to be a pre-requisite to #46 as it will allow us to update only Taskgraph in the image, leaving everything else identical. This should make Decision images much more robust and reproducible. The debian-base image can also be re-used for other tasks or projects.

主要言語
Python
スター
26
フォーク
55
平均マージ
2日 6分
マージ済み PR(30日)
15

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

taskcluster/taskgraph のほかの issue

taskcluster/taskgraph の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。