init
This commit is contained in:
commit
aeed65257b
2 changed files with 16 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM fluent/fluentd:v1.16-debian-1
|
||||||
|
USER root
|
||||||
|
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-document"]
|
||||||
|
USER fluent
|
12
pipeline.yml
Normal file
12
pipeline.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
resources:
|
||||||
|
- name: version
|
||||||
|
type: semver
|
||||||
|
source:
|
||||||
|
driver: git
|
||||||
|
initial_version: "1.0.0"
|
||||||
|
uri: ssh://git@git.kun.is:56287/pim/fluentd.git
|
||||||
|
branch: version
|
||||||
|
file: version
|
||||||
|
private_key: {{private_key}}
|
||||||
|
icon: numeric
|
Reference in a new issue