1.3.0-debian-9-r3 release
This commit is contained in:
parent
e809fa62e9
commit
33da88cd82
|
|
@ -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.0-debian-9-r2" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.0-debian-9-r3" \
|
||||
FLUENTD_CONF="fluentd.conf" \
|
||||
FLUENTD_OPT="" \
|
||||
GEM_HOME="/opt/bitnami/fluentd" \
|
||||
|
|
|
|||
|
|
@ -28,6 +28,18 @@ $ docker run --name fluentd bitnami/fluentd:latest
|
|||
|
||||
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/).
|
||||
|
||||
# How to deploy Fluentd in Kubernetes?
|
||||
|
||||
You can find an example for testing in the file `test.yaml`. To launch this sample file run:
|
||||
|
||||
```bash
|
||||
$ kubectl apply -f test.yaml
|
||||
```
|
||||
|
||||
> NOTE: If you are pulling from a private containers registry, replace the image name with the full URL to the docker image. E.g.
|
||||
>
|
||||
> - image: 'your-registry/image-name:your-version'
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
> 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.
|
||||
|
|
@ -36,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1-ol-7`, `1.3.0-ol-7-r11` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.0-ol-7-r11/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.0-debian-9-r2`, `1`, `1.3.0`, `1.3.0-r2`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.0-debian-9-r2/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.0-debian-9-r3`, `1`, `1.3.0`, `1.3.0-r3`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.0-debian-9-r3/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue