You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This image is based on the popular Debian images and [Alpine Linux project][1], available in
52
-
[the alpine official image][2].
53
-
54
-
### For current images
55
-
56
-
#### `edge`
57
-
58
-
Latest released version of Fluentd.
59
-
60
-
#### `vX.Y-A`
61
-
62
-
Latest version of `vX.Y` Fluentd branch.
63
-
64
-
`A` will be incremented when image has major changes.
65
-
66
-
When fluentd version is updated, A is reset to `1`.
67
-
68
-
#### `vX.Y.Z-A.B`
69
-
70
-
Concrete `vX.Y.Z` version of Fluentd. This tag is recommeded for the production environment.
71
-
72
-
`A` will be incremented when image has major changes.
73
-
`B` will be incremented when image has small changes, e.g. library update or bug fixes.
74
-
75
-
When fluentd version is updated, `A.B` is reset to `1.0`.
76
-
77
-
#### `debian` included tag
78
-
79
-
The image based on [Debian Linux image][7].
80
-
You may use this image when you require plugins which cannot be installed on Alpine (like `fluent-plugin-systemd`).
81
-
82
-
#### `armhf` included tag
83
-
84
-
The `armhf` images use ARM base images for use on devices such as Raspberry Pis.
85
-
86
-
Furthermore, the base images enable support for cross-platform builds using the cross-build tools from [resin.io](https://docs.resin.io/reference/base-images/resin-base-images/#resin-xbuild-qemu).
87
-
88
-
In order to build these images natively on ARM devices, the `CROSS_BUILD_START` and `CROSS_BUILD_END` Docker build arguments must be set to the shell no-op (`:`), for example:
This image is based on the popular Debian images and [Alpine Linux project][1], available in
4
+
[the alpine official image][2].
5
+
6
+
## For current images
7
+
8
+
### `edge`
9
+
10
+
Latest released version of Fluentd.
11
+
12
+
### `vX.Y-A`
13
+
14
+
Latest version of `vX.Y` Fluentd branch.
15
+
16
+
`A` will be incremented when image has major changes.
17
+
18
+
When fluentd version is updated, A is reset to `1`.
19
+
20
+
### `vX.Y.Z-A.B`
21
+
22
+
Concrete `vX.Y.Z` version of Fluentd. This tag is recommeded for the production environment.
23
+
24
+
`A` will be incremented when image has major changes.
25
+
`B` will be incremented when image has small changes, e.g. library update or bug fixes.
26
+
27
+
When fluentd version is updated, `A.B` is reset to `1.0`.
28
+
29
+
### `debian` included tag
30
+
31
+
The image based on [Debian Linux image][7].
32
+
You may use this image when you require plugins which cannot be installed on Alpine (like `fluent-plugin-systemd`).
33
+
34
+
### `armhf` included tag
35
+
36
+
The `armhf` images use ARM base images for use on devices such as Raspberry Pis.
37
+
38
+
Furthermore, the base images enable support for cross-platform builds using the cross-build tools from [resin.io](https://docs.resin.io/reference/base-images/resin-base-images/#resin-xbuild-qemu).
39
+
40
+
In order to build these images natively on ARM devices, the `CROSS_BUILD_START` and `CROSS_BUILD_END` Docker build arguments must be set to the shell no-op (`:`), for example:
0 commit comments