Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build on CentOS 7 #525

Open
cemkoker opened this issue Apr 27, 2020 · 3 comments
Open

Can't build on CentOS 7 #525

cemkoker opened this issue Apr 27, 2020 · 3 comments

Comments

@cemkoker
Copy link

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

@creativeguitar
Copy link

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

works for me

@Franky1
Copy link

Franky1 commented May 3, 2020

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:

#204
#504

Should be fixed since this commit:

0177765

@Echolon
Copy link

Echolon commented Jun 19, 2020

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants