Skip to content
Snippets Groups Projects
Commit b0cd7437 authored by Markus Frosch's avatar Markus Frosch
Browse files

Extend usage example

parent dd37347d
No related branches found
No related tags found
Loading
...@@ -22,7 +22,15 @@ scripts with a local Docker. ...@@ -22,7 +22,15 @@ scripts with a local Docker.
cp icinga-build-docker ~/bin/ cp icinga-build-docker ~/bin/
cd ~/devel/icinga/rpm-icinga2 cd ~/devel/icinga/rpm-icinga2
# build the package
icinga-build-docker centos/7:x86_64 icinga-build-docker centos/7:x86_64
# result of the build
ls -al build/
# test the package, e.g. package installation
icinga-build-docker centos/7:x86_64 icinga-build-test
``` ```
The full image name would be: `registry.icinga.com/build-docker/centos/7:x86_64` The full image name would be: `registry.icinga.com/build-docker/centos/7:x86_64`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment