Closed babsey closed 2 years ago
The messoge now:
tar: /tmp/nest-simulator-3.1: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
I think to prepare NEST 3.2 it would be better to start from the dev version and not v3.1. What do you think?
I think to prepare NEST 3.2 it would be better to start from the dev version and not v3.1. What do you think?
The images should both (all) be built, since both have a different purpose. The releases have to trigger a build, obviously, but also the intermediate versions should be available to developers. The intermediate images need not be retained long term.
It is the first draft to built it on GitLab CI and deploy on docker-registry.ebrains.
Since there is no release of v3.2 existed, I took v3.1 as example for Dockerfiles templates. Sure you can change it.
I would see the goal of this PR as how the separation of the current image into build and deploy can work. The development of the right CI can be done in another PR.
This PR adds Dockerfiles for two base-images for build and deployment stages.