GET /api/v1/ports/docker-base-plugin/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "docker-base-plugin",
    "portdir": "devel/docker-base-plugin",
    "version": "0.3.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/docker/base-cli-plugin",
    "description": "Experimental Docker CLI plugin to detect base images",
    "long_description": "Experimental Docker CLI plugin to detect base images of local or remote container images. The 'docker base detect' command shows the following data about detected base images:\n * Image name and tags\n * Image digest\n * Image vulnerabilities\n * Age of image\n * Link to the commit or Dockerfile from which the image was created\n * 'Docker Official Image', 'Verified Publisher' or 'Sponsored OSS' - if the image is trusted content; either from Docker Official Images, Verified Publishers or Sponsored OSS\n * 'unsupported tag' - if the tag in use is not supported any longer (only for Docker Official Images)\n * 'tag moved' - if the tag in use has moved in the meantime; a new image was pushed using the same tag\n",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "danchr",
            "github": "danchr",
            "ports_count": 160
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "docker"
            ]
        }
    ],
    "depends_on": []
}