Harshavardhana
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
6 deletions
-
Dockerfile.hotfix
-
Dockerfile.release
-
Dockerfile.release.fips
|
|
@ -27,9 +27,8 @@ COPY LICENSE /licenses/LICENSE |
|
|
|
RUN \ |
|
|
|
microdnf clean all && \ |
|
|
|
microdnf update --nodocs && \ |
|
|
|
microdnf install curl ca-certificates shadow-utils util-linux --nodocs && \ |
|
|
|
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ |
|
|
|
microdnf install minisign --nodocs && \ |
|
|
|
microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools iproute iputils jq minisign --nodocs && \ |
|
|
|
mkdir -p /opt/bin && chmod -R 777 /opt/bin && \ |
|
|
|
curl -s -q https://dl.min.io/server/minio/hotfixes/linux-amd64/archive/minio.${RELEASE} -o /opt/bin/minio && \ |
|
|
|
curl -s -q https://dl.min.io/server/minio/hotfixes/linux-amd64/archive/minio.${RELEASE}.sha256sum -o /opt/bin/minio.sha256sum && \ |
|
|
|
|
|
@ -29,9 +29,8 @@ COPY LICENSE /licenses/LICENSE |
|
|
|
RUN \ |
|
|
|
microdnf clean all && \ |
|
|
|
microdnf update --nodocs && \ |
|
|
|
microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools --nodocs && \ |
|
|
|
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ |
|
|
|
microdnf install minisign --nodocs && \ |
|
|
|
microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools iproute iputils jq minisign --nodocs && \ |
|
|
|
mkdir -p /opt/bin && chmod -R 777 /opt/bin && \ |
|
|
|
curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE} -o /opt/bin/minio && \ |
|
|
|
curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.sha256sum -o /opt/bin/minio.sha256sum && \ |
|
|
|
|
|
@ -29,9 +29,8 @@ COPY LICENSE /licenses/LICENSE |
|
|
|
RUN \ |
|
|
|
microdnf clean all && \ |
|
|
|
microdnf update --nodocs && \ |
|
|
|
microdnf install curl ca-certificates shadow-utils util-linux --nodocs && \ |
|
|
|
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ |
|
|
|
microdnf install minisign --nodocs && \ |
|
|
|
microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools iproute iputils jq minisign --nodocs && \ |
|
|
|
mkdir -p /opt/bin && chmod -R 777 /opt/bin && \ |
|
|
|
curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.fips -o /opt/bin/minio && \ |
|
|
|
curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.fips.sha256sum -o /opt/bin/minio.sha256sum && \ |
|
|
|