[bitnami/minio-object-browser] Release 2.0.1-debian-12-r1 (#82041)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-06-06 05:28:56 +02:00
committed by GitHub
parent 237906c5d6
commit 43ee2e5fd3
4 changed files with 39 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"minio-object-browser-2.0.1-0-linux-${OS_ARCH}-debian-12" \
"minio-object-browser-2.0.1-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -26,6 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN uninstall_packages curl
######
@@ -38,9 +39,9 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2025-06-02T09:59:14Z" \
org.opencontainers.image.created="2025-06-06T02:59:49Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.ref.name="2.0.1-debian-12-r0" \
org.opencontainers.image.ref.name="2.0.1-debian-12-r1" \
org.opencontainers.image.title="minio-object-browser" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.0.1"

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.0.1-0"
"version": "2.0.1-1"
}
}

View File

@@ -0,0 +1,26 @@
#!/bin/sh
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
set -eu
n=0
max=2
export DEBIAN_FRONTEND=noninteractive
until [ $n -gt $max ]; do
set +e
(
apt-get autoremove --purge -y "$@"
)
CODE=$?
set -e
if [ $CODE -eq 0 ]; then
break
fi
if [ $n -eq $max ]; then
exit $CODE
fi
echo "apt failed, retrying"
n=$(($n + 1))
done
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives

View File

@@ -1,11 +1,11 @@
# Bitnami package for Bitnami Console based on MinIO&reg; Console
# Bitnami Console based on MinIO&reg;
## What is Bitnami Console based on MinIO&reg; Console?
## What is Bitnami Console based on MinIO&reg;?
> MinIO&reg; Console is a simple UI for MinIO&reg;.
> MinIO&reg; Console is a UI for MinIO&reg;.
[Overview of Bitnami Console based on MinIO&reg; Console](https://min.io/)
Disclaimer: All software products, projects and company names are trademark(TM) or registered(R) trademarks of their respective holders, and use of them does not imply any affiliation or endorsement. This software is licensed to you subject to one or more open source licenses and VMware provides the software on an AS-IS basis. MinIO(R) is a registered trademark of the MinIO Inc. in the US and other countries. Bitnami is not affiliated, associated, authorized, endorsed by, or in any way officially connected with MinIO Inc. MinIO(R) is licensed under GNU AGPL v3.0.
[Overview of Bitnami Console based on MinIO&reg;](https://min.io/)
Disclaimer: All software products, projects and company names are trademark(TM) or registered(R) trademarks of their respective holders, and use of them does not imply any affiliation or endorsement. This software is licensed to you subject to one or more open source licenses and VMware provides the software on an AS-IS basis. MinIO(R) is a registered trademark of the MinIO Inc. in the US and other countries. Bitnami is not affiliated, associated, authorized, endorsed by, or in any way officially connected with MinIO Inc.
## TL;DR
@@ -22,7 +22,7 @@ docker run --name minio-object-browser bitnami/minio-object-browser:latest
* All Bitnami images available in Docker Hub are signed with [Notation](https://notaryproject.dev/). [Check this post](https://blog.bitnami.com/2024/03/bitnami-packaged-containers-and-helm.html) to know how to verify the integrity of the images.
* Bitnami container images are released on a regular basis with the latest distribution packages available.
Looking to use Bitnami Console based on MinIO&reg; Console in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the commercial edition of the Bitnami catalog.
Looking to use Bitnami Console based on MinIO&reg; in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the commercial edition of the Bitnami catalog.
## Why use a non-root container?
@@ -44,7 +44,7 @@ Subscribe to project updates by watching the [bitnami/containers GitHub repo](ht
## Get this image
The recommended way to get the Bitnami Bitnami Console based on MinIO&reg; Console Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/minio-object-browser).
The recommended way to get the Bitnami Bitnami Console based on MinIO&reg; Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/minio-object-browser).
```console
docker pull bitnami/minio-object-browser:latest
@@ -74,7 +74,7 @@ To run commands inside this container you can use `docker run`, for example to e
docker run --rm --name minio-object-browser bitnami/minio-object-browser:latest help
```
Check the [official Bitnami Console based on MinIO&reg; Console documentation](https://github.com/minio/object-browser/blob/master/README.md) for more information about configuration options.
Check the [official Bitnami Console based on MinIO&reg; documentation](https://github.com/minio/object-browser/blob/master/README.md) for more information about configuration options.
## Contributing