1.3.1-debian-9-r1 release
This commit is contained in:
parent
2093f71331
commit
e03a1ff427
|
|
@ -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.3.1-debian-9-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.1-debian-9-r1" \
|
||||
FLUENTD_CONF="fluentd.conf" \
|
||||
FLUENTD_OPT="" \
|
||||
GEM_HOME="/opt/bitnami/fluentd" \
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1-ol-7`, `1.3.1-ol-7-r1` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.1-ol-7-r1/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.1-debian-9-r0`, `1`, `1.3.1`, `1.3.1-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.1-debian-9-r0/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.1-debian-9-r1`, `1`, `1.3.1`, `1.3.1-r1`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.1-debian-9-r1/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
## This is test deployment for Kubernetes platforms.
|
||||
## This is _not_ intended to be use in producction.
|
||||
##
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: test-fluentd
|
||||
name: test-fluentd
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: test-fluentd
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: test-fluentd
|
||||
spec:
|
||||
containers:
|
||||
- image: bitnami/fluentd
|
||||
name: fluentd
|
||||
Loading…
Reference in New Issue