Skip to content

Commit 35ad849

Browse files
committed
Exclude JDK 8 on Alpine
1 parent 9d97ab7 commit 35ad849

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/docker_clojure/config.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
;; Only build amd64 & arm64 architectures for alpine
128128
{:architecture #(not (#{"amd64" "arm64v8"} %))
129129
:distro :alpine/alpine}
130+
;; Alpine w/ Java 8 stopped building correctly and not worth the time to fix
131+
{:jdk-version 8
132+
:distro :alpine/alpine}
130133
;; ppc64le needs Debian Bookworm or newer
131134
{:architecture "ppc64le"
132135
:distro #(and (-> % namespace (str/starts-with? "debian"))

0 commit comments

Comments
 (0)