Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766966
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
507 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index 9187b07..09aac50 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
# Makefile for rabbitmqadmin Docker image
IMAGE=nasqueron/rabbitmqadmin
-TAG=3_6_0
+TAG=v3.7.17
all: build
rabbitmqadmin:
wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-management/${TAG}/bin/rabbitmqadmin
chmod +x rabbitmqadmin
build: rabbitmqadmin
docker build -t ${IMAGE}:${TAG} .
test:
docker run -it --rm ${IMAGE}:${TAG} help
clean:
rm -f rabbitmqadmin
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 21:33 (7 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258951
Default Alt Text
(507 B)
Attached To
Mode
rDRABBITMQADMIN rabbitmqadmin Docker image
Attached
Detach File
Event Timeline
Log In to Comment