slim icon indicating copy to clipboard operation
slim copied to clipboard

cannot use --http-probe-start-wait

Open pierrick-martin-dev opened this issue 3 years ago • 1 comments

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

  1. 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

pierrick-martin-dev avatar Apr 05 '22 16:04 pierrick-martin-dev

@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?

kcq avatar Apr 11 '22 02:04 kcq