mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-14 18:56:05 +00:00
docs: update blockquote notes
(adapt https://github.com/orgs/community/discussions/16925) Signed-off-by: Dwi Siswanto <me@dw1.io>
This commit is contained in:
parent
0c1be445bf
commit
51063f6fac
@ -52,7 +52,7 @@ The following input actions are supported:
|
||||
| `target` | Target container image (name or ID) | 🟢 | string | |
|
||||
| `version` | Define Slim version | 🔴 | string | |
|
||||
|
||||
> **Warning**
|
||||
> [!CAUTION]
|
||||
> Enabling the `overwrite` option will result in the replacement of the target image (original) with its slimmed version, regardless of the `tag` input.
|
||||
|
||||
<details>
|
||||
@ -202,7 +202,7 @@ The following input actions are supported:
|
||||
| `DSLIM_HTTP_PROBE_API_SPEC_FILE` | Run HTTP probes for API spec from file |
|
||||
</details>
|
||||
|
||||
> **Note**
|
||||
> [!CAUTION]
|
||||
> Please note that when you disable HTTP probing (either by setting `DSLIM_HTTP_PROBE_OFF` to `true` or `DSLIM_HTTP_PROBE` to `false`), it will effectively modify the behavior of the continue mode (if the `DSLIM_CONTINUE_AFTER` value is undefined) by imposing a timeout of **1** second. This adjustment occurs because, by default, when HTTP probes are disabled, the Slim's behavior will switch to '**enter**' mode — and there is no way to interact with the temporary container created by Slim within the GitHub Action runner.
|
||||
|
||||
## Outputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user