@@ -8,13 +8,9 @@ The following table describe the tags are available on Docker Hub [fluent/fluent
8
8
9
9
| Tag\( s\) | Manifest Architectures | Description |
10
10
| :--- | :--- | :--- |
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 |
18
14
19
15
It's strongly suggested that you always use the latest image of Fluent Bit.
20
16
@@ -37,19 +33,19 @@ For every architecture we build the layers using the following base images:
37
33
Download the last stable image from 1.4 series:
38
34
39
35
``` text
40
- $ docker pull fluent/fluent-bit:1.4
36
+ $ docker pull fluent/fluent-bit:1.5
41
37
```
42
38
43
39
Once the image is in place, now run the following \( useless\) test which makes Fluent Bit measure CPU usage by the container:
44
40
45
41
``` 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
47
43
```
48
44
49
45
That command will let Fluent Bit measure CPU usage every second and flush the results to the standard output, e.g:
50
46
51
47
``` text
52
- Fluent-Bit v1.4 .x
48
+ Fluent-Bit v1.5 .x
53
49
Copyright (C) Treasure Data
54
50
55
51
[2019/10/01 12:29:02] [ info] [engine] started
0 commit comments