LABEL maintainer="Red Hat, Inc." |
LABEL vendor="Red Hat, Inc." |
LABEL url="https://www.redhat.com" |
LABEL com.redhat.component="ubi9-micro-container" |
LABEL name="ubi9/ubi-micro" |
LABEL version="9.6" |
LABEL distribution-scope="public" |
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
LABEL summary="ubi9 micro image" |
LABEL description="Very small image which doesn't install the package manager." |
LABEL io.k8s.description="Very small image which doesn't install the package manager." |
LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro" |
LABEL io.openshift.expose-services="" |
COPY dir:600ad208d51ae931e8f056c910b868ace232c730a173187af4cf15d35d9b2ce6 in / |
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/ |
CMD /bin/sh |
COPY file:bc4e5ea7c9bb48901dc62121f094109ad85c0ae2bf4169dee234618cf6b9bd60 in /usr/share/buildinfo/content-sets.json |
LABEL "build-date"="2025-06-11T09:10:15" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="5b5052c387dc3e97454afeb772c52540231c77fe" "release"="1749632992" |
ARG RELEASE=RELEASE.2025-06-13T11-33-47Z |
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2025-06-13T11-33-47Z release=RELEASE.2025-06-13T11-33-47Z summary=MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service. description=MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads. |
ENV MINIO_ACCESS_KEY_FILE=access_key MINIO_SECRET_KEY_FILE=secret_key MINIO_ROOT_USER_FILE=access_key MINIO_ROOT_PASSWORD_FILE=secret_key MINIO_KMS_SECRET_KEY_FILE=kms_master_key MINIO_UPDATE_MINISIGN_PUBKEY=RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav MINIO_CONFIG_ENV_FILE=config.env MC_CONFIG_DIR=/tmp/.mc |
RUN |1 RELEASE=RELEASE.2025-06-13T11-33-47Z /bin/sh -c chmod -R 777 /usr/bin # buildkit |
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
COPY /go/bin/minio* /usr/bin/ # buildkit |
COPY /go/bin/mc* /usr/bin/ # buildkit |
COPY /go/bin/curl* /usr/bin/ # buildkit |
COPY CREDITS /licenses/CREDITS # buildkit |
COPY LICENSE /licenses/LICENSE # buildkit |
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit |
EXPOSE map[9000/tcp:{}] |
VOLUME [/data] |
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"] |
CMD ["minio"] |
COPY file:667f0a4839d3da2beb74101a6b92ad931f4f5d466aa2f457059d4270c99fc46d in /usr/bin/mc |
COPY file:811b7fe39cc2f768e00b1820e2a9f69776f1a631274818d4f4711990a572ca66 in /custom-entrypoint.sh |
/bin/sh -c chmod +x /custom-entrypoint.sh |
ENV MINIO_ROOT_USER=minioadmin |
ENV MINIO_ROOT_PASSWORD=minioadmin123 |
EXPOSE 9000 9001 |
ENTRYPOINT ["/custom-entrypoint.sh"] |
LABEL org.opencontainers.image.created=2025-07-11T18:21:43Z |
LABEL org.opencontainers.image.revision=3451eeb130f8361a6f5d57b1d4f5a4a788e1706e |
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/FloraFauna_GO/FloraFauna_GO_API.git |
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/FloraFauna_GO/FloraFauna_GO_API |