slimtoolkit/slim

Refactor `--http-probe-exec` and `--http-probe-exec-file` to be separate from HTTP probes and add its own `continue-after` mode

Open

#266 aperta il 27 dic 2021

Vedi su GitHub
 (4 commenti) (1 reazione) (0 assegnatari)Go (673 fork)batch import
featurehelp wanted

Metriche repository

Star
 (17.694 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

These flags represent app probes that you configure to run when docker-slim is doing dynamic analysis. It should be done separately from the existing HTTP probes.

New names: --app-exec (was --http-probe-exec) --app-exec-file (was --http-probe-exec-file)

New continue-after mode: app

Guida contributor