mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/promtail] Release 2.7.4-debian-11-r7 (#27702)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-15T00:10:33Z" \
|
||||
org.opencontainers.image.created="2023-03-18T23:52:57Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.4-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="2.7.4-debian-11-r7" \
|
||||
org.opencontainers.image.title="promtail" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.4"
|
||||
@@ -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=( \
|
||||
"promtail-2.7.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"promtail-2.7.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"promtail": {
|
||||
"arch": "amd64",
|
||||
"digest": "3dc524b9e27352350e984ab06b94ed2f841657354352c0e7ed4ea8cc9c0e0d31",
|
||||
"digest": "72b42e4a95ef657f3bd7cc5d262931435177d94dc1a8b9e6af1a75fee77e6e6a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.4-0"
|
||||
"version": "2.7.4-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user