devspace icon indicating copy to clipboard operation
devspace copied to clipboard

Don't make persistent changes to the build environment in jobs

Open manics opened this issue 6 years ago • 0 comments

Several jobs make persistent changes to the build environment, e.g. https://github.com/openmicroscopy/devspace/blob/0.10.0/home/jobs/BIOFORMATS-push/config.xml#L78 which installs scc outside of a sandboxed virtualenv. Either these dependencies should be in the Dockerfile, or in a dedicated virtualenv. Moving all builds to docker would also solve this problem.

manics avatar Mar 20 '19 14:03 manics