Trying to build docker image, getting errors

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
Gorf
Posts: 3
Joined: Fri Jan 26, 2018 4:39 pm

Trying to build docker image, getting errors

Post by Gorf »

Howdy all, I'm trying to deploy a docker version of 1.32.2. Everything goes great until I go to run the command:

Code: Select all

OS=el DIST=7 utils/packpack/startpackpack.sh
It seems to run fine right up until the end:

Code: Select all

-------------------------------------------------------------------
Building source package
-------------------------------------------------------------------
rpmbuild \
	--define '_topdir /build' \
	--define '_sourcedir /build' \
	--define '_specdir /build' \
	--define '_srcrpmdir /build' \
	--define '_builddir /build/usr/src/debug' \
	-bs /build/zoneminder.spec
error: Bad owner/group: /build/crud-3.1.0-zm.tar.gz
/pack//rpm.mk:99: recipe for target '/build/zoneminder-1.32.3-1.0.20190207gitg077c643.el7.centos.src.rpm' failed
make: *** [/build/zoneminder-1.32.3-1.0.20190207gitg077c643.el7.centos.src.rpm] Error 1
rm /build/ls-lR.txt /build/VERSION
make: Leaving directory '/source'
Nothing special about the server itself. Out of the box centos7 system. I followed the Docker deployment howto and the Hello World container came up just fine. I followed the documentation to setup ZoneMinder. Everything seems fine right up to that last step. I couldn't find much online about the error.

Any thoughts?
Post Reply