Blob Blame History Raw
{
  "kind": "ImageStream",
  "apiVersion": "image.openshift.io/v1",
  "metadata": {
    "name": "nodejs",
    "annotations": {
      "openshift.io/display-name": "Node.js"
    }
  },
  "spec": {
    "tags": [
      {
        "name": "latest",
        "annotations": {
          "openshift.io/display-name": "Node.js (Latest)",
          "openshift.io/provider-display-name": "Red Hat, Inc.",
          "description": "Build and run Node.js applications on UBI. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/16/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Node.js available on OpenShift, including major version updates.",
          "iconClass": "icon-nodejs",
          "tags": "builder,nodejs",
          "supports":"nodejs",
          "sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
        },
        "from": {
          "kind": "ImageStreamTag",
          "name": "16-ubi8"
        },
        "referencePolicy": {
          "type": "Local"
        }
      },
      {
        "name": "16-ubi8",
        "annotations": {
          "openshift.io/display-name": "Node.js 16 (UBI 8)",
          "openshift.io/provider-display-name": "Red Hat, Inc.",
          "description": "Build and run Node.js 16 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/16/README.md.",
          "iconClass": "icon-nodejs",
          "tags": "builder,nodejs",
          "version": "16",
          "sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
        },
        "from": {
          "kind": "DockerImage",
          "name": "registry.redhat.io/ubi8/nodejs-16:latest"
        },
        "referencePolicy": {
          "type": "Local"
        }
      },
      {
        "name": "16-ubi8-minimal",
        "annotations": {
          "openshift.io/display-name": "Node.js 16 (UBI 8 Minimal)",
          "openshift.io/provider-display-name": "Red Hat, Inc.",
          "description": "Build and run Node.js 16 applications on UBI 8 Minimal. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/16-minimal/README.md.",
          "iconClass": "icon-nodejs",
          "tags": "builder,nodejs",
          "version": "16",
          "sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
        },
        "from": {
          "kind": "DockerImage",
          "name": "registry.redhat.io/ubi8/nodejs-16-minimal:latest"
        },
        "referencePolicy": {
          "type": "Local"
        }
      },
      {
        "name": "14-ubi8",
        "annotations": {
          "openshift.io/display-name": "Node.js 14 (UBI 8)",
          "openshift.io/provider-display-name": "Red Hat, Inc.",
          "description": "Build and run Node.js 14 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/14/README.md.",
          "iconClass": "icon-nodejs",
          "tags": "builder,nodejs",
          "version": "14",
          "sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
        },
        "from": {
          "kind": "DockerImage",
          "name": "registry.redhat.io/ubi8/nodejs-14:latest"
        },
        "referencePolicy": {
          "type": "Local"
        }
      },
      {
        "name": "14-ubi8-minimal",
        "annotations": {
          "openshift.io/display-name": "Node.js 14 (UBI 8 Minimal)",
          "openshift.io/provider-display-name": "Red Hat, Inc.",
          "description": "Build and run Node.js 14 applications on UBI 8 Minimal. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/14-minimal/README.md.",
          "iconClass": "icon-nodejs",
          "tags": "builder,nodejs",
          "version": "14",
          "sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
        },
        "from": {
          "kind": "DockerImage",
          "name": "registry.redhat.io/ubi8/nodejs-14-minimal:latest"
        },
        "referencePolicy": {
          "type": "Local"
        }
      },
      {
        "name": "12-ubi8",
        "annotations": {
          "openshift.io/display-name": "Node.js 12 (UBI 8)",
          "openshift.io/provider-display-name": "Red Hat, Inc.",
          "description": "Build and run Node.js 12 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/12/README.md.",
          "iconClass": "icon-nodejs",
          "tags": "builder,nodejs",
          "version": "12",
          "sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
        },
        "from": {
          "kind": "DockerImage",
          "name": "registry.redhat.io/ubi8/nodejs-12:latest"
        },
        "referencePolicy": {
          "type": "Local"
        }
      }
    ]
  }
}