Skip to content

Update README for new Alpine arm64 images #252

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Apr 30, 2025
Merged
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
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This image runs on OpenJDK 8, 11, 17, and more recent releases and includes
## Leiningen vs. tools-deps

The version tags on these images look like `(temurin-major-version-)lein-N.N.N(-distro)`,
or `(temurin-major-version-)tools-deps(-distro)`. These refer to which version
or `(temurin-major-version-)tools-deps-N.N.N.N(-distro)`. These refer to which version
of leiningen or tools-deps is packaged in the image (because they can then install
and use any version of Clojure at runtime). The `lein` (or `lein-bullseye-slim`,
`temurin-17-lein`, etc.) images will always have a recent version of leiningen
Expand Down Expand Up @@ -90,9 +90,13 @@ Java 24 leiningen on Debian bookworm: `clojure:temurin-24-lein-bookworm`

### Alpine Linux

Sometimes there are upstream eclipse-temurin images based on Alpine Linux.
Alpine Linux is another light-weight option that is a popular base image in the
Docker community. When an upstream eclipse-temurin image is available for a
given Java release and architecture, we will provide a clojure image based on it
if we can.

As of 2022-9-29 these are available for the linux/amd64 architecture only.
As of 2025-04-28 these are available for both amd64 and arm64 architectures, but
only for Java 21+. For Java versions below 21, only amd64 is available.

Some example tags:

Expand Down
Loading