To replicate you can run:
-
Jenkins
docker run -e JAVA_OPTS=-verbose:class jenkins/jenkins:lts-jdk17 > jenkins.log python extract.py --type java --log_file jenkins.log > jenkins.txt
-
JupyterHub
docker run -e PYTHONVERBOSE=1 jupyterhub/jupyterhub:5.2.1 > jupyterhub.log python extract.py --type python --log_file jupyterhub.log > jupyterhub.txt
-
Posthog
docker run -e PYTHONVERBOSE=1 posthog/posthog:release-1.43.1 > posthog.log python extract.py --type python --log_file posthog.log > posthog.txt
-
Ghost
docker run -e NODE_DEBUG=module ghost:5.98.1 > ghost.log python extract.py --type node --log_file ghost.log > ghost.txt
-
N8N
docker run -e NODE_DEBUG=module n8nio/n8n:1.67.1 > n8n.log python extract.py --type node --log_file n8n.log > n8n.txt