Skip to content

Commit e6a4621

Browse files
committed
installation: docker: add v1.5 tags info
Signed-off-by: Eduardo Silva <[email protected]>
1 parent a74c5c3 commit e6a4621

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

installation/docker.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1915
It'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:
3733
Download 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

4339
Once 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

4945
That 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
5349
Copyright (C) Treasure Data
5450
5551
[2019/10/01 12:29:02] [ info] [engine] started

0 commit comments

Comments
 (0)