slimtoolkit/slim

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

开放

#266 创建于 2021年12月27日

 (4 条评论) (1 个反应) (0 位负责人)Go (673 个派生)batch import
featurehelp wanted

仓库指标

星标
 (17,694 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南