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
Onbuild images are deemed as 'useful but confusing'.
Rather than produce onbuild images, projects should consider providing
example Dockerfiles for consumers to use for reference.
Almost all official Docker Hub project have removed their onbuilds now.
Ref: docker-library/official-images#2076
Ref: docker-library/docs@3823017
Signed-off-by: Lee Jones <lee.jones@linaro.org>
We recommend to use debian version for production because it uses jemalloc to mitigate memory fragmentation issue.
@@ -100,8 +91,6 @@ This image is based on the popular [Alpine Linux project][1], available in
100
91
Alpine Linux is much smaller than most distribution base images (~5MB), and
101
92
thus leads to much slimmer images in general.
102
93
103
-
Since `v0.12.26`, tags are separated into `vX.Y.Z` and `vX.Y.Z-onbuild`.
104
-
105
94
### `stable`, `latest`
106
95
107
96
Latest version of stable Fluentd branch (currently `v1.0`).
@@ -118,12 +107,6 @@ Latest version of `vX.Y` Fluentd branch.
118
107
119
108
Concrete `vX.Y.Z` version of Fluentd.
120
109
121
-
### `onbuild`, `xxx-onbuild`
122
-
123
-
This image makes building derivative images easier.
124
-
See ["How to build your own image"](#how-to-build-your-own-image) section for
125
-
more details.
126
-
127
110
### `debian`
128
111
129
112
The image based on [Debian Linux image][7].
@@ -138,14 +121,14 @@ Furthermore, the base images enable support for cross-platform builds using the
138
121
139
122
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