Skip to content

Commit 683cb20

Browse files
authored
Merge pull request #252 from Quantisan/docs/alpine-arm64-readme
2 parents 52822dd + 9f2d777 commit 683cb20

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This image runs on OpenJDK 8, 11, 17, and more recent releases and includes
1212
## Leiningen vs. tools-deps
1313

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

9191
### Alpine Linux
9292

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

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

97101
Some example tags:
98102

0 commit comments

Comments
 (0)