Releases (#1)

Rename babashka to atomisthq
This commit is contained in:
Jim Clark
2022-12-06 22:19:23 -08:00
committed by GitHub
parent 17327a8739
commit 29e586ff95
5 changed files with 27 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
(:require [babashka.pods :as pods]))
(pods/load-pod 'atomisthq/docker "0.1.0")
(require '[pod.babashka.docker :as docker])
(require '[pod.atomisthq.docker :as docker])
;; parse image names using github.com/docker/distribution
;; turns golang structs into clojure maps