Describe the bug
The createContainer script is not complete when using the --execute option with fre make dockerfile ... --execute option.
However, when not passing --execute, it seems to complete.
To Reproduce
- fre make checkout-script ...
- fre make makefile ...
- fre make dockerfile ... --execute
createContainer.sh only has the first podman build step
Expected behavior
There should be 4 lines of code in the script:
- podman build ...
- rm ...
- podman save ...
- apptainer build
Describe the bug
The createContainer script is not complete when using the
--executeoption withfre make dockerfile ... --executeoption.However, when not passing
--execute, it seems to complete.To Reproduce
createContainer.sh only has the first
podman buildstepExpected behavior
There should be 4 lines of code in the script: