mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[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:
@@ -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"
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.0.1-0"
|
||||
"version": "2.0.1-1"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -1,11 +1,11 @@
|
||||
# Bitnami package for Bitnami Console based on MinIO® Console
|
||||
# Bitnami Console based on MinIO®
|
||||
|
||||
## What is Bitnami Console based on MinIO® Console?
|
||||
## What is Bitnami Console based on MinIO®?
|
||||
|
||||
> MinIO® Console is a simple UI for MinIO®.
|
||||
> MinIO® Console is a UI for MinIO®.
|
||||
|
||||
[Overview of Bitnami Console based on MinIO® 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®](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® 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® 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® 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® 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® 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® documentation](https://github.com/minio/object-browser/blob/master/README.md) for more information about configuration options.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user