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 geöffnet am 27. Dez. 2021

Auf GitHub ansehen
 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Go (673 Forks)batch import
featurehelp wanted

Repository-Metriken

Stars
 (17.694 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide