mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
0.13.2-r2 release
This commit is contained in:
@@ -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.2-r1" \
|
BITNAMI_IMAGE_VERSION="0.13.2-r2" \
|
||||||
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
||||||
|
|
||||||
RUN install_packages ca-certificates libsasl2-2 libssl1.0.0
|
RUN install_packages ca-certificates libsasl2-2 libssl1.0.0
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ $ docker run --name fluent-bit bitnami/fluent-bit:latest
|
|||||||
|
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
* [`0`, `0.13.2-r1`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/0.13.2-r1/0/Dockerfile)
|
* [`0`, `0.13.2-r2`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/0.13.2-r2/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).
|
||||||
|
|
||||||
|
|||||||
@@ -62,4 +62,4 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^[0-9].*-r[0-9]+(-(?!rhel).*)?$/
|
only: /^.*(?<!-rhel-7)-r[0-9]+$/
|
||||||
|
|||||||
Reference in New Issue
Block a user