mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
1.14.6-debian-11-r8 release
This commit is contained in:
committed by
Bitnami Containers
parent
07b39e1e49
commit
c0bcd2bdae
@@ -1,6 +1,4 @@
|
|||||||
FROM docker.io/bitnami/minideb:bullseye
|
FROM docker.io/bitnami/minideb:bullseye
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="amd64" \
|
OS_ARCH="amd64" \
|
||||||
OS_FLAVOUR="debian-11" \
|
OS_FLAVOUR="debian-11" \
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`1`, `1-debian-11`, `1.14.6`, `1.14.6-debian-11-r7`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r7/1/debian-11/Dockerfile)
|
* [`1`, `1-debian-11`, `1.14.6`, `1.14.6-debian-11-r8`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r8/1/debian-11/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||||
|
|
||||||
@@ -213,7 +213,6 @@ Here is an example of extending the image installing custom Fluentd plugins:
|
|||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
FROM bitnami/fluentd
|
FROM bitnami/fluentd
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|
||||||
|
|
||||||
### Install custom Fluentd plugins
|
### Install custom Fluentd plugins
|
||||||
RUN fluent-gem install 'fluent-plugin-docker_metadata_filter'
|
RUN fluent-gem install 'fluent-plugin-docker_metadata_filter'
|
||||||
|
|||||||
Reference in New Issue
Block a user