Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Improve Decision image generation

Abierto
#275 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@ahal ya está trabajando en esto.

Desde el 22/6/2023.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

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.

Lenguaje dominante
Python
Estrellas
26
Forks
55
Merge medio
2 d 6 min
PR fusionados (30 d)
15

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de taskcluster/taskgraph

Todos los issues de taskcluster/taskgraph

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.