slim
slim copied to clipboard
cannot use --http-probe-start-wait
Expected Behavior
Usage of documented flag should be accepted.
Actual Behavior
got this error. time="2022-04-05T18:31:32+02:00" level=fatal msg="flag provided but not defined: -http-probe-start-wait"
Steps to Reproduce the Problem
- sudo docker-slim build --target my-image --expose 3000 --http-probe-start-wait 30
Specifications
- Version: docker-slim version linux|Transformer|1.37.3|97eb3c8c7f8c4e295a26c13882feb3f0539ab50f|2021-12-10_09:37:29AM
- Platform: Archlinux
@flowHater looks like you are using version 1.37.3 and the flag might be in later versions. Can you try 1.37.5 to see if you get the same behavior?