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.
build-stage has been moved below no-build stage, so bad multi-stage resolvers won't fail for the new stage.
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.build-stage
has been moved belowno-build
stage, so bad multi-stage resolvers won't fail for the new stage.