[ANN] Debian-based official Clojure Docker images

2022-10-03 Thread Wes Morgan
There are now (once again) Debian-based official clojure Docker images published on Docker Hub (here: https://hub.docker.com/_/clojure). As many of you may remember, we recently had to move all of our images from their old openjdk base to eclipse-temurin base images because the openjdk images w

openjdk:8 & openjdk:11 clojure images being deprecated too (was Re: Clojure Docker images breaking change)

2022-07-25 Thread Wes Morgan
r release; move to jammy if possible), respectively. We will be making jammy-based images available for all Java versions as well. Up until now we were only providing focal-based images. This change will take effect in the next few days. Let me know if you have any questions about this, and I a

Clojure Docker images breaking change

2022-04-29 Thread Wes Morgan
Heads up, there are some breaking changes coming very soon for some of the Clojure Docker images. Specifically the Java 17+ images will be migrating from the old upstream "openjdk" images to the "eclipse-temurin" (the successor to AdoptOpenJDK) upstream images. This change is being forced on us

Re: Changes to official Clojure Docker images

2021-12-03 Thread Wes Morgan
> > On Wednesday, December 1, 2021 at 7:01:59 PM UTC-7 Wes Morgan wrote: > >> Some important and potentially breaking changes to be aware of in the >> official Clojure Docker images are landing soon (likely already present in >> the images on Docker Hub by the time you

Re: Changes to official Clojure Docker images

2021-12-01 Thread Wes Morgan
so be aware of that. It should figure out what you want if you do something like `docker run clojure lein` though, so let us know on GitHub (https://github.com/Quantisan/docker-clojure) if it doesn't do what you expect in this regard. On Wednesday, December 1, 2021 at 7:01:59 PM UTC-7

Changes to official Clojure Docker images

2021-12-01 Thread Wes Morgan
Some important and potentially breaking changes to be aware of in the official Clojure Docker images are landing soon (likely already present in the images on Docker Hub by the time you read this): - JDK 17 is the new LTS release, and as a result, is now the JDK version you get if you don't spe

Official Docker image updates & potential breaking change

2021-09-10 Thread Wes Morgan
A few things have changed recently with the official Clojure Docker images: - We now have Debian 11 (bullseye) based images, and those are now the default for any tags where you don’t specify the distro you want (you should do that in production, though). You can specify “bullseye” or “slim-bullse

Re: Clojure tools-deps Docker image versions & stable releases

2020-08-14 Thread Wes Morgan
OK, thanks Alex! The reversion to 1.10.1.561 for un-versioned tools-deps images (and the publishing of that tag at all) is now live on Docker Hub. Stable releases only moving forward. On Thursday, August 13, 2020 at 7:30:44 PM UTC-6 Alex Miller wrote: > On Thursday, August 13, 2020 at 10:32:45

Re: Clojure tools-deps Docker image versions & stable releases

2020-08-13 Thread Wes Morgan
there is a strong desire for unstable release images too). On Thursday, August 13, 2020 at 9:32:45 AM UTC-6 Wes Morgan wrote: > I was recently made aware in a separate thread in this group* that, until > very recently, the tools-deps versions that were being installed via the > main

Clojure tools-deps Docker image versions & stable releases

2020-08-13 Thread Wes Morgan
I was recently made aware in a separate thread in this group* that, until very recently, the tools-deps versions that were being installed via the main Homebrew tap's clojure installer included some versions considered unstable. As of the day I'm writing this, the latest stable version is 1.10.

[ANN] official clojure Docker image new versions & changes

2019-10-08 Thread Wes Morgan
Clojure's official Docker images have some new releases for new versions of tools-deps, boot, and the JDK itself. The following new Docker tags are now available (and all of the combinations you'd expect plus a few new ones I'll describe shortly): - tools-deps-1.10.1.469 - boot-2.8.3 - op

[ANN] Java 11 based Docker images for Clojure now available

2018-12-05 Thread Wes Morgan
We (the official Clojure Docker image maintainers) recently published new Java 11 based images for those who want to move to that in their Docker images. For now, if you don't specify which java version you want, you'll still get Java 8. We introduced a new Docker tag variant for this. You can

Re: clojure.spec gen-testing VS NaN

2018-03-06 Thread Wes Morgan
Yes it did: https://dev.clojure.org/jira/browse/CLJ-2054 On Tuesday, March 6, 2018 at 12:15:26 PM UTC-7, Wes Morgan wrote: > > Did this ticket get created? > > On Monday, November 7, 2016 at 3:26:15 PM UTC-7, Jim foo.bar wrote: >> >> Alright cool, I'll do t

Re: clojure.spec gen-testing VS NaN

2018-03-06 Thread Wes Morgan
Did this ticket get created? On Monday, November 7, 2016 at 3:26:15 PM UTC-7, Jim foo.bar wrote: > > Alright cool, I'll do that tomorrow :) > > Thanks, > > Dimitris > > On 07/11/16 22:07, Alex Miller wrote: > > I think it would be reasonable to log a jira enhancement request for the > spec any?

[ANN] boot-based official clojure Docker images now available

2017-01-23 Thread Wes Morgan
The official clojure Docker image available at https://hub.docker.com/_/clojure/ has just been updated with boot variants. All pre-existing tags will continue to use leiningen, but you can use the following tags if you want boot pre-installed instead: boot, boot-2.7.1 boot-alpine, boot-2.7.1-a

Parinfer on iOS

2016-08-22 Thread Wes Morgan
If anyone else would like to edit Clojure on iOS with parinfer (or is just interested in expanding the number of places where Clojure can comfortably occur), please vote for my feature request on Textastic (an otherwise very nice iOS text editor with Clojure syntax highlighting): http://feedbac