Commit cc7aba4
feat(boil): Add new image check command (#1464)
* feat(boil): Add new `image check` command
This command allows users to check that all versions of an image
are available in the specified registry.
* chore(boil): Remove unused config key from boil.toml
* chore: Add registry metadata to all boil configs
* feat(boil): Properly support multi-registry image checks
* chore(boil): Add dev comments for image subcommands
* feat(boil): Collect missing images as error
* chore(boil): Apply suggestions
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
* chore(boil): Rename flat to non_recursive
* chore(boil): Add and adjust dev comments
---------
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>1 parent f2643eb commit cc7aba4
40 files changed
Lines changed: 1422 additions & 196 deletions
File tree
- airflow
- druid
- hadoop
- hbase
- hive
- java-devel
- jdk-base
- kafka-testing-tools
- kafka
- krb5
- nifi
- omid
- opa
- opensearch-dashboards
- opensearch
- rust/boil
- src
- cli
- cmd
- core
- models
- spark-connect-client
- spark-k8s
- stackable-base
- superset
- testing-tools
- tools
- trino-cli
- trino
- vector
- zookeeper
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
0 commit comments