add eos-ocis docker images
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
FROM owncloud/eos-base:4.6.5
|
||||
|
||||
ENV CGO_ENABLED=1
|
||||
ENV GOOS=linux
|
||||
|
||||
RUN rpm --rebuilddb && yum -y install \
|
||||
wget \
|
||||
time \
|
||||
make \
|
||||
gcc \
|
||||
git
|
||||
|
||||
RUN wget -q https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
|
||||
RUN mkdir -p /usr/local/bin
|
||||
RUN tar xf go1.14.2.linux-amd64.tar.gz -C /usr/local
|
||||
RUN ln -s /usr/local/go/bin/* /usr/local/bin
|
||||
|
||||
COPY entrypoint /entrypoint
|
||||
COPY start-ldap /start-ldap
|
||||
|
||||
VOLUME [ "/ocis" ]
|
||||
WORKDIR /ocis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user