Skip to content

Commit

Permalink
[housekeeping] Podman 5.0.2, deps, doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Apr 19, 2024
1 parent 3a04ec9 commit c148493
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

An idiomatic, data-driven, REPL friendly Clojure client for [OCI](https://opencontainers.org/) complaint container engines inspired from Cognitect's AWS [client](https://github.com/cognitect-labs/aws-api).

#### This is an improvement over the [clj-docker-client](https://github.com/into-docker/clj-docker-client) on various aspects and aims to supersede it.
#### This is improves over [clj-docker-client](https://github.com/into-docker/clj-docker-client) on various aspects and replaces it.

**The README here is for the current main branch and _may not reflect the released version_.**

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
com.squareup.okhttp3/okhttp-tls {:mvn/version "4.12.0"}}
:aliases {:fetch-api {:replace-paths ["fetch_api"]
:extra-deps {io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.22"}
org.babashka/http-client {:mvn/version "0.4.16"}}
org.babashka/http-client {:mvn/version "0.4.18"}}
:exec-fn main/run
:jvm-opts ["--enable-preview"]}
:test {:extra-paths ["test" "fetch_api"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.22"}
org.babashka/http-client {:mvn/version "0.4.16"}}
org.babashka/http-client {:mvn/version "0.4.18"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}
3 changes: 2 additions & 1 deletion fetch_api/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"v4.9.3"
"v4.9.4"
"v5.0.0"
"v5.0.1"]}})
"v5.0.1"
"v5.0.2"]}})

(def resource-path "resources/contajners")

Expand Down
1 change: 1 addition & 0 deletions resources/contajners/podman/v5.0.2.edn

Large diffs are not rendered by default.

0 comments on commit c148493

Please sign in to comment.