Skip to content

chore: Update nodejs-mongodb tools image tag#664

Merged
michael-valdron merged 1 commit into
devfile:mainfrom
vinokurig:main
Feb 13, 2026
Merged

chore: Update nodejs-mongodb tools image tag#664
michael-valdron merged 1 commit into
devfile:mainfrom
vinokurig:main

Conversation

@vinokurig
Copy link
Copy Markdown
Contributor

Description of Changes

Update nodejs-mongodb tools image tag to the latest.

Related Issue(s)

fixes eclipse-che/che#23717

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)

Tests Performed

Explain what tests you personally ran to ensure the changes are functioning as expected.

How To Test

Instructions for the reviewer on how to test your changes.

Notes To Reviewer

Any notes you would like to include for the reviewer.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Feb 11, 2026

Hi @vinokurig. Thanks for your PR.

I'm waiting for a devfile member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link
Copy Markdown
Collaborator

@svor svor left a comment

Choose a reason for hiding this comment

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

Image

@openshift-ci openshift-ci Bot added the lgtm Looks good to me label Feb 11, 2026
Copy link
Copy Markdown
Member

@michael-valdron michael-valdron left a comment

Choose a reason for hiding this comment

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

The devfile from the starter project might be overriding the devfile in the registry, as I've seen in previous test failures on OpenShift it appears that the devfile in the starter project is still using 8.0.8 that was removed by the image maintainers without pinning the digest and as result OpenShift was unable to pull the database image: https://github.com/che-samples/nodejs-mongodb-sample/blob/18371d5988697f17ef51bc9c6ad48b7b431276b7/devfile.yaml#L24

Trying this in podman the pull fails:

$ podman pull bitnami/mongodb:8.0.8                                           
Resolved "bitnami/mongodb" as an alias (/home/mvaldron/.cache/containers/short-name-aliases.conf)
Trying to pull docker.io/bitnami/mongodb:8.0.8...
Error: unable to copy from source docker://bitnami/mongodb:8.0.8: initializing source docker://bitnami/mongodb:8.0.8: reading manifest 8.0.8 in docker.io/bitnami/mongodb: manifest unknown

If the starter project devfile matches the devfile registry one the pull and tests should pass:

$ podman pull bitnami/mongodb@sha256:b3bd5b6be9a0734dfa027c866ba17c42fd4c4325c973669e5e77a354c30e84a3
mongodb@sha256:b3bd5b6be9a0734dfa027c866ba17c42fd4c4325c973669e5e77a354c30e84a3
Trying to pull docker.io/bitnami/mongodb@sha256:b3bd5b6be9a0734dfa027c866ba17c42fd4c4325c973669e5e77a354c30e84a3...
Getting image source signatures
Copying blob 66550a68e691 done   | 
Copying config 84aaff53f2 done   | 
Writing manifest to image destination
84aaff53f20c50bea77dfb215d2f1a344495c6f90fdaac0cb98cefbf83ca5c5

Signed-off-by: Ihor Vinokur <ivinokur@redhat.com>
@vinokurig
Copy link
Copy Markdown
Contributor Author

vinokurig commented Feb 12, 2026

@michael-valdron I have synchronized the mongo image in the che-samples project, could you please take a look.

@michael-valdron
Copy link
Copy Markdown
Member

/ok-to-test

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Feb 12, 2026

@vinokurig: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v4.16-registry-test a55bb8e link true /test v4.16-registry-test

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Copy Markdown
Member

@michael-valdron michael-valdron left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Looks good to me label Feb 13, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Feb 13, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: michael-valdron, svor, vinokurig

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

The pull request process is described 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

@michael-valdron michael-valdron merged commit b22cfd7 into devfile:main Feb 13, 2026
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node.js MongoDB and Go Runtime samples are not started

3 participants