Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions src/docker_clojure/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
;; Only build amd64 & arm64 architectures for alpine
{:architecture #(not (#{"amd64" "arm64v8"} %))
:distro :alpine/alpine}
;; Alpine w/ Java 8 stopped building correctly and not worth the time to fix
{:jdk-version 8
:distro :alpine/alpine}
;; ppc64le needs Debian Bookworm or newer
{:architecture "ppc64le"
:distro #(and (-> % namespace (str/starts-with? "debian"))
Expand Down
39 changes: 0 additions & 39 deletions target/eclipse-temurin-8-jdk-alpine/lein/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions target/eclipse-temurin-8-jdk-alpine/lein/entrypoint

This file was deleted.

23 changes: 0 additions & 23 deletions target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions target/eclipse-temurin-8-jdk-alpine/tools-deps/entrypoint

This file was deleted.

30 changes: 0 additions & 30 deletions target/eclipse-temurin-8-jdk-alpine/tools-deps/rlwrap.retry

This file was deleted.