Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioc: add stage without IOC building.
This allows us to run an IOC which was built along with its support module. This pattern is used for some community modules, including motor's and areaDetector's ones. A new (empty) stage has been created only to specify the base image in the COPY command, since `--from` argument does not support variable expansion [1]. `build-stage` has been moved below `no-build` stage, so bad multi-stage resolvers won't fail for the new stage. [1]: https://forums.docker.com/t/how-can-i-expand-a-variable-within-a-copy-command-in-the-dockerfile/113538/2
- Loading branch information