Skip to content

Commit

Permalink
feat: update MinIO from 2023-08-31 to 2023-11-15 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 18, 2023
1 parent a9ab56b commit 5764315
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM quay.io/minio/minio:RELEASE.2023-08-31T15-31-16Z AS source
FROM quay.io/minio/minio:RELEASE.2023-11-15T20-43-25Z AS source
FROM ghcr.io/radiorabe/ubi9-minimal:0.5.2 AS app

COPY --from=source /opt /opt
COPY --from=source /usr/bin/verify-minio.sh /usr/bin/verify-minio.sh
COPY --from=source /usr/bin/minio /usr/bin/minio
COPY --from=source /usr/bin/mc /usr/bin/mc
COPY --from=source /usr/bin/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
COPY --from=source /licenses /licenses/minio
COPY LICENSE /licenses/
Expand All @@ -18,7 +18,6 @@ RUN microdnf install -y epel-release \
&& microdnf remove -y \
libsemanage \
shadow-utils \
&& /usr/bin/verify-minio.sh \
&& microdnf clean all

EXPOSE 9000/tcp
Expand Down

0 comments on commit 5764315

Please sign in to comment.