Skip to content

Commit

Permalink
Refreshed xrootd-based docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Jun 28, 2021
1 parent 45c7219 commit d857b01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wopiserver-xrootd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Build: WOPI_DOCKER_TYPE=-xrootd docker-compose -f wopiserver.yaml build --build-arg VERSION=`git describe | sed 's/^v//'` wopiserver
# Run: docker-compose -f wopiserver.yaml up -d

FROM cern/c8-base:latest
FROM cern/cs8-base:latest

ARG VERSION=latest

LABEL maintainer="cernbox-admins@cern.ch" \
org.opencontainers.image.title="The CERNBox WOPI server" \
org.opencontainers.image.title="The CERNBox/IOP WOPI server" \
org.opencontainers.image.version="$VERSION"

# The following is needed for now to keep compatibility with MS Office Online
Expand All @@ -28,14 +28,14 @@ RUN yum clean all && yum -y install \
xrootd-client \
xrootd-devel \
libuuid-devel \
cmake3 \
cmake \
make \
gcc \
gcc-c++

RUN python3 -m pip install --upgrade pip setuptools && \
python3 -m pip install flask pyOpenSSL PyJWT requests prometheus-flask-exporter wheel && \
python3 -m pip install xrootd
RUN pip3 install --upgrade pip setuptools && \
pip3 install --upgrade flask pyOpenSSL PyJWT requests prometheus-flask-exporter wheel && \
pip3 install xrootd

# install software
RUN mkdir -p /app/core /app/bridge /test /etc/wopi /var/log/wopi
Expand Down

0 comments on commit d857b01

Please sign in to comment.