docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Can't build on CentOS 7

Open cemkoker opened this issue 5 years ago • 3 comments

Straight from git clone; i get the following error when : make all

make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C base-java build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/base-java . Sending build context to Docker daemon 3.072 kB Step 1/3 : ARG JITSI_REPO=jitsi Please provide a source image with fromprior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C web build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/web . Sending build context to Docker daemon 22.53 kB Step 1/8 : ARG JITSI_REPO=jitsi Please provide a source image withfromprior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C prosody build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/prosody . Sending build context to Docker daemon 30.72 kB Step 1/9 : ARG JITSI_REPO=jitsi Please provide a source image withfromprior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C jicofo build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/jicofo . Sending build context to Docker daemon 12.29 kB Step 1/5 : ARG JITSI_REPO=jitsi Please provide a source image withfromprior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C jvb build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/jvb . Sending build context to Docker daemon 12.29 kB Step 1/5 : ARG JITSI_REPO=jitsi Please provide a source image withfromprior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C jigasi build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/jigasi . Sending build context to Docker daemon 21.5 kB Step 1/6 : ARG JITSI_REPO=jitsi Please provide a source image withfromprior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C etherpad build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/etherpad . Sending build context to Docker daemon 15.87 kB Step 1/3 : FROM etherpad/etherpad Trying to pull repository docker.io/etherpad/etherpad ... latest: Pulling from docker.io/etherpad/etherpad 54fec2fa59d0: Pull complete 5c3320d2c3ec: Pull complete 0d21b79a8e7c: Pull complete ab85e2bb3482: Pull complete e5d91abdd810: Pull complete 629a7adb3e8b: Pull complete 865f0c508061: Pull complete ced45227ebb3: Pull complete e91e01ae4986: Pull complete 7ad9ae8f58c3: Pull complete 8fc48084345c: Pull complete Digest: sha256:d8fc0933df5161abae6e5370489cf24c2ca0187182d1011773eacbd57955143b Status: Downloaded newer image for docker.io/etherpad/etherpad:latest ---> f1540a4bec7a Step 2/3 : ADD ./rootfs/defaults/settings.json /opt/etherpad-lite/settings.json ---> 3799deb9c74f Removing intermediate container 25f4eccefc67 Step 3/3 : EXPOSE 9001 ---> Running in 2833c09055ea ---> 71ca80bb0a0b Removing intermediate container 2833c09055ea [Warning] One or more build-args [JITSI_REPO] were not consumed Successfully built 71ca80bb0a0b make BUILD_ARGS="--build-arg JITSI_REPO=jitsi --no-cache" JITSI_REPO="jitsi" JITSI_RELEASE="stable" -C jibri build docker build --build-arg JITSI_REPO=jitsi --no-cache -t jitsi/jibri . Sending build context to Docker daemon 24.06 kB Step 1/11 : ARG JITSI_REPO=jitsi Please provide a source image withfrom prior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make: *** [build-all] Erreur 2

cemkoker avatar Apr 27 '20 07:04 cemkoker

git clone https://github.com/jitsi/docker-jitsi-meet.git
cd docker-jitsi-meet
docker-compose up -d

works for me

creativeguitar avatar Apr 28 '20 21:04 creativeguitar

I am not a CentOS user, but AFAIK on Centos 7 SELinux is activated by default. The provided Docker Compose yml files were not working with SELinux enabled. There was a problem with the docker volumes. Therefore installation failed on a docker host system with enabled SELinux.

This was addressed for example in these pull requests:

https://github.com/jitsi/docker-jitsi-meet/pull/204 https://github.com/jitsi/docker-jitsi-meet/pull/504

Should be fixed since this commit:

https://github.com/jitsi/docker-jitsi-meet/commit/0177765f2dfb7c54afa33158d5e25e8f3bcefe4d

Franky1 avatar May 03 '20 10:05 Franky1

@cemkoker may you be so kind and put your terminal log into a pad or better readable format? that will help helping you?

Thank you for reporting!

Echolon avatar Jun 19 '20 20:06 Echolon

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 14 '25 02:08 github-actions[bot]