0.13.5-debian-9-r8 release

This commit is contained in:
Bitnami Bot
2018-08-02 02:59:57 +00:00
parent 5081b5fbca
commit b514312495
3 changed files with 2 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ 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="0.13.5-debian-9-r7" \
BITNAMI_IMAGE_VERSION="0.13.5-debian-9-r8" \
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
RUN install_packages ca-certificates libsasl2-2 libssl1.1

View File

@@ -27,7 +27,7 @@ $ docker run --name fluent-bit bitnami/fluent-bit:latest
> 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-9`, `0.13.5-debian-9-r7`, `0`, `0.13.5`, `0.13.5-r7`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/0.13.5-debian-9-r7/0/Dockerfile)
* [`0-debian-9`, `0.13.5-debian-9-r8`, `0`, `0.13.5`, `0.13.5-r8`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/0.13.5-debian-9-r8/0/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluent-bit GitHub repo](https://github.com/bitnami/bitnami-docker-fluent-bit).

View File

@@ -31,35 +31,17 @@ jobs:
command: |
docker version
docker info
- restore_cache:
keys:
- cache-{{ .Branch }}
paths:
- /cache/layers.tar
- run:
name: Build docker image
command: |
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-image-test.sh | bash -
- save_cache:
key: cache-{{ .Branch }}-{{ epoch }}
paths:
- /cache/layers.tar
- deploy:
name: Publish docker image
command: |
if [ -n "${CIRCLE_TAG}" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-release-image.sh | bash -
elif [ "${CIRCLE_BRANCH}" == "master" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-development-image.sh | bash -
fi
workflows:
version: 2
build-and-deploy:
jobs:
- build:
filters:
branches:
only: /.*/
tags:
only: /^.*(?<!-rhel-7)-r[0-9]+$/