mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
1.2.3-debian-9-r19 release
This commit is contained in:
@@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/fluentd /opt/bitnami/fluentd
|
||||
ENV BITNAMI_APP_NAME="fluentd" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.3-debian-9-r18" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.3-debian-9-r19" \
|
||||
FLUENTD_CONF="fluentd.conf" \
|
||||
FLUENTD_OPT="" \
|
||||
GEM_HOME="/opt/bitnami/fluentd" \
|
||||
|
||||
@@ -25,7 +25,7 @@ $ docker run --name fluentd bitnami/fluentd:latest
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.2.3-ol-7-r20` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.3-ol-7-r20/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.2.3-debian-9-r18`, `1`, `1.2.3`, `1.2.3-r18`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.3-debian-9-r18/1/Dockerfile)
|
||||
* [`1-debian-9`, `1.2.3-debian-9-r19`, `1`, `1.2.3`, `1.2.3-r19`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.3-debian-9-r19/1/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||
|
||||
|
||||
@@ -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]+$/
|
||||
|
||||
Reference in New Issue
Block a user