Docker images are not versioned - everything is `latest`
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- docker
- Domain
- devops, infrastructure
Research direction
No files, tests, or entry points are named. Start by tracing how Docker images are built and tagged, then determine the repository's expected versioning and rollback behavior. Done means images no longer rely only on the mutable latest tag and production users can identify and pin a stable version.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 228
- Avg merge
- 48m
- Merged PRs (30d)
- 5
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from e2b-dev/code-interpreter
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
e2b-dev/code-interpreter#326 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
e2b-dev/code-interpreter#251 · 2 comments ·
-
Dependency Dashboard OpenChore Dashboard
Difficulty 5/5 Over a week Newbie friendliness 20/100
e2b-dev/code-interpreter#200 · 2 comments ·
-
feature SDK
Difficulty 5/5 Over a week Newbie friendliness 35/100
e2b-dev/code-interpreter#190 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
e2b-dev/code-interpreter#165 · 1 comment ·
All issues in e2b-dev/code-interpreter
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100