Skip to content

Updated base images #114

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

Merged
merged 4 commits into from
Jun 14, 2022
Merged

Updated base images #114

merged 4 commits into from
Jun 14, 2022

Conversation

schultzp2020
Copy link
Contributor

Signed-off-by: Paul Schultz [email protected]

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 <[email protected]>
@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 <[email protected]>
@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.

@@ -25,20 +25,20 @@ components:
endpoints:
- 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

@@ -16,14 +16,14 @@ starterProjects:
components:
- 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 <[email protected]>
@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.

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

@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