XMLWordPrintable

    • 3
    • False
    • Hide

      None

      Show
      None
    • False
    • Release Notes
    • Hide
      = che-code editor now supports Red Hat Universal Base Image 10

      Previously, the che-code editor failed to start on workspaces that used a Red Hat Universal Base Image (UBI) 10. This issue is now resolved.

      You can now use UBI 10-based images in the components section of a devfile. For example:

      [source,yaml]
      ----
      schemaVersion: 2.3.0
      metadata:
        name: ubi10-minimal-demo
      components:
        - name: tools
          container:
            image: registry.access.redhat.com/ubi10-minimal@sha256:53de6ac7c3e830b0ddfc9867ff6a8092785bcf156ab4e63dfa9af83c880fd988
            args: ['tail', '-f', '/dev/null']
            endpoints:
              - exposure: public
                name: nodejs
                protocol: http
                targetPort: 3000
            memoryLimit: 2Gi
            memoryRequest: 256Mi
            mountSources: true
          attributes:
            controller.devfile.io/merge-contribution: true
      ----

      You can find available UBI 10 images in the link:https://catalog.redhat.com/en/search?searchType=Containers&q=ubi10&p=1[Red Hat Ecosystem Catalog].
      Show
      = che-code editor now supports Red Hat Universal Base Image 10 Previously, the che-code editor failed to start on workspaces that used a Red Hat Universal Base Image (UBI) 10. This issue is now resolved. You can now use UBI 10-based images in the components section of a devfile. For example: [source,yaml] ---- schemaVersion: 2.3.0 metadata:   name: ubi10-minimal-demo components:   - name: tools     container:       image: registry.access.redhat.com/ubi10-minimal@sha256:53de6ac7c3e830b0ddfc9867ff6a8092785bcf156ab4e63dfa9af83c880fd988       args: ['tail', '-f', '/dev/null']       endpoints:         - exposure: public           name: nodejs           protocol: http           targetPort: 3000       memoryLimit: 2Gi       memoryRequest: 256Mi       mountSources: true     attributes:       controller.devfile.io/merge-contribution: true ---- You can find available UBI 10 images in the link: https://catalog.redhat.com/en/search?searchType=Containers&q=ubi10&p=1 [Red Hat Ecosystem Catalog].
    • Enhancement
    • Done

      Support running workspace with UBI 10 images e.g. registry.access.redhat.com/ubi10/ubi-minimal:10.0-1747219969  

       

      Similar exercises was done for UBI 9 in the past - https://docs.redhat.com/en/documentation/red_hat_openshift_dev_spaces/3.12/html/release_notes_and_known_issues/new-features#enhancement-crw-5963

              rnikiten Roman Nikitenko
              ibuziuk@redhat.com Ilya Buziuk
              Oleksii Orel Oleksii Orel
              Gaurav Trivedi Gaurav Trivedi
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: