e2b-dev / e2b-dev/code-interpreter
Docker images are not versioned - everything is `latest`
オープン
まだ誰も着手していません。
Chore
Infrastructure
- 主要言語
- Python
- スター
- 2.4k
- フォーク
- 228
- 平均マージ
- 48分
- マージ済み PR(30日)
- 5
説明
Your Docker images have no versioning whatsoever - everything gets tagged as latest. This is causing real problems:
- I rebuild my template and suddenly my app stops working
- No way to know what changed or roll back to a working version
- Can't pin to a stable version for production use
- Every rebuild is a gamble
Impact
This makes it impossible to use your platform reliably in production. When something breaks, there's no way to identify if it's due to your recent changes or debug what went wrong.
I shouldn't have to avoid rebuilding templates because I'm afraid my application will randomly break.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ファイル、テスト、エントリポイントは指定されていません。まず Docker イメージがどのようにビルドされ、タグ付けされるかを追跡し、次にリポジトリで想定されているバージョニングとロールバックの動作を確認してください。イメージが可変の latest タグだけに依存せず、本番ユーザーが安定したバージョンを特定して固定できるようになれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker
- 領域
- devops, infrastructure
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100