(->image-layers-entities domain repository manifest & [tag])
Generate entities for an image and manifest/label details retrieved from an api
Generate entities for an image and manifest/label details retrieved from an api
(->nice-image-name docker-image)
(->platform platform parent-image)
(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
(get-manifests domain access-token repository tag-or-digest)
Get all manifests for a tag or digest. Will contain platform for fat-manifests
Get all manifests for a tag or digest. Will contain platform for fat-manifests
(layers-match? parent-image manifest)
Do layers in manifest match that of parent image?
Do layers in manifest match that of parent image?
(matching-image parent-image manifests)
Return matching manifest (if any)
Return matching manifest (if any)
(private-repo? domain repository tag-or-digest)
Is repository a private repo?
Is repository a private repo?
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close