mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 16:07:15 +08:00
[bitnami/minio] Release 2022.8.11-debian-11-r0 (#2849)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,13 +4,21 @@ ENV HOME="/" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2022.8.11-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/minio" \
|
||||
org.opencontainers.image.title="minio" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2022.8.11"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip jq libc6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-153" --checksum 8c8e324ab6e7b7d76b4655182d6ea5f6550edfc9e32bec92228e678c26fc8b16
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio-client" "2022.8.5-1" --checksum 3943e8e11e4889f109c4728690588198afd9e040ae102867e63469b4e5b613b2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.8.8-0" --checksum a6ac5aaf5e6d6135cc3dae7784be8c2ca61e0f3eb540f34b9478d186e05ee317
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "minio" "2022.8.11-0" --checksum eaea3cce97140277aab256443086f8df8cea97bd9167b1d60b010a9e534aec13
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -19,7 +27,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/minio/postunpack.sh
|
||||
ENV APP_VERSION="2022.8.8" \
|
||||
ENV APP_VERSION="2022.8.11" \
|
||||
BITNAMI_APP_NAME="minio" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"minio": {
|
||||
"arch": "amd64",
|
||||
"digest": "a6ac5aaf5e6d6135cc3dae7784be8c2ca61e0f3eb540f34b9478d186e05ee317",
|
||||
"digest": "eaea3cce97140277aab256443086f8df8cea97bd9167b1d60b010a9e534aec13",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2022.8.8-0"
|
||||
"version": "2022.8.11-0"
|
||||
},
|
||||
"minio-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -45,7 +45,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2022`, `2022-debian-11`, `2022.8.8`, `2022.8.8-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/minio/2022/debian-11/Dockerfile)
|
||||
* [`2022`, `2022-debian-11`, `2022.8.11`, `2022.8.11-debian-11-r0`, `latest` (2022/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/minio/2022/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user