Commit e8d36c1
authored
feat(template_gitops): add docker-build-outputs input for DHI support (#385)
* feat(template_gitops): add docker-build-outputs input for DHI support
- Add docker-build-outputs input parameter to expose compression settings
- Update gitops-github-action from v6.4 to v6.5 (required for docker-build-outputs)
- Pass docker-build-outputs to the underlying action
This enables DHI (Docker Hardened Images) compatibility by allowing callers
to specify compression settings like:
docker-build-outputs: type=registry,push=true,compression=gzip,force-compression=true
* docs: add docker-build-outputs to GitOps example in README1 parent f502131 commit e8d36c1
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
0 commit comments