Commit 26649e8
committed
Add Rust-based
The RabbitMQ management images now include the Rust-based
`rabbitmqadmin-ng` CLI tool when possible. The deprecated Python version
of `rabbitmqadmin` will no longer be available.
This change adds a two-stage build to `Dockerfile-management.template`:
- **Download stage**: Attempts to download `rabbitmqadmin-ng` from
GitHub release for the target architecture on Ubuntu only.
- **Final stage**: Copies the Rust binary if download succeeded.
The `versions.sh` script fetches the latest `rabbitmqadmin-ng` release
tag from the GitHub API and calculates SHA256 checksums and download
URLs for the release artifacts for x86_64 and aarch64 architectures.rabbitmqadmin-ng and remove Python1 parent 14b8a4a commit 26649e8
File tree
23 files changed
+337
-87
lines changed- 3.13
- alpine
- management
- ubuntu
- management
- 4.0
- alpine
- management
- ubuntu
- management
- 4.1
- alpine
- management
- ubuntu
- management
- 4.2
- alpine
- management
- ubuntu
- management
23 files changed
+337
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments