Page MenuHomeDevCentral

Initial revision
ClosedPublic

Authored by dereckson on Feb 20 2016, 05:21.
Referenced Files
F7074695: D288.id680.diff
Sun, Apr 20, 06:52
F7020253: D288.diff
Sat, Apr 19, 07:50
Unknown Object (File)
Fri, Apr 18, 13:00
Unknown Object (File)
Fri, Apr 18, 09:27
Unknown Object (File)
Wed, Apr 16, 17:52
Unknown Object (File)
Tue, Apr 15, 05:22
Unknown Object (File)
Fri, Apr 11, 08:12
Unknown Object (File)
Tue, Apr 1, 04:13
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.