Getting the following error while building a new base image with this command run under directory /base:
make all RELEASE=2025a DATE=20250110
[1/2] STEP 18/20: RUN patch -u /opt/app-root/bin/activate -i patch.txt && rm patch.txt
patching file /opt/app-root/bin/activate
Hunk #1 FAILED at 54.
1 out of 1 hunk FAILED -- saving rejects to file /opt/app-root/bin/activate.rej
Error: building at STEP "RUN patch -u /opt/app-root/bin/activate -i patch.txt && rm patch.txt": while running runtime: exit status 1
make: *** [c9s-py39] Error 1
Is is possible that the latest CentOS9 from sclorg
quay.io/sclorg/python-311-c9s:c9s
does not require that patch anymore?
Did not find anything related to
https://github.com/opendatahub-io-contrib/workbench-images/blob/main/base/c9s/Containerfile#L87
at
https://github.com/opendatahub-io/notebooks/
Getting the following error while building a new base image with this command run under directory
/base:make all RELEASE=2025a DATE=20250110Is is possible that the latest CentOS9 from sclorg
quay.io/sclorg/python-311-c9s:c9sdoes not require that patch anymore?
Did not find anything related to
https://github.com/opendatahub-io-contrib/workbench-images/blob/main/base/c9s/Containerfile#L87
at
https://github.com/opendatahub-io/notebooks/