Open
Description
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
Labels
No labels