forked from fluent/fluentd-kubernetes-daemonset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
368 lines (308 loc) · 12.1 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
# This Makefile automates possible operations of this project.
#
# Images and description on Docker Hub will be automatically rebuilt on
# pushes to `master` branch of this repo and on updates of parent images.
#
# Note! Docker Hub `post_push` hook must be always up-to-date with values
# specified in current Makefile. To update it just use:
# make post-push-hook-all
#
# It's still possible to build, tag and push images manually. Just use:
# make release-all
IMAGE_NAME := fluent/fluentd-kubernetes
ALL_IMAGES := \
v0.12/alpine-elasticsearch:v0.12.43-elasticsearch,v0.12-elasticsearch,stable-elasticsearch,elasticsearch \
v0.12/alpine-loggly:v0.12.43-loggly,v0.12-loggly,stable-loggly,loggly \
v0.12/alpine-logentries:v0.12.43-logentries,v0.12-logentries,stable-logentries,logentries \
v0.12/alpine-cloudwatch:v0.12.43-cloudwatch,v0.12-cloudwatch,stable-cloudwatch,cloudwatch \
v0.12/alpine-stackdriver:v0.12.43-stackdriver,v0.12-alpine-stackdriver,stable-stackdriver,stackdriver \
v0.12/alpine-s3:v0.12.43-s3,v0.12-s3,stable-s3,s3 \
v0.12/alpine-gcs:v0.12.43-gcs,v0.12-gcs,stable-gcs,gcs \
v0.12/alpine-papertrail:v0.12.43-papertrail,v0.12-papertrail,stable-papertrail,papertrail \
v0.12/alpine-syslog:v0.12.43-syslog,v0.12-syslog,stable-syslog,syslog \
v0.12/alpine-graylog:v0.12.43-graylog,v0.12-graylog,stable-graylog,graylog \
v0.12/alpine-logzio:v0.12.43-logzio,v0.12-logzio,stable-logzio,logzio \
v0.12/alpine-kafka:v0.12.43-kafka,v0.12-kafka,stable-kafka,kafka \
v0.12/debian-elasticsearch:v0.12.43-debian-elasticsearch,v0.12-debian-elasticsearch,debian-elasticsearch \
v0.12/debian-loggly:v0.12.43-debian-loggly,v0.12-debian-loggly,debian-loggly \
v0.12/debian-logentries:v0.12.43-debian-logentries,v0.12-debian-logentries,debian-logentries \
v0.12/debian-cloudwatch:v0.12.43-debian-cloudwatch,v0.12-debian-cloudwatch,debian-cloudwatch \
v0.12/debian-stackdriver:v0.12.43-debian-stackdriver,v0.12-debian-stackdriver,debian-stackdriver \
v0.12/debian-s3:v0.12.43-debian-s3,v0.12-debian-s3,debian-s3 \
v0.12/debian-gcs:v0.12.43-debian-gcs,v0.12-debian-gcs,debian-gcs \
v0.12/debian-papertrail:v0.12.43-debian-papertrail,v0.12-debian-papertrail,debian-papertrail \
v0.12/debian-syslog:v0.12.43-debian-syslog,v0.12-debian-syslog,debian-syslog \
v0.12/debian-graylog:v0.12.43-debian-graylog,v0.12-debian-graylog,debian-stable-graylog,debian-graylog \
v0.12/debian-logzio:v0.12.43-debian-logzio,v0.12-debian-logzio,debian-logzio \
v0.12/debian-kafka:v0.12.43-debian-kafka,v0.12-debian-kafka,debian-kafka \
v1.2/debian-elasticsearch:v1.2.2-debian-elasticsearch,v1.2-debian-elasticsearch \
v1.2/debian-loggly:v1.2.2-debian-loggly,v1.2-debian-loggly \
v1.2/debian-logentries:v1.2.2-debian-logentries,v1.2-debian-logentries \
v1.2/debian-cloudwatch:v1.2.2-debian-cloudwatch,v1.2-debian-cloudwatch \
v1.2/debian-stackdriver:v1.2.2-debian-stackdriver,v1.2-debian-stackdriver \
v1.2/debian-s3:v1.2.2-debian-s3,v1.2-debian-s3 \
v1.2/debian-syslog:v1.2.2-debian-syslog,v1.2-debian-syslog \
v1.2/debian-gcs:v1.2.2-debian-gcs,v1.2-debian-gcs \
v1.2/debian-graylog:v1.2.2-debian-graylog,v1.2-debian-graylog,debian-stable-graylog \
v1.2/debian-papertrail:v1.2.2-debian-papertrail,v1.2-debian-papertrail \
v1.2/debian-logzio:v1.2.2-debian-logzio,v1.2-debian-logzio,debian-logzio \
v1.2/debian-kafka:v1.2.2-debian-kafka,v1.2-debian-kafka
# <Dockerfile>:<version>,<tag1>,<tag2>,...
comma := ,
empty :=
space := $(empty) $(empty)
# Default is first image from ALL_IMAGES list.
DOCKERFILE ?= $(word 1,$(subst :, ,$(word 1,$(ALL_IMAGES))))
TARGET ?= $(word 2,$(subst -, , $(DOCKERFILE)))
# Gets the version value based on the directory the dockerfile is in.
FLUENTD_VERSION ?= $(word 1,$(subst /, ,$(DOCKERFILE)))
# Finds the image tags based on whatever DOCKERFILE is set to, even if the user
# has passed DOCKERFILE explicitly
#
# Gets the <version>,<tag1>,<tag2>,... from <Dockerfile>:<version>,<tag1>,<tag2>,...
TAGS ?= $(word 2,$(subst :, ,$(word 1,$(filter $(DOCKERFILE)%, $(ALL_IMAGES)))))
# Gets the <version> from <Dockerfile>:<version>,<tag1>,<tag2>,...
VERSION ?= $(word 1,$(subst $(comma), ,$(TAGS)))
no-cache ?= no
eq = $(if $(or $(1),$(2)),$(and $(findstring $(1),$(2)),\
$(findstring $(2),$(1))),1)
## Docker image management
# Build Docker image.
#
# Usage:
# make image [no-cache=(yes|no)] [DOCKERFILE=] [VERSION=]
no-cache-arg = $(if $(call eq, $(no-cache), yes), --no-cache, $(empty))
image:
docker build $(no-cache-arg) -t $(IMAGE_NAME):$(VERSION) docker-image/$(DOCKERFILE)
# Tag Docker image with given tags.
#
# Usage:
# make tags [VERSION=] [TAGS=t1,t2,...]
parsed-tags = $(subst $(comma), $(space), $(TAGS))
tags:
(set -e ; $(foreach tag, $(parsed-tags), \
docker tag $(IMAGE_NAME):$(VERSION) $(IMAGE_NAME):$(tag) ; \
))
# Manually push Docker images to Docker Hub.
#
# Usage:
# make push [TAGS=t1,t2,...]
push:
(set -e ; $(foreach tag, $(parsed-tags), \
docker push $(IMAGE_NAME):$(tag) ; \
))
# Make manual release of Docker images to Docker Hub.
#
# Usage:
# make release [no-cache=(yes|no)] [DOCKERFILE=] [VERSION=] [TAGS=t1,t2,...]
release: | image tags push
# Make manual release of all supported Docker images to Docker Hub.
#
# Usage:
# make release-all [no-cache=(yes|no)]
release-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make release no-cache=$(no-cache) \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
VERSION=$(word 1,$(subst $(comma), ,\
$(word 2,$(subst :, ,$(img))))) \
TAGS=$(word 2,$(subst :, ,$(img))) ; \
))
## Template processing
# Generate Docker image sources.
#
# Usage:
# make src [DOCKERFILE=] [VERSION=] [TAGS=t1,t2,...]
src: dockerfile gemfile fluent.conf systemd.conf kubernetes.conf plugins post-push-hook entrypoint.sh
# Generate sources for all supported Docker images.
#
# Usage:
# make src-all
src-all: README.md
(set -e ; $(foreach img,$(ALL_IMAGES), \
make src \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
VERSION=$(word 1,$(subst $(comma), ,\
$(word 2,$(subst :, ,$(img))))) \
TAGS=$(word 2,$(subst :, ,$(img))) ; \
))
# Generate Dockerfile from template.
#
# Usage:
# make dockerfile [DOCKERFILE=] [VERSION=]
dockerfile:
mkdir -p docker-image/$(DOCKERFILE)
cp $(PWD)/templates/.dockerignore docker-image/$(DOCKERFILE)/.dockerignore
docker run --rm -i -v $(PWD)/templates/Dockerfile.erb:/Dockerfile.erb:ro \
ruby:alpine erb -U -T 1 \
dockerfile='$(DOCKERFILE)' \
version='$(VERSION)' \
/Dockerfile.erb > docker-image/$(DOCKERFILE)/Dockerfile
# Generate Gemfile and Gemfile.lock from template.
#
# Usage:
# make gemfile [DOCKERFILE=] [VERSION=]
gemfile:
mkdir -p docker-image/$(DOCKERFILE)
docker run --rm -i -v $(PWD)/templates/Gemfile.erb:/Gemfile.erb:ro \
ruby:alpine erb -U -T 1 \
dockerfile='$(DOCKERFILE)' \
version='$(VERSION)' \
/Gemfile.erb > docker-image/$(DOCKERFILE)/Gemfile
docker run --rm -i -v $(PWD)/docker-image/$(DOCKERFILE)/Gemfile:/Gemfile:ro \
ruby:alpine sh -c "apk add --no-cache --quiet git && bundle lock --print" > docker-image/${DOCKERFILE}/Gemfile.lock
# Generate entrypoint.sh from template.
#
# Usage:
# make entrypoint.sh [DOCKERFILE=] [VERSION=]
entrypoint.sh:
mkdir -p docker-image/$(DOCKERFILE)
docker run --rm -i -v $(PWD)/templates/entrypoint.sh.erb:/entrypoint.sh.erb:ro \
ruby:alpine erb -U -T 1 \
dockerfile='$(DOCKERFILE)' \
version='$(VERSION)' \
/entrypoint.sh.erb > docker-image/$(DOCKERFILE)/entrypoint.sh
chmod 755 docker-image/$(DOCKERFILE)/entrypoint.sh
# Generate fluent.conf from template.
#
# Usage:
# make fluent.conf [DOCKERFILE=] [VERSION=]
fluent.conf:
mkdir -p docker-image/$(DOCKERFILE)/conf
docker run --rm -i -v $(PWD)/templates/conf/fluent.conf.erb:/fluent.conf.erb:ro \
ruby:alpine erb -U -T 1 \
dockerfile='$(DOCKERFILE)' \
version='$(VERSION)' \
/fluent.conf.erb > docker-image/$(DOCKERFILE)/conf/fluent.conf
# Generate kubernetes.conf from template.
#
# Usage:
# make kubernetes.conf [DOCKERFILE=] [VERSION=]
kubernetes.conf:
mkdir -p docker-image/$(DOCKERFILE)/conf
docker run --rm -i -v $(PWD)/templates/conf/kubernetes.conf.erb:/kubernetes.conf.erb:ro \
ruby:alpine erb -U -T 1 \
dockerfile='$(DOCKERFILE)' \
version='$(VERSION)' \
/kubernetes.conf.erb > docker-image/$(DOCKERFILE)/conf/kubernetes.conf
systemd.conf:
mkdir -p docker-image/$(DOCKERFILE)/conf
docker run --rm -i -v $(PWD)/templates/conf/systemd.conf.erb:/systemd.conf.erb:ro \
ruby:alpine erb -U -T 1 \
dockerfile='$(DOCKERFILE)' \
version='$(VERSION)' \
/systemd.conf.erb > docker-image/$(DOCKERFILE)/conf/systemd.conf
README.md: templates/README.md.erb
docker run --rm -i -v $(PWD)/templates/README.md.erb:/README.md.erb:ro \
ruby:alpine erb -U -T 1 \
all_images='$(ALL_IMAGES)' \
/README.md.erb > README.md
# Generate plugins for version
#
# Usage:
# make plugins [DOCKERFILE=]
plugins:
mkdir -p docker-image/$(DOCKERFILE)/plugins
cp -R plugins/$(FLUENTD_VERSION)/shared/. docker-image/$(DOCKERFILE)/plugins/
cp -R plugins/$(FLUENTD_VERSION)/$(TARGET)/. docker-image/$(DOCKERFILE)/plugins/
# Create `post_push` Docker Hub hook.
#
# When Docker Hub triggers automated build all the tags defined in `post_push`
# hook will be assigned to built image. It allows to link the same image with
# different tags, and not to build identical image for each tag separately.
# See details:
# http://windsock.io/automated-docker-image-builds-with-multiple-tags
#
# Usage:
# make post-push-hook [DOCKERFILE=] [TAGS=t1,t2,...]
post-push-hook:
mkdir -p docker-image/$(DOCKERFILE)/hooks
docker run --rm -i -v $(PWD)/templates/post_push.erb:/post_push.erb:ro \
ruby:alpine erb -U \
image_tags='$(TAGS)' \
/post_push.erb > docker-image/$(DOCKERFILE)/hooks/post_push
# Generate Dockerfile from template for all supported Docker images.
#
# Usage:
# make dockerfile-all
dockerfile-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make dockerfile \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
VERSION=$(word 1,$(subst $(comma), ,\
$(word 2,$(subst :, ,$(img))))) ; \
))
# Generate Gemfile and Gemfile.lock from template for all supported Docker images.
#
# Usage:
# make gemfile-all
gemfile-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make gemfile \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
VERSION=$(word 1,$(subst $(comma), ,\
$(word 2,$(subst :, ,$(img))))) ; \
))
# Generate entrypoint.sh from template for all supported Docker images.
#
# Usage:
# make entrypoint.sh-all
entrypoint.sh-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make entrypoint.sh \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
VERSION=$(word 1,$(subst $(comma), ,\
$(word 2,$(subst :, ,$(img))))) ; \
))
# Generate fluent.conf from template for all supported Docker images.
#
# Usage:
# make fluent.conf-all
fluent.conf-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make fluent.conf \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
VERSION=$(word 1,$(subst $(comma), ,\
$(word 2,$(subst :, ,$(img))))) ; \
))
# Generate kubernetes.conf from template for all supported Docker images.
#
# Usage:
# make kubernetes.conf-all
kubernetes.conf-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make kubernetes.conf \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
VERSION=$(word 1,$(subst $(comma), ,\
$(word 2,$(subst :, ,$(img))))) ; \
))
# copy plugins required for all supported Docker images.
#
# Usage:
# make plugins-all
plugins-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make plugins \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) ; \
))
# Create `post_push` Docker Hub hook for all supported Docker images.
#
# Usage:
# make post-push-hook-all
post-push-hook-all:
(set -e ; $(foreach img,$(ALL_IMAGES), \
make post-push-hook \
DOCKERFILE=$(word 1,$(subst :, ,$(img))) \
TAGS=$(word 2,$(subst :, ,$(img))) ; \
))
.PHONY: image tags push \
release release-all \
src src-all \
dockerfile dockerfile-all \
gemfile gemfile-all \
entrypoint.sh entrypoint.sh-all \
fluent.conf fluent.conf-all \
kubernetes.conf kubernetes.conf-all\
plugins plugins-all \
post-push-hook post-push-hook-all \
README.md