Commit 8f93889
feat: Add boil tool (#1224)
* feat: Add boil tool
* chore: Add boil configs and adjust Dockerfiles
* chore: Remove old Python config files
* ci: Adjust notification condition
Only send out notifications if the build failed, a build is re-run
and wasn't cancelled.
* chore: Remove commented-out code
* chore: Remove unwraps
* chore: Add cargo alias for boil
* chore: Update README to mention boil
* chore: Update README
* feat: Add --load flag to build command
* feat: Add more annotations to the built image
* fix: Apply corrections from code review
There were a bunch of small errors in the new boil-config.toml files. These are now fixed and should contain the same data as the versions.py files before.
Co-authored-by: Xenia <[email protected]>
* chore: Remove protobuf-version arg from Hadoop boil config
* feat: List images to show, move CLI arguments
* chore: Add example to README
* feat: Move shared data into common target which targets inherit from
* chore: Add rust-toolchain file
* chore: Make config arg global
* feat: Add --strip-architecture arg
* ci: Add workflow to release boil
* ci: Also build boil on PR (without releasing it)
* ci: Remove reusable workflow
* ci: Only build boil for aarch64 on macOS
* chore: Remove the term "product" from the Rust source code
* feat: Add CLI argument to load build argumnts from file
* chore: Add metadata to Cargo.toml files
* chore: Add rustfmt config, apply changes
* chore: Adjust pre-commit config file
* ci: Add cargo-deny job to workflow
* chore: Bump tracing-subscriber to 0.3.20 to fix RUSTSEC-2025-0055
* chore: Add metadata to patchable's Cargo.toml file
* ci: Still build boil on PR
* ci: Install Rust in pre-commit workflow
* chore: Use Apache-2.0 license instead of OSL-3.0 license
* chore: Mention nightly Rust toolchain updates
* chore: Remove OpenShift arg
* chore: Remove tree subcommand (for now)
* chore: Move glob pattern into const
* chore: Add more image validation
* chore: Add image config file name constant
* chore: Move Docker label into a constant
* fix: Actually use --target-containerfile argument
* docs: Add doc comments for clap command handler functions
* feat: Auto-detect interactive shell for pretty output
* chore: Only use a single output format
* chore: Remove unused code
* chore: Rename --export-image-manifest-uris CLI argument
* chore: Apply suggestions
Co-authored-by: Nick <[email protected]>
* docs: Add some clarifying doc comments
* feat: Improve image parsing and validation
* chore: Update slab to 0.4.11 to fix RUSTSEC-2025-0047
See https://rustsec.org/advisories/RUSTSEC-2025-0047
---------
Co-authored-by: Xenia <[email protected]>
Co-authored-by: Nick <[email protected]>1 parent 27ce8a3 commit 8f93889
File tree
148 files changed
+3851
-1667
lines changed- .cargo
- .github/workflows
- .vscode
- airflow
- druid
- hadoop
- hadoop
- hbase
- hbase-opa-authorizer
- hbase-operator-tools
- hbase
- phoenix
- hive
- java-base
- java-devel
- jdk-base
- kafka-testing-tools
- kafka
- kafka-opa-plugin
- kcat
- krb5
- nifi
- omid
- opa
- opensearch
- opensearch-prometheus-exporter
- security-plugin
- rust
- boil
- src
- build
- completions
- show
- images
- patchable
- src
- spark-connect-client
- spark-k8s
- stackable-base
- stackable-devel
- superset
- testing-tools
- tools
- trino-cli
- trino
- storage-connector
- trino
- vector
- zookeeper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
148 files changed
+3851
-1667
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| 24 | + | |
22 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments