Commit 4076530
Submodule docker-images updated 75 files
- .github/workflows/boil_pr.yaml+3-1
- .github/workflows/boil_release.yaml+14
- .github/workflows/build_airflow.yaml+6-1
- .github/workflows/build_druid.yaml+6-1
- .github/workflows/build_hadoop.yaml+6-1
- .github/workflows/build_hbase.yaml+6-1
- .github/workflows/build_hive.yaml+6-1
- .github/workflows/build_java-base.yaml+6-1
- .github/workflows/build_java-devel.yaml+6-1
- .github/workflows/build_kafka-testing-tools.yaml+6-1
- .github/workflows/build_kafka.yaml+6-1
- .github/workflows/build_krb5.yaml+6-1
- .github/workflows/build_nifi.yaml+6-1
- .github/workflows/build_omid.yaml+6-1
- .github/workflows/build_opa.yaml+6-1
- .github/workflows/build_opensearch.yaml+6-1
- .github/workflows/build_opensearch_dashboards.yaml+6-1
- .github/workflows/build_spark-connect-client.yaml+6-1
- .github/workflows/build_spark-k8s.yaml+6-1
- .github/workflows/build_stackable-base.yaml+6-1
- .github/workflows/build_superset.yaml+6-1
- .github/workflows/build_testing-tools.yaml+6-1
- .github/workflows/build_tools.yaml+6-1
- .github/workflows/build_trino-cli.yaml+6-1
- .github/workflows/build_trino.yaml+6-1
- .github/workflows/build_vector.yaml+6-1
- .github/workflows/build_zookeeper.yaml+6-1
- .github/workflows/mirror.yaml+6-2
- .github/workflows/pr_pre-commit.yaml+5-1
- .github/workflows/pr_test_build_images.yaml+3-1
- .github/workflows/preflight.yaml+10-1
- .github/workflows/reusable_build_image.yaml+17-6
- .github/workflows/ubi-rust-builder.yml+16-6
- .pre-commit-config.yaml+6
- .scripts/upload_new_nvm_version.sh+43
- CHANGELOG.md+25-1
- Cargo.lock+1-1
- airflow/stackable/patches/3.1.6/0001-Allow-overriding-the-logging-configuration.patch+71
- druid/stackable/patches/35.0.1/0011-feat-add-configurable-clientAuthenticationMethod-to-.patch+121
- hbase/boil-config.toml+2-2
- hbase/hbase-opa-authorizer/boil-config.toml+2-2
- hbase/hbase-opa-authorizer/stackable/patches/0.1.0/patchable.toml-1
- hbase/hbase-opa-authorizer/stackable/patches/0.3.0/patchable.toml+1
- opensearch/Dockerfile+4
- opensearch/stackable/patches/3.1.0/0005-Scope-CycloneDX-SBOM-to-shipped-components-only.patch+35
- opensearch/stackable/patches/3.4.0/0005-Scope-CycloneDX-SBOM-to-shipped-components-only.patch+40
- rust/boil/CHANGELOG.md+9-1
- rust/boil/Cargo.toml+1-1
- rust/boil/README.md+2-5
- rust/boil/src/cli/build.rs+3-3
- rust/boil/src/cli/completions.rs+26
- rust/boil/src/cli/image.rs+15-4
- rust/boil/src/cli/mod.rs+11-2
- rust/boil/src/cmd/build.rs+2-7
- rust/boil/src/cmd/completions.rs+2-27
- rust/boil/src/cmd/image.rs+4-6
- rust/boil/src/cmd/mod.rs+3
- rust/boil/src/config.rs+2-2
- rust/boil/src/constants.rs+2
- rust/boil/src/core/bakefile.rs+28-22
- rust/boil/src/core/docker.rs-3
- rust/boil/src/core/image.rs+22-17
- rust/boil/src/core/mod.rs+4
- rust/boil/src/core/platform.rs
- rust/boil/src/main.rs+44-44
- rust/boil/src/show/mod.rs-16
- rust/boil/src/utils.rs+1-1
- rust/patchable/src/main.rs+10-2
- stackable-base/Dockerfile+1-1
- superset/Dockerfile+17-5
- superset/boil-config.toml+4-2
- superset/stackable/patches/4.1.4/0003-Pin-types-offscreencanvas-to-2019.7.0.patch+22
- superset/stackable/patches/4.1.4/0004-Re-generate-package-lock.json-file.patch+130
- trino/trino/stackable/patches/477/0004-Fix-deleting-incorrect-records-in-Delta-Lake.patch+187
- trino/trino/stackable/patches/479/0003-Fix-deleting-incorrect-records-in-Delta-Lake.patch+186
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
0 commit comments