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

Feature request: devcontainer build --build-output-folder

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

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
55/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
docker, typescript
領域
build-system, cli

調査の方向性

Start by locating the devcontainer build command and the preparation flow that generates the Dockerfile and dev container features before invoking Docker. The feature is done when --build-output-folder writes those build inputs to the requested folder and stops before docker build, allowing the output to be used by other build tools.

索引モデルが issue の本文から書いたものです。

説明

It would be nice it devcontainer build would have an option --build-output-folder. If such a folder is given, devcontainer uses the devcontainer.json etc. and prepares in the build-output-folder the Dockerfile, the dev container features, etc., but stops before running docker build. One could then use this build output folder, e.g., to lint the resulting Dockerfile using hadolint, start docker build with additional arguments, or use other container building tools like apple/container or kaniko which are no drop-in replacement for docker.

主要言語
TypeScript
スター
3k
フォーク
461
平均マージ
18分
マージ済み PR(30日)
5

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

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

はじめの一歩

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

devcontainers/cli のほかの issue

devcontainers/cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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