Skip to content

agco/rabbitmq-plugin-build-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

rabbitmq-plugin-build-image

To execute the build, Run

cd /path/to/rabbitmq-plugin-build-image
docker build -t "agco/rabbitmq-plugin-build-image" .
cd /path/to/rabbit/plugin
docker run -it -v `pwd`:/data agco/rabbitmq-plugin-build-image

This will copy your workdir to another dir, and push back the generated binaries when the target is completed.

The last parameter is the make task, like dist clean etc.

To just open the console call bash as last parameter

docker run -it -v `pwd`:/data agco/rabbitmq-plugin-build-image bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages