Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Building s2i-minimal-notebook from ubi8 base image #23

@CermakM

Description

@CermakM

Hi!

I am trying to build the minimal notebook from registry.access.redhat.com/ubi8/python-36 and I am hitting

++ _scl_source_help='Usage: source scl_source <action> [<collection> ...]
--
  | Don'\''t use this script outside of SCL scriptlets!
  | Options:
  | -h, --help    display this help and exit'
  | ++ '[' 2 -eq 0 -o enable = -h -o enable = --help ']'
  | ++ '[' -z '' ']'
  | ++ _recursion=false
  | ++ '[' -z '' ']'
  | ++ _scl_scriptlet_name=enable
  | ++ shift 1
  | ++ '[' -z '' ']'
  | ++ _scl_dir=/etc/scl/conf
  | ++ '[' '!' -e /etc/scl/conf ']'
  | ++ for arg in "$@"
  | ++ _scl_prefix_file=/etc/scl/conf/rh-nodejs10
  | +++ cat /etc/scl/conf/rh-nodejs10
  | ++ _scl_prefix=
  | ++ '[' 1 -ne 0 ']'
  | Can't read /etc/scl/conf/rh-nodejs10, rh-nodejs10 is probably not installed.
  | ++ echo 'Can'\''t read /etc/scl/conf/rh-nodejs10, rh-nodejs10 is probably not installed.'
  | ++ return 1

Would you please propose me the prefered way to get around this issue so that I could build the minimal notebook image from my own base image?

Cheers,
M

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