Page MenuHomeDevCentral

Initial revision
ClosedPublic

Authored by dereckson on Feb 20 2016, 05:21.
Referenced Files
F2745150: D288.id680.diff
Thu, Mar 28, 21:52
F2744798: D288.id680.diff
Thu, Mar 28, 19:47
F2742091: D288.id679.diff
Thu, Mar 28, 03:39
Unknown Object (File)
Wed, Mar 27, 04:19
Unknown Object (File)
Wed, Mar 27, 03:09
Unknown Object (File)
Wed, Mar 27, 03:02
Unknown Object (File)
Mon, Mar 25, 03:01
Unknown Object (File)
Sun, Mar 24, 02:51
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

Repository
rDRABBITMQADMIN rabbitmqadmin Docker image
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
4

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

README.md
7

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.