An image with prometheus-lua preinstalled.
One-liner with default cmd:
podman run -it --rm -v "$(pwd)/input.lua":/scripts/script.lua -v "$(pwd)/output.lua":/scripts/script.obfuscated.lua docker.io/3xpo/prometheus
With custom cmd:
podman run -it --rm -v "$(pwd)/input.lua":/scripts/script.lua -v "$(pwd)/output.lua":/scripts/script.obfuscated.lua docker.io/3xpo/prometheus prometheus --preset Medium /scripts/script.lua
Prometheus' installation lives at $PROMETHEUS_INSTALL; currently equivalent to $HOME/Prometheus.
It's executed using LuaJIT. The Prometheus binary is installed in /bin/prometheus.
Content type
Image
Digest
sha256:188a32ca4…
Size
319.4 MB
Last updated
almost 2 years ago
docker pull 3xpo/prometheus