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 ouverte le 27 déc. 2021

Voir sur GitHub
 (4 commentaires) (1 réaction) (0 assignés)Go (673 forks)batch import
featurehelp wanted

Métriques du dépôt

Stars
 (17 694 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur