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 opened on 2021年12月27日

GitHub で見る
 (4 comments) (1 reaction) (0 assignees)Go (17,694 stars) (673 forks)batch import
featurehelp wanted

説明

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

コントリビューターガイド

Refactor `--http-probe-exec` and `--http-probe-exec-file` to be separate from HTTP probes and add its own `continue-after` mode · slimtoolkit/slim#266 | Good First Issue