docker / docker/github-builder
Create a way to adjust BUILDKIT_STEP_LOG_MAX_SIZE
まだ誰も着手していません。
- 主要言語
- 言語のデータがありません
- スター
- 83
- フォーク
- 23
- 平均マージ
- 2日 22時間
- マージ済み PR(30日)
- 8
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
.github/workflows/build.yml の529-532行目から始め、再利用可能なworkflowがBuildKit buildへの設定をどのように公開して渡しているかを調べます。既存の環境設定を追跡し、そのうえでユーザーが BUILDKIT_STEP_LOG_MAX_SIZE と BUILDKIT_STEP_LOG_MAX_SPEED をどのように指定できるかを判断します。個別のjobなしで両方の制限を設定でき、workflowが引き続き有効であれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, github-actions
- 領域
- build-system, ci-cd
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 68/100