1.0.2-ol-7-r1 release

This commit is contained in:
Bitnami Bot 2019-01-12 06:34:30 +00:00
parent 8889e9e966
commit 667e1f20f5
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r225 as buildenv
FROM bitnami/oraclelinux-extras:7-r226 as buildenv
RUN install_packages bzip2-libs ca-certificates cyrus-sasl-lib elfutils-libelf elfutils-libs glibc keyutils-libs krb5-libs libattr libcap libcom_err libgcc libgcrypt libgpg-error libselinux lz4 nss-softokn-freebl openssl-libs pcre systemd-libs wget xz-libs zlib
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.0.2-0-linux-x86_64-ol-7.tar.gz && \
@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
##################
FROM bitnami/oraclelinux-extras:7-r225
FROM bitnami/oraclelinux-extras:7-r226
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/fluent-bit /opt/bitnami/fluent-bit
ENV BITNAMI_APP_NAME="fluent-bit" \
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r0" \
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r1" \
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
EXPOSE 2020

View File

@ -47,7 +47,7 @@ $ kubectl apply -f test.yaml
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`1-ol-7`, `1.0.2-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.0.2-ol-7-r0/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.0.2-ol-7-r1` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.0.2-ol-7-r1/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.0.2-debian-9-r1`, `1`, `1.0.2`, `1.0.2-r1`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.0.2-debian-9-r1/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluent-bit GitHub repo](https://github.com/bitnami/bitnami-docker-fluent-bit).