Skip to content

Commit

Permalink
Merge pull request #243 from alexander-yakushev/noble-23
Browse files Browse the repository at this point in the history
Only noble for JDK23
  • Loading branch information
cap10morgan authored Oct 3, 2024
2 parents 14bdb2d + c6005eb commit 550abe2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 144 deletions.
5 changes: 4 additions & 1 deletion src/docker_clojure/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@
"1.12.0.1479" "94f29b9b66183bd58307c46fb561fd9e9148666bac13a4518a9931b6f989d830"}})

(def exclusions ; don't build these for whatever reason(s)
#{;; commented out example
#{; no more jammy builds for JDK 23+
{:jdk-version #(>= % 23)
:distro :ubuntu/jammy}
;; commented out example
#_{:jdk-version 8
:distro :alpine/alpine}})

Expand Down
44 changes: 0 additions & 44 deletions target/eclipse-temurin-23-jdk-jammy/lein/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions target/eclipse-temurin-23-jdk-jammy/lein/entrypoint

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 550abe2

Please sign in to comment.