Skip to content

Commit 9d73721

Browse files
authored
Merge pull request #270 from Quantisan/update/tools-deps
Disable Alpine JDK 8 images
2 parents 6ace4d2 + 810d869 commit 9d73721

6 files changed

Lines changed: 3 additions & 134 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"))

target/eclipse-temurin-8-jdk-alpine/lein/Dockerfile

Lines changed: 0 additions & 39 deletions
This file was deleted.

target/eclipse-temurin-8-jdk-alpine/lein/entrypoint

Lines changed: 0 additions & 21 deletions
This file was deleted.

target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

target/eclipse-temurin-8-jdk-alpine/tools-deps/entrypoint

Lines changed: 0 additions & 21 deletions
This file was deleted.

target/eclipse-temurin-8-jdk-alpine/tools-deps/rlwrap.retry

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)