0.13.4-debian-9-r11 release

This commit is contained in:
Bitnami Bot
2018-07-19 02:48:43 +00:00
parent c2f6218b29
commit a82c352eb8
3 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/fluent-bit /opt/bitnami/fluent-bit COPY --from=buildenv /opt/bitnami/fluent-bit /opt/bitnami/fluent-bit
ENV BITNAMI_APP_NAME="fluent-bit" \ ENV BITNAMI_APP_NAME="fluent-bit" \
BITNAMI_IMAGE_VERSION="0.13.4-debian-9-r10" \ BITNAMI_IMAGE_VERSION="0.13.4-debian-9-r11" \
PATH="/opt/bitnami/fluent-bit/bin:$PATH" PATH="/opt/bitnami/fluent-bit/bin:$PATH"
RUN install_packages ca-certificates libsasl2-2 libssl1.1 RUN install_packages ca-certificates libsasl2-2 libssl1.1

View File

@@ -24,8 +24,10 @@ $ docker run --name fluent-bit bitnami/fluent-bit:latest
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
* [`0-debian-9`, `0.13.4-debian-9-r10`, `0`, `0.13.4`, `0.13.4-r10`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/0.13.4-debian-9-r10/0/Dockerfile) > NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
* [`0-debian-8`, `0.13.4-debian-8-r31` (0/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/0.13.4-debian-8-r31/0/debian-8/Dockerfile)
* [`0-debian-9`, `0.13.4-debian-9-r11`, `0`, `0.13.4`, `0.13.4-r11`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/0.13.4-debian-9-r11/0/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluent-bit GitHub repo](https://github.com/bitnami/bitnami-docker-fluent-bit). Subscribe to project updates by watching the [bitnami/fluent-bit GitHub repo](https://github.com/bitnami/bitnami-docker-fluent-bit).

View File

@@ -7,7 +7,7 @@ jobs:
environment: environment:
RELEASE_SERIES_LIST: "0" RELEASE_SERIES_LIST: "0"
LATEST_STABLE: "0" LATEST_STABLE: "0"
DISTRIBUTIONS_LIST: "debian-8,debian-9" DISTRIBUTIONS_LIST: "debian-9"
IMAGE_NAME: fluent-bit IMAGE_NAME: fluent-bit
DOCKER_PROJECT: bitnami DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami QUAY_PROJECT: bitnami