Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.20.0-rc.6/Dockerfile → 1.20.0-otp-28/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.20.0-rc.6-erlang-28.5-ubuntu-noble-20260410
FROM hexpm/elixir:1.20.0-erlang-28.5-ubuntu-noble-20260509.1

ENV NODE_VERSION="20.12.2"
ENV NODE_DOWNLOAD_URL="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion 1.20.0-rc.6-otp-29/Dockerfile → 1.20.0-otp-29/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.20.0-rc.6-erlang-29.0-debian-bookworm-20260518
FROM hexpm/elixir:1.20.0-erlang-29.0.1-debian-bookworm-20260518

ENV NODE_VERSION="20.12.2"
ENV NODE_DOWNLOAD_URL="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Included:

### Adding a new version

1. Create a new directory named after the Elixir version (e.g. `1.20.0-rc.6/`) containing a `Dockerfile`.
1. Create a new directory named after the Elixir version (e.g. `1.20.0-otp-28/`) containing a `Dockerfile`. When publishing multiple Erlang/OTP variants of the same Elixir version, suffix the directory with the OTP major (e.g. `1.20.0-otp-28/`, `1.20.0-otp-29/`).
2. Open a PR — the `Build and publish` workflow builds the image to verify the Dockerfile compiles.
3. On merge to `master`, the workflow pushes the image to Docker Hub as `defactosoftware/elixir:<version>`.

Expand Down
Loading