-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitnami/compat - usrmerge usrsbin 1 #44759
bitnami/compat - usrmerge usrsbin 1 #44759
Conversation
f3fefae
to
7b5f38b
Compare
Looks like this needs coreutils also. build of 7b5f38b [log] died after 13m 43s like:
|
This has coreutils: 642a67d but I never bumped the epoch so it didn't build, oops. |
18855d0
to
bd03ae4
Compare
7c37334
to
27f870e
Compare
Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation. To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify: e.g. /ai-verify partially helpful but I also added bash to the build environment Gen AI suggestions to solve the build error: • Detected Error: "./bitnami/kafka/3.9/debian-12 does not exist" • Error Category: Configuration/Version • Failure Point: Bitnami compatibility layer setup in subpackage kafka-bitnami-compat-3.9 • Root Cause Analysis: The build is failing because it cannot find the Bitnami compatibility files for Kafka 3.9 in the expected path. This likely means that Bitnami hasn't yet created compatibility files for Kafka 3.9 in their containers repository. • Suggested Fix:
- uses: bitnami/compat
with:
image: kafka
version-path: 3.6/debian-12 • Explanation: The error occurs because Bitnami hasn't yet updated their containers repository to support Kafka 3.9. Using the latest available stable version (3.6) will provide the necessary compatibility files while maintaining functionality, as the basic structures between minor versions typically remain similar. • Additional Notes:
• References:
|
ec73ee5
to
f2acc8f
Compare
Handles usrmerge for packages who only install to /usr/sbin because of this pipeline. This is: * contour * etc * kafka * keycloak * kubernetes-event-exporter * logstash * mc * memcached * minio * mlflow * pgpool * postgres * prometheus * prometheus-pushgateway * rabbitmq-server * repmgr * spark * zookeeper Signed-off-by: Amelia Crate <[email protected]>
Signed-off-by: Amelia Crate <[email protected]>
f2acc8f
to
0d0baae
Compare
0d0baae
to
73ba642
Compare
We dropped grafana-operator from this PR. |
Signed-off-by: Amelia Crate <[email protected]> Co-authored-by: zach-marano <[email protected]> Co-authored-by: Dimitri John Ledkov <[email protected]>
No description provided.