We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d97ab7 commit 35ad849Copy full SHA for 35ad849
1 file changed
src/docker_clojure/config.clj
@@ -127,6 +127,9 @@
127
;; Only build amd64 & arm64 architectures for alpine
128
{:architecture #(not (#{"amd64" "arm64v8"} %))
129
: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}
133
;; ppc64le needs Debian Bookworm or newer
134
{:architecture "ppc64le"
135
:distro #(and (-> % namespace (str/starts-with? "debian"))
0 commit comments