- Sep 08, 2022
-
-
Antoine R. Dumont authored
This allows to: - drop the current swh-environment/docker image (which contains way too much packages). - fix the current issue since the init-container got installed in the swh charts for loaders (as this expects an entrypoint.sh which is not present in the old image). Related to T4144
-
Antoine R. Dumont authored
-
- Sep 07, 2022
-
-
Antoine R. Dumont authored
Related to T4144
-
Antoine R. Dumont authored
Related to T4144
-
Antoine R. Dumont authored
to add the missing swh-core[logging] dependency. Related to T4144
-
Antoine R. Dumont authored
No such option: --maxtasksperchild Related to T4144
-
Antoine R. Dumont authored
It was referencing an unexisting pyutils.sh Related to T4144
-
- Sep 06, 2022
-
-
Antoine R. Dumont authored
Related to T4144
-
Antoine R. Dumont authored
Related to T4144
-
Antoine R. Dumont authored
Related to T4144
-
Antoine R. Dumont authored
It's missing a couple of flags to align with the actual systemd services. Related to T4144
-
- Aug 29, 2022
-
-
Antoine R. Dumont authored
Related to T4144
-
- Aug 26, 2022
-
-
Antoine R. Dumont authored
Local run on my machine does not work properly. This generates pkg-resources==0.0.0 and probably some other irrelevant things. So, instead, I used docker: ``` $ docker run -ti -v $PWD:/src -u root --entrypoint=bash python:3.9 ``` In another shell: ``` $ docker exec --user 1000 \ $container_name /src/scripts/generate-frozen-requirements swh-graphql ... ``` - $container_name is derived out of `docker ps`. - uid 1000 is derived out of your `id $USER` Related to T4464
-
- Aug 19, 2022
-
-
Vincent Sellier authored
It makes impossible to run apt after, which can make the debugging complicated if some packages need to be added during a debug session
-
- Aug 17, 2022
-
-
Vincent Sellier authored
-
- Jul 22, 2022
- Jun 28, 2022
-
-
Vincent Sellier authored
-
Vincent Sellier authored
-
- Jun 16, 2022
-
-
Vincent Sellier authored
-
Vincent Sellier authored
-
- Jun 07, 2022
-
-
Vincent Sellier authored
-
- May 31, 2022
-
-
Vincent Sellier authored
It's not necessary in a immutable environment Related to T4134
-
- May 18, 2022
-
-
Vincent Sellier authored
As it's the first application, everything is in a uniq Dockerfile. We'll see later if some parts can be factorized Related to T4134
-
Vincent Sellier authored
Related to T4134
-
- May 12, 2022
-
-
Vincent Sellier authored
Related to T4131
-
- May 11, 2022
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored