mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 17:37:22 +08:00
[bitnami/promtail] Release 2.7.0-debian-11-r5 (#14745)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r5" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/promtail" \
|
||||
org.opencontainers.image.title="promtail" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -21,7 +21,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.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"promtail-2.7.0-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": "9576806701b45c06763dbfcd0ade64510b380dd3f73ae93389f6e974b98ef345",
|
||||
"digest": "58865638e981c0f2591e65346f954255b9f4dd2faad333378eda642ad89a689b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.0-0"
|
||||
"version": "2.7.0-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user