Skip to content

Conversation

@schultzp2020
Copy link
Contributor

Signed-off-by: Paul Schultz pschultz@pobox.com

What does this PR do?:

Updates the base images to a mirrored official image on quay from dockerhub.

Which issue(s) this PR fixes:

fixes devfile/api#862

PR acceptance criteria:

  • Contributing guide
    Have you read the devfile registry contributing guide and followed its instructions?
  • Test automation
    Does this repository's tests pass with your changes?
  • Documentation
    Does any documentation need to be updated with your changes?
  • Check Tools Provider
    Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)

How to test changes / Special notes to the reviewer:

Signed-off-by: Paul Schultz <pschultz@pobox.com>
@openshift-ci openshift-ci bot requested review from elsony and kadel June 7, 2022 15:32
@openshift-ci openshift-ci bot added the lgtm Looks good to me label Jun 7, 2022
Signed-off-by: Paul Schultz <pschultz@pobox.com>
@openshift-ci openshift-ci bot removed the lgtm Looks good to me label Jun 9, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 9, 2022

New changes are detected. LGTM label has been removed.

- name: http
targetPort: 5000
image: node:lts-slim
image: rhel8/nodejs-16:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you meant registry.redhat.io/rhel8/nodejs-16. Images without a registry server specified generally default to docker.io on most Kubernetes distributions

Either way, we can't use this image. Images on registry.redhat.io require licenses (and therefore authentication) to pull, which means we can't use it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I just realized that I used RHEL8 instead of UBI8

- name: py-web
container:
image: quay.io/eclipse/che-python-3.7:nightly
image: ubi9/python-39:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise, this image doesn't exist either. You need to specify the full registry server in the image: registry.access.redhat.com/ubi9/python-39:latest

Signed-off-by: Paul Schultz <pschultz@pobox.com>
@openshift-ci
Copy link

openshift-ci bot commented Jun 13, 2022

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: kim-tsao, schultzp2020
To complete the pull request process, please ask for approval from johnmcollier after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Paul Schultz <pschultz@pobox.com>
@schultzp2020 schultzp2020 merged commit 1243841 into devfile:main Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Devfile Base Images

3 participants