Commit Graph

13 Commits

Author SHA1 Message Date
Laurent Goderre 8eeb831c64 Remove manual SBOMs
Syft is now detecting OpenSSL and Erlanf binaries and rabbitmq erlang package
2024-05-02 15:07:14 -04:00
Tianon Gravi de1dd6e05e Make downloaded "template-helper-functions.jq" a hidden file 2023-12-08 14:11:07 -08:00
Tianon Gravi a0ef1aca0d Pin "template-helper-functions.jq" to a specific commit for reproducibility 2023-12-08 14:03:24 -08:00
Laurent Goderre fbcfd9a950 Added licenses to attestation of binaries compiled from source 2023-10-03 10:15:15 -04:00
Tianon Gravi 9376ffb2a2 Fix a few edge cases in "apply-templates.sh"
When a version doesn't exist but needs to, we need to actually create the directory.

It also gives us a cleaner build (especially in the face of leftover files) if we purge the directory beforehand so that we know the end result is "canonical".
2023-06-02 10:04:34 -07:00
Luke Bakken b41c10aadd
Move `management_agent.disable_metrics_collector` setting to a number… (#626)
* Move `management_agent.disable_metrics_collector` setting to a numbered config file

Fixes #625

Discussed in #624

* Use a conf.d directory in this repo

* Combine into one `COPY` statement
2023-03-24 11:45:07 -07:00
Tianon Gravi 2fd2b29900 Update jq-template for speed improvements 2022-07-13 17:16:29 -07:00
Tianon Gravi e913e539a9 Remove 3.8 (EOL) 2022-06-13 09:43:09 -07:00
Luke Bakken 3e8f0f18ac
Use conf.d to enable console logging in RMQ 3.9+
This replaces the `RABBITMQ_LOGS=-` env variable.

Fixes #554
2022-03-18 16:13:32 -07:00
Tianon Gravi e2da87e7e6 Exclude RCs more explicitly when they do not apply 2021-09-22 16:50:48 -07:00
Philip Kuryloski 499c201913
Add "loopback_users" configuration snippet to the 3.9 image (#501)
This allows the default user to connect from outside the running
container, which has been the case for the 3.8 series, but is not
currently the case with the 3.9 rc

Co-authored-by: Joe Ferguson <yosifkit@gmail.com>
2021-07-23 16:26:10 -07:00
Joe Ferguson 67d0569702 Drop env config in 3.9 2021-07-06 09:43:01 -07:00
Tianon Gravi 7e63843da6 Add initial jq-based templating engine
This makes our templating much more sustainable, and will allow our commit automation to make better commit messages (`Update 3.8 to openssl 1.1.1i`, `Update 3.8 to 3.8.10`, etc).
2020-12-29 14:27:03 -08:00