package docker_hub

  1. Overview
  2. Docs
Library aiming to provide data from hub.docker.com

Install

Dune Dependency

Authors

Maintainers

Sources

docker_hub-0.2.0.tar.gz
md5=4c3cef442a6801c8d8041a5a9ddfe92a
sha512=df09e2375670a177da2cc5539670223919edd70bb2b5b474e192d1d5a003f8d389f3195908e8398024397ff757f73b1aedb7b3e3b334a5ee818650caad199da6

CHANGES.md.html

v0.2.0 (03/01/2024)

  • Large API rework: Add support for fetching single manifests, config, rootfs, ... (#1)

  • Remove the dependency on lwt_ppx

v0.1.1 (08/03/2023)

  • Add support for http-lwt-client >= 0.2.0 (#3)

  • Add support for requesting default images (e.g. "alpine", aka. "library/alpine")

  • Fix handling of requests for some images (those returning application/vnd.docker.distribution.manifest.v2+json)

v0.1.0 (11/01/2022)

  • Docker_hub contains a simple API to fetch image digests from docker hub