Closed remram44 closed 3 years ago
Originally posted by @remram44
GITLAB-41 would help with this eliminating one round-trip if we build and run in the same pod (with the same docker daemon).
Originally posted by @remram44
Also relevant: https://github.com/VIDA-NYU/reprozip/issues/274
I thought REPROZIP-375 would help (using RUN --mount untar...
instead of COPY data.tgz
then RUN untar data.tgz
) but it doesn't seem compatible with userns-remap.
9e004ac1 makes it so we don't wait for the push to the registry before starting to run.
Probably acceptable now. Though more improvements would be welcome, closing.
Originally opened 2019-09-11 16:59 EDT by @remram44
The server is made slower by the need to move data around.