You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 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 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 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 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 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 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 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 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 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 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 with
fromprior to commit make[2]: *** [build] Erreur 1 make[1]: *** [build] Erreur 2 make: *** [build-all] Erreur 2
The text was updated successfully, but these errors were encountered: