github.com/quay/claircore@v1.5.28/rhel/dockerfile/testdata/Dockerfile-nodejs10.want (about)

     1  {
     2    "com.redhat.component": "nodejs-10-container",
     3    "com.redhat.deployments-dir": "/src",
     4    "com.redhat.dev-mode": "DEV_MODE:false",
     5    "com.redhat.dev-mode.port": "DEBUG_PORT:5858",
     6    "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
     7    "description": "Node.js 10 available as container is a base platform for building and running various Node.js 10 applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.",
     8    "help": "For more information visit https://github.com/sclorg/s2i-nodejs-container",
     9    "io.k8s.description": "Node.js 10 available as container is a base platform for building and running various Node.js 10 applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.",
    10    "io.k8s.display-name": "Node.js 10",
    11    "io.openshift.expose-services": "8080:http",
    12    "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
    13    "io.openshift.tags": "builder,nodejs,nodejs10",
    14    "io.s2i.scripts-url": "image:///usr/libexec/s2i",
    15    "maintainer": "SoftwareCollections.org <sclorg@redhat.com>",
    16    "name": "ubi8/10",
    17    "summary": "Platform for building and running Node.js 10 applications",
    18    "usage": "s2i build <SOURCE-REPOSITORY> ubi8/10:latest <APP-NAME>",
    19    "version": "1"
    20  }