Skip to content

Make generate-frozen-requirements reproducible through container

This allows to build the container that will call the generate-frozen-requirements script.

That will be usable from ci or other sysadm.

Use:

cd swh-apps/scripts
docker build -t build-deps .
cd ../../swh-apps
docker run -v $PWD:/src --user 1000 build-deps $APP

cc @teams/sysadmin

Edited by Antoine R. Dumont

Merge request reports