@@ -8,13 +8,9 @@ The following table describe the tags are available on Docker Hub [fluent/fluent
88
99| Tag\( s\) | Manifest Architectures | Description |
1010| :--- | :--- | :--- |
11- | 1.4 | x86\_ 64, arm64v8, arm32v7 | Latest release of 1.4.x series. |
12- | 1.4.2 | x86\_ 64, arm64v8, arm32v7 | Release [ v1.4.2] ( https://fluentbit.io/announcements/v1.4.2/ ) |
13- | 1.4-debug, 1.4.1-debug | x86\_ 64 | v1.4.x releases + Busybox |
14- | 1.4.1 | x86\_ 64, arm64v8, arm32v7 | Release [ v1.4.1] ( https://fluentbit.io/announcements/v1.4.1/ ) |
15- | 1.4-debug, 1.4.1-debug | x86\_ 64 | v1.4.x releases + Busybox |
16- | 1.4.0 | x86\_ 64, arm64v8, arm32v7 | Release [ v1.4.0] ( https://fluentbit.io/announcements/v1.4.0 ) |
17- | 1.4-debug, 1.4.0-debug | x86\_ 64 | v1.4.x releases + Busybox |
11+ | 1.5 | x86\_ 64, arm64v8, arm32v7 | Latest release of 1.5.x series. |
12+ | 1.5.0 | x86\_ 64, arm64v8, arm32v7 | Release [ v1.5.0] ( https://fluentbit.io/announcements/v1.5.0/ ) |
13+ | 1.5-debug, 1.5.0-debug | x86\_ 64 | v1.5.x releases + Busybox |
1814
1915It's strongly suggested that you always use the latest image of Fluent Bit.
2016
@@ -37,19 +33,19 @@ For every architecture we build the layers using the following base images:
3733Download the last stable image from 1.4 series:
3834
3935``` text
40- $ docker pull fluent/fluent-bit:1.4
36+ $ docker pull fluent/fluent-bit:1.5
4137```
4238
4339Once the image is in place, now run the following \( useless\) test which makes Fluent Bit measure CPU usage by the container:
4440
4541``` text
46- $ docker run -ti fluent/fluent-bit:1.4 /fluent-bit/bin/fluent-bit -i cpu -o stdout -f 1
42+ $ docker run -ti fluent/fluent-bit:1.5 /fluent-bit/bin/fluent-bit -i cpu -o stdout -f 1
4743```
4844
4945That command will let Fluent Bit measure CPU usage every second and flush the results to the standard output, e.g:
5046
5147``` text
52- Fluent-Bit v1.4 .x
48+ Fluent-Bit v1.5 .x
5349Copyright (C) Treasure Data
5450
5551[2019/10/01 12:29:02] [ info] [engine] started
0 commit comments