1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 23:47:26 +00:00

Updated tests to the new UI and redo the old tests with async AND disable LDAP support for now

This commit is contained in:
Elias Hackradt
2021-07-16 15:33:27 +02:00
parent f814368e12
commit e38d1020ac
5 changed files with 106 additions and 111 deletions

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2021-07-08T19-43-25Z
ARG VERSION=RELEASE.2021-07-15T22-27-34Z
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio && \