File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- scripts /resources /minio filter =lfs diff =lfs merge =lfs - text
Original file line number Diff line number Diff line change @@ -104,11 +104,6 @@ RUN mkdir -p /var/log/nginx && \
104104# Setup minio
105105WORKDIR /minio
106106
107- # A 2022 version of minio that supports gateway mode
108- COPY scripts/resources/minio /minio
109- RUN chmod +x minio
110-
111- # Handles the installation of minio in non-aas environments
112107COPY scripts/install-minio.sh ./install.sh
113108RUN chmod +x install.sh && ./install.sh
114109
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33if [[ $TARGETBUILD == " aas" ]]; then
4- echo " A aas-compatible version of Minio is already installed."
4+ echo " INSTALLING AAS MINIO (2022 gateway-compatible build)"
5+ wget https://dwiquhvocfant.cloudfront.net/minio/minio # this is a Budibase controlled CF distribution
6+ chmod +x minio
57 exit 0
68fi
79
810if [[ $TARGETARCH == arm* ]]; then
911 echo " INSTALLING ARM64 MINIO"
10- rm -f minio
1112 wget https://dl.min.io/server/minio/release/linux-arm64/minio
1213else
1314 echo " INSTALLING AMD64 MINIO"
14- rm -f minio
1515 wget https://dl.min.io/server/minio/release/linux-amd64/minio
1616fi
1717
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments