Thomas Boerger
Thomas Boerger
My helm chart https://artifacthub.io/packages/helm/cloudhippie/ansible-semaphore wouldn't have this issue since the installer gets skipped because of all the used environment variables :)
Please use the latest container image (currently `develop` tag) where you can install any pypi dependency by mounting a requirements.txt to /etc/semaphore.
Within the dedicated runner image rsync is already installed, but it'S right that this should also be part of deployment/docker/dev/Dockerfile and deployment/docker/prod/Dockerfile. Potentially maybe even part of deployment/docker/ci/Dockerfile.
With the latest `develop` tag and soonish the next release this issue have been resolved.
This have been updated within the develop branch, thanks for your effort
Have there been an implementation for metrics that I missed?
It could be interesting to be able to gather a few metrics like running jobs, failed jobs and for sure some more. It could be quite easy integrated as Prometheus...
On github it's #1816 :D
With recent container versions you are able to mount a requirements.txt file into /etc/semaphore which installs the define list of pypi dependencies into the container.
After merging My PR https://github.com/ansible-semaphore/semaphore/pull/1788 have been merged which fixes this issue. the mail notification is working fine if the config.json includes all mentioned options and after enabling alerts for...