cnpem / epics-in-docker

Container images with EPICS and modules
5 stars 2 forks source link

ioc: add stage without IOC building. #20

Closed henriquesimoes closed 1 year ago

henriquesimoes commented 1 year ago

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.