Skip to content

Commit

Permalink
Merge branch 'main' into decluttering_docker_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch authored Jan 24, 2025
2 parents cb60ee6 + 03145b1 commit 9b91634
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
15 changes: 15 additions & 0 deletions content/changelog/2025/01-22-elixir-1.18-image-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Elixir 1.18 is available"
date: 2025-01-22
tags:
- images
- update
authors:
- name: David Legrand
link: https://github.com/davlgd
image: https://github.com/davlgd.png?size=40
description: Elixir 1.13 is now end-of-life
excludeSearch: true
---

We deployed an updated Elixir image with no impact for our users. It uses `1.18` release by default and Linux Kernel `6.12.9`.
2 changes: 1 addition & 1 deletion content/doc/reference/reference-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ If `TAILSCALE_LOGIN_SERVER` is provided, the agent will be configured to reach a

| Name | Description | Default value |
|-----------------------|------------------------------|--------------------------------|
|`CC_ELIXIR_VERSION` | Choose the Elixir version between `1.8`, `1.9`, `1.10`, `1.11`, `1.12`, `1.13`, `1.14`, `1.15` or `1.16` | 1.16 |
|`CC_ELIXIR_VERSION` | Choose the Elixir version among [those supported](/developers/doc/applications/elixir/#mandatory-configuration) | |
|`CC_MIX_BUILD_GOAL` | The mix goal to build the application (default compile) | |
|`CC_PHOENIX_ASSETS_DIR` | Folder in which your Phoenix assets are located. | |
|`CC_PHOENIX_DIGEST_GOAL` | Phoenix digest goal. | phx.digest |
Expand Down
7 changes: 4 additions & 3 deletions data/runtime_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,20 @@ dotnet:
elixir:
eol_source: "https://hexdocs.pm/elixir/compatibility-and-deprecations.html"
default:
- "1.17"
- "1.18"
accepted:
- "1.8 (EOL)"
- "1.9 (EOL)"
- "1.10 (EOL)"
- "1.11 (EOL)"
- "1.12 (EOL)"
- "1.13"
- "1.13 (EOL)"
- "1.14"
- "1.15"
- "1.16"
- "1.17"
java:
eol_source: "https://www.oracle.com/fr/java/technologies/java-se-support-roadmap.html"
eol_source: "https://adoptium.net/fr/support/"
default:
- "11"
accepted:
Expand Down

0 comments on commit 9b91634

Please sign in to comment.