lispyclouds / contajners

An idiomatic, data-driven, REPL friendly clojure client for OCI container engines
https://cljdoc.org/d/org.clojars.lispyclouds/contajners/
MIT License
134 stars 6 forks source link

Just ran fetch-api #20

Closed ieugen closed 1 year ago

ieugen commented 1 year ago

It seems there are no API changes to docker, only implementation. It's still at 1.42.

There are however some API changes to podman.

lispyclouds commented 1 year ago

Interesting, I tried running it once locally with no changes. Will take a deeper look later what changed. What are your JDK, clojure and OS versions? Will try to reproduce. The steps you took would be heplful too.

ieugen commented 1 year ago
java -version
openjdk version "20" 2023-03-21
OpenJDK Runtime Environment Temurin-20+36 (build 20+36)
OpenJDK 64-Bit Server VM Temurin-20+36 (build 20+36, mixed mode, sharing)

clj --version
Clojure CLI version 1.11.1.1165

podman --version
podman version 4.3.1

cat /etc/debian_version 
12.0

Debian 12 bookworm (frozen for release). Packages up to date.

ieugen commented 1 year ago

I could not reproduce it either. I will let this one pass :) .