Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ubi/nodejs-14 image as Supported #4303

Closed
2 tasks
prietyc123 opened this issue Dec 11, 2020 · 1 comment · Fixed by #4304
Closed
2 tasks

Add ubi/nodejs-14 image as Supported #4303

prietyc123 opened this issue Dec 11, 2020 · 1 comment · Fixed by #4304
Labels
kind/user-story An issue of user-story kind

Comments

@prietyc123
Copy link
Contributor

/kind user-story

User Story

As a user I want to execute odo on ocp 4.7 with latest nodejs image

Acceptance Criteria

  • latest nodejs image on 4.7 should supported in odo
  • Tests should run successfully on 4.7

Links

/kind user-story

@openshift-ci-robot openshift-ci-robot added the kind/user-story An issue of user-story kind label Dec 11, 2020
@prietyc123
Copy link
Contributor Author

Latest nodejs image on ocp 4.7 is

$ oc -n openshift get is nodejs -o yaml

apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
  name: nodejs
  namespace: openshift
spec:
  lookupPolicy:
    local: false
  tags:
 [...]
  - annotations:
      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/14/README.md.

        WARNING: 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
      openshift.io/display-name: Node.js (Latest)
      openshift.io/provider-display-name: Red Hat, Inc.
      sampleRepo: https://github.com/sclorg/nodejs-ex.git
      supports: nodejs
      tags: builder,nodejs
    from:
      kind: ImageStreamTag
      name: 14-ubi8
    generation: 1
    importPolicy: {}
    name: latest
    referencePolicy:
      type: Local
status:
  dockerImageRepository: image-registry.openshift-image-registry.svc:5000/openshift/nodejs
  tags:
 [...]
  - items:
    - created: "2020-12-10T02:54:47Z"
      dockerImageReference: registry.redhat.io/ubi8/nodejs-14@sha256:a11fcdd5745528634b9fd149b28d3d0bcac174e79d51d12a3241c7da886fde35
      generation: 2
      image: sha256:a11fcdd5745528634b9fd149b28d3d0bcac174e79d51d12a3241c7da886fde35
    tag: latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/user-story An issue of user-story kind
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants