Liking cljdoc? Tell your friends :D

atomist.docker


->image-layers-entities-taggedcljs

(->image-layers-entities-tagged domain
                                repository
                                manifest
                                &
                                [tag-or-tags updated-at])

Generate entities for an image and manifest/label details retrieved from an api As above, but adds docker/tag

params manifest ()

Generate entities for an image and manifest/label details retrieved from an api
As above, but adds docker/tag

params
  manifest ()
raw docstring

->nice-image-namecljs

(->nice-image-name docker-image)

->platformcljs

(->platform {:keys [os architecture platform] :as image} parent-image)

fetch-catalogcljs

(fetch-catalog domain v2-token)

verify that the v2 catalog is visible (during check-auth)

verify that the v2 catalog is visible (during check-auth)
raw docstring

get-labelled-manifestscljs

(get-labelled-manifests domain access-token repository tag-or-digest)

Add labels, ports, env etc for each image to its manifest

Add labels, ports, env etc for each image to its manifest
raw docstring

get-manifestscljs

(get-manifests domain access-token repository tag-or-digest)

Get all manifests for a tag or digest

Get all manifests for a tag or digest
raw docstring

get-with-pagingcljs

(get-with-paging url v2-token page-size reduce-fn)

ghcr-anonymous-authcljs

(ghcr-anonymous-auth repository)

is-public?cljs

(is-public? domain repository tag-or-digest)

Is repository a publically accessible?

Is repository a publically accessible?
raw docstring

layers-match?cljs

(layers-match? parent-image manifest)

Do layers in manifest match that of parent image?

Do layers in manifest match that of parent image?
raw docstring

matching-imagecljs

(matching-image parent-image manifests)

Return matching manifest (if any)

Return matching manifest (if any)
raw docstring

merge-manifest-and-detailscljs

(merge-manifest-and-details manifest metadata)

Merge image metadata/details with the v2 manifest

Merge image metadata/details with the v2 manifest
raw docstring

paging-lastcljs

(paging-last response)

paging-next?cljs

(paging-next? response)

parse-image-namecljs

(parse-image-name image-url)

Returns keys #{:tag :digest :domain :repository}

Returns keys #{:tag :digest :domain :repository}
raw docstring

private-repo?cljs

(private-repo? domain repository tag-or-digest)

Is repository a private repo?

Is repository a private repo?
raw docstring

timeoutcljs

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close