Run sed and store result to new variable in dockerfile
How to run sed command and save the result to one new Variable in docker. The sed will replace the last occurrence of '.' and replace with '_' Example : JOB_NAME_WITH_VERSION = test_git_0.1 and wanted result is ZIP_FILE_NAME = test_git_0_1…