Description of problem: https://github.com/openshift/ruby-hello-world got updated to Ruby 2.7 but the aforementioned test still forces Ruby 2.5 which causes failures: 2021-04-12T10:48:47.072837000Z Step 1/15 : FROM centos/ruby-25-centos7 2021-04-12T10:48:47.073055000Z ---> c915d8f4ec5c 2021-04-12T10:48:47.073235000Z Step 2/15 : ENV "BUILD_LOGLEVEL" "5" 2021-04-12T10:48:47.110918000Z ---> Running in 337fbd527e0a 2021-04-12T10:48:47.321959000Z ---> a8d8d19810a8 2021-04-12T10:48:47.322182000Z Removing intermediate container 337fbd527e0a 2021-04-12T10:48:47.322352000Z Step 3/15 : USER default 2021-04-12T10:48:47.322514000Z ---> Running in d72b2b63ed9d 2021-04-12T10:48:47.430872000Z ---> 8e60b4e60fce 2021-04-12T10:48:47.431066000Z Removing intermediate container d72b2b63ed9d 2021-04-12T10:48:47.431233000Z Step 4/15 : EXPOSE 8080 2021-04-12T10:48:47.464819000Z ---> Running in bf9e318f8cc8 2021-04-12T10:48:47.602832000Z ---> 37e841025ba8 2021-04-12T10:48:47.678844000Z Removing intermediate container bf9e318f8cc8 2021-04-12T10:48:47.679046000Z Step 5/15 : ENV RACK_ENV production 2021-04-12T10:48:47.836831000Z ---> Running in b3367837e184 2021-04-12T10:48:47.936601000Z ---> 3c55ba72371f 2021-04-12T10:48:47.967843000Z Removing intermediate container b3367837e184 2021-04-12T10:48:47.968058000Z Step 6/15 : ENV RAILS_ENV production 2021-04-12T10:48:48.108343000Z ---> Running in 0132c5c2eb6b 2021-04-12T10:48:48.277853000Z ---> 041bbb599cf1 2021-04-12T10:48:48.278048000Z Removing intermediate container 0132c5c2eb6b 2021-04-12T10:48:48.278222000Z Step 7/15 : COPY . /opt/app-root/src/ 2021-04-12T10:48:48.731771000Z ---> a186ac716913 2021-04-12T10:48:48.731989000Z Removing intermediate container 0e8a0682f5b3 2021-04-12T10:48:48.732162000Z Step 8/15 : ENV GEM_HOME ~/.gem 2021-04-12T10:48:48.832740000Z ---> Running in 381aaa6b499d 2021-04-12T10:48:48.953818000Z ---> eb0ddc917c9a 2021-04-12T10:48:48.954005000Z Removing intermediate container 381aaa6b499d 2021-04-12T10:48:49.002838000Z Step 9/15 : RUN scl enable rh-ruby27 "bundle install" 2021-04-12T10:48:49.003047000Z ---> Running in 9b4674557a99 2021-04-12T10:48:49.301783000Z �[91m�[0m�[91mUnable to open /etc/scl/conf/rh-ruby27! 2021-04-12T10:48:49.459633000Z �[0mRemoving intermediate container 9b4674557a99 2021-04-12T10:48:49.621861000Z F0412 10:48:49.602063 1 helpers.go:119] error: build error: The command '/bin/sh -c scl enable rh-ruby27 "bundle install"' returned a non-zero code: 1 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run the aforementioned test. Actual results: Test fails. Expected results: Test should pass. Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 3.11.452 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2150