Page MenuHomeDevCentral

Initial revision
ClosedPublic

Authored by dereckson on Feb 20 2016, 05:21.
Referenced Files
F3715714: D288.diff
Tue, Nov 5, 08:54
Unknown Object (File)
Sat, Oct 26, 17:10
Unknown Object (File)
Wed, Oct 16, 03:25
Unknown Object (File)
Sat, Oct 12, 05:23
Unknown Object (File)
Thu, Oct 10, 11:01
Unknown Object (File)
Wed, Oct 9, 09:48
Unknown Object (File)
Sep 22 2024, 16:40
Unknown Object (File)
Sep 14 2024, 22:48
Subscribers
None

Details

Summary

This Docker image is based on Alpine and Python 3,
so the container will be fairly lightweight.

Build process

We provide a Makefile to update the rabbitmqadmin script.

Test Plan

rabbitmqadmin help, with this script:

/usr/local/bin/rabbitmqadmin
#!/bin/sh
docker run -it --rm nasqueron/rabbitmqadmin $*

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 374
Build 451: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Initial revision.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
Sandlayth requested changes to this revision.Feb 20 2016, 09:57
Sandlayth edited edge metadata.
Sandlayth added inline comments.
Makefile
3

Add the python version rabbitmqadmin is related to? In case we build a rabbitmqadmin based on python 3

README.md
6

See [Rabbitmq cli management section](https://www.rabbitmq.com/management-cli.html)

?

This revision now requires changes to proceed.Feb 20 2016, 09:57

Indeed, well spotted. It seems the script has been compatible with Python 3 since 3.5.

Another issue: we could try to use the python:3-alpine image, as it's only 26 MB instead of 280.

dereckson edited edge metadata.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
  • Python 3
  • Addressing comments
  • More universal source to download file
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Feb 20 2016, 13:22
dereckson edited edge metadata.
This revision was automatically updated to reflect the committed changes.
dereckson marked an inline comment as done.