docker / docker/github-builder
Create a way to adjust BUILDKIT_STEP_LOG_MAX_SIZE
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 83
- Forks
- 23
- Merge medio
- 2 d 22 h
- PR fusionados (30 d)
- 8
Descripción
It would be great to be able to specify the log size and rate limits.
env.BUILDKIT_STEP_LOG_MAX_SIZE
env.BUILDKIT_STEP_LOG_MAX_SPEED
About the worst thing you can do when a build is taking longer than expected is to drop the logs that would tell me why. The longer it takes and the more logs, the greater the lost time trying to repeat it to identify the problem.
As it stands, I need a separate job to adjust these unless I am missing something.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza con .github/workflows/build.yml en las líneas 529-532 e inspecciona cómo el workflow reutilizable expone y transfiere la configuración al BuildKit build. Sigue la configuración de entorno existente y determina después cómo pueden los usuarios proporcionar BUILDKIT_STEP_LOG_MAX_SIZE y BUILDKIT_STEP_LOG_MAX_SPEED. El trabajo estará terminado cuando ambos límites se puedan configurar sin un job separado y el workflow siga siendo válido.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- docker, github-actions
- Área
- build-system, ci-cd
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 68/100