Skip to content

Build support #719

Closed
Closed
@DukeReno

Description

@DukeReno

Hi, we are trying to build a Jupyter Notebook by using quay.io/sclorg/python-311-c9s:c9s (CentoOS Stream 9) as based image.

Currently we are facing a build issue to execute these commands

(cd /opt/app-root/gateway && source scl_source enable nodejs20 &&
npm install --production)

Please notice that I changed the nodejs20 because this is the version of nodejs that is installed on python-311-c9s:c9s image

As you can see, this requires installation of centos-release-scl and centos-release-scl-rh packages for CentOS Stream 9 and We had tried to install these packages but no success so far.

Is there a way to execute those commands by using the based image mentioned (python-311-c9s:c9s )? Or do you know if could be possible have installed these packages for CentOS Stream 9?

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions