Avoid upgrading base OS image during the life of a major version of Node.js
オープン
まだ誰も着手していません。
strategy
- 主要言語
- Dockerfile
- スター
- 8.6k
- フォーク
- 2k
- 平均マージ
- 10時間 19分
- マージ済み PR(30日)
- 16
説明
Problem
The update of the base OS image used for node:18 from Debian 11 to 12 has caused issues for various people:
- https://github.com/nodejs/node/issues/43064#issuecomment-1591237820 (last comments)
- https://github.com/nodejs/docker-node/issues/1916
- https://github.com/nodejs/build/issues/3382
Solution
Keep the same base OS image during the entire life of any major version of Node.js and only upgrade it for future major versions.
Alternatives to Consider
Teach the community to specify the name of the base OS in their Dockerfiles, but I'm afraid it's too late for that. I don't remember seeing any documentation that recommends to do it.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ファイル、テスト、またはエントリーポイントは指定されていません。まず node:18 の Docker イメージのビルドおよびリリース設定を見つけ、次にメジャーバージョンのリリース間でベース OS がどのように選択されているかを追跡してください。Node.js のあるメジャーバージョンではベース OS が変更されず、将来のメジャーバージョンではより新しいイメージを採用できる状態になれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, node.js
- 領域
- devops
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100