Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12242953
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
379 B
Referenced Files
None
Subscribers
None
Makefile
View Options
# Makefile for rabbitmqadmin Docker image
TAG=nasqueron/rabbitmqadmin
VERSION=3_6_0
all: build
rabbitmqadmin:
wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-management/rabbitmq_v${VERSION}/bin/rabbitmqadmin
chmod +x rabbitmqadmin
build: rabbitmqadmin
docker build -t ${TAG} .
test:
docker run -it --rm nasqueron/rabbitmqadmin help
clean:
rm -f rabbitmqadmin
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sun, Oct 12, 11:03 (1 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065036
Default Alt Text
Makefile (379 B)
Attached To
Mode
rDRABBITMQADMIN rabbitmqadmin Docker image
Attached
Detach File
Event Timeline
Log In to Comment