Add Elixir 1.20.0-rc.6#1
Merged
Merged
Conversation
Same shape as 1.18.1: pulls hexpm/elixir's ubuntu-noble base, installs git/build tools/Node 20.12.2. Pinned to erlang-28.5 to match what the consumers (detroit) already run on OTP 28. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1.20.0-rc.6/Dockerfile, following the same pattern as1.18.1hexpm/elixir:1.20.0-rc.6-erlang-28.5-ubuntu-noble-20260410Why
detroit is migrating to Elixir 1.20-rc.6. The plain
hexpm/elixirrc.6 bookworm image we currently consume from CircleCI ships without git, so checkout falls back to CircleCI's native client (12+ min per build vs ~15s with system git). Wrapping in our own image fixes that and gives us a consistent base across CI, devcontainer, and release workflows.Build & publish
Per README, this is still manual:
Test plan
defactosoftware/elixir:1.20.0-rc.6tarzan/elixir-1-20-rc-migrationswitches its consumers to the new tag and verifies a green CI run🤖 Generated with Claude Code