[bitnami/grafana-mimir] Release 2.6.0-debian-11-r0 (#23157)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-07 17:17:16 +01:00 committed by GitHub
parent 305b92e716
commit df0f4f2247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -5,11 +5,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.5.0-debian-11-r16" \
org.opencontainers.image.ref.name="2.6.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-mimir" \
org.opencontainers.image.title="grafana-mimir" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.5.0"
org.opencontainers.image.version="2.6.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"grafana-mimir-2.5.0-1-linux-${OS_ARCH}-debian-11" \
"grafana-mimir-2.6.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -39,7 +39,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN mkdir -p /bitnami/grafana-mimir/data /bitnami/grafana-mimir/mimir && chmod -R g+rwX /bitnami/grafana-mimir && ln -s /bitnami/grafana-mimir/mimir /mimir && ln -s /bitnami/grafana-mimir/data /data
ENV APP_VERSION="2.5.0" \
ENV APP_VERSION="2.6.0" \
BITNAMI_APP_NAME="grafana-mimir" \
PATH="/opt/bitnami/grafana-mimir/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"grafana-mimir": {
"arch": "amd64",
"digest": "e8a5692ee2483e612a81e62629cf8d04c0dc05bfb8c290b28a5cbc9f6e070152",
"digest": "c42654313ec9052e3ed05d061f2681e7f0b8ea996875cf845bf76abe7342d79d",
"distro": "debian-11",
"type": "NAMI",
"version": "2.5.0-1"
"version": "2.6.0-0"
}
}

View File

@ -1,3 +1,3 @@
Bitnami containers ship with software bundles. You can find the licenses under:
/opt/bitnami/nami/COPYING
Bitnami containers ship with software bundles. You can find the licenses at:
https://bitnami.com/open-source
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.5.0"
- "2.6.0"
- "latest"