Description of problem: According to s2i build help page about --use-config, it says: --use-config[=false]: Store command line options to .stifile However, after use this option, command line options is stored to .s2ifile, not .stifile Version-Release number of selected component (if applicable): https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=494336 How reproducible: always Steps to Reproduce: 1. s2i build . registry.access.redhat.com/openshift3/ruby-20-rhel7 hello-world-app --pull-policy=never --use-config=true 2. Check where command line is saved to 3. Actual results: It is saved to .s2ifile, not .stifile as help page says Expected results: Help page of flag --use-config should be updated to "Store command line options to .s2ifile" Additional info:
Rebase to source-to-image-1.1.13 fixes this problem.
Verified with below version: # s2i version s2i v1.1.13 -s, --scripts-url string Specify a URL for the assemble, assemble-runtime and run scripts --use-config Store command line options to .s2ifile
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, 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-2019:0036