Remove always pull image/Switch ENV for free input/Update maintainer info/MAX RANCHER VERSION

This commit is contained in:
Eason 2018-02-07 22:39:52 +08:00
parent 1b58770a65
commit d1fc1b6a6d
7 changed files with 10 additions and 31 deletions

View File

@ -4,8 +4,6 @@ services:
image: eason02/filebeat-alpine:5.3.1 image: eason02/filebeat-alpine:5.3.1
container_name: filebeat-alpine-5.3.1 container_name: filebeat-alpine-5.3.1
restart: always restart: always
labels:
io.rancher.container.pull_image: always
environment: environment:
- env=${ENV} - env=${ENV}
- logstash=${LOGSTASH} - logstash=${LOGSTASH}

View File

@ -4,20 +4,15 @@ catalog:
version: "5.3.1" version: "5.3.1"
description: "Catalog's rancher-compose" description: "Catalog's rancher-compose"
minimun_rancher_version: v1.0.1 minimun_rancher_version: v1.0.1
maximun_rancher_version: v1.6.12 maximun_rancher_version: v1.6.14
upgrade_from: "1.0.0" upgrade_from: "1.0.0"
questions: questions:
- variable: "ENV" - variable: "ENV"
label: "Environment Name" label: "Environment Name"
description: "Environment to distinguish data source" description: "Environment to distinguish data source, you can set it as QA/PP/PROD or your preference."
default: "QA" default: "QA"
required: true required: true
type: "enum" type: "string"
options:
- QA
- PP
- INT
- PROD
- variable: "PROJECT" - variable: "PROJECT"
label: "Project Name" label: "Project Name"
description: "Indicated log of which project" description: "Indicated log of which project"

View File

@ -4,8 +4,6 @@ services:
image: eason02/filebeat-alpine:5.6.3 image: eason02/filebeat-alpine:5.6.3
container_name: filebeat-alpine-5.6.3 container_name: filebeat-alpine-5.6.3
restart: always restart: always
labels:
io.rancher.container.pull_image: always
environment: environment:
- env=${ENV} - env=${ENV}
- logstash=${LOGSTASH} - logstash=${LOGSTASH}

View File

@ -4,20 +4,15 @@ catalog:
version: "5.6.3" version: "5.6.3"
description: "Catalog's rancher-compose" description: "Catalog's rancher-compose"
minimun_rancher_version: v1.0.1 minimun_rancher_version: v1.0.1
maximun_rancher_version: v1.6.12 maximun_rancher_version: v1.6.14
upgrade_from: "1.0.0" upgrade_from: "1.0.0"
questions: questions:
- variable: "ENV" - variable: "ENV"
label: "Environment Name" label: "Environment Name"
description: "Environment to distinguish data source" description: "Environment to distinguish data source, you can set it as QA/PP/PROD or your preference."
default: "QA" default: "QA"
required: true required: true
type: "enum" type: "string"
options:
- QA
- PP
- INT
- PROD
- variable: "PROJECT" - variable: "PROJECT"
label: "Project Name" label: "Project Name"
description: "Indicated log of which project" description: "Indicated log of which project"

View File

@ -4,8 +4,6 @@ services:
image: eason02/filebeat-alpine:6.1.1 image: eason02/filebeat-alpine:6.1.1
container_name: filebeat-alpine-6.1.1 container_name: filebeat-alpine-6.1.1
restart: always restart: always
labels:
io.rancher.container.pull_image: always
environment: environment:
- env=${ENV} - env=${ENV}
- logstash=${LOGSTASH} - logstash=${LOGSTASH}

View File

@ -4,20 +4,15 @@ catalog:
version: "6.1.1" version: "6.1.1"
description: "Catalog's rancher-compose" description: "Catalog's rancher-compose"
minimun_rancher_version: v1.0.1 minimun_rancher_version: v1.0.1
maximun_rancher_version: v1.6.12 maximun_rancher_version: v1.6.14
upgrade_from: "1.0.0" upgrade_from: "1.0.0"
questions: questions:
- variable: "ENV" - variable: "ENV"
label: "Environment Name" label: "Environment Name"
description: "Environment to distinguish data source" description: "Environment to distinguish data source, you can set it as QA/PP/PROD or your preference."
default: "QA" default: "QA"
required: true required: true
type: "enum" type: "string"
options:
- QA
- PP
- INT
- PROD
- variable: "PROJECT" - variable: "PROJECT"
label: "Project Name" label: "Project Name"
description: "Indicated log of which project" description: "Indicated log of which project"

View File

@ -3,6 +3,6 @@ description: Log Shipper to logstash
version: 6.1.1 version: 6.1.1
category: Shipper category: Shipper
#maintainer: eason.lau02@hotmail.com maintainer: "Eason Lau <eason.lau02@hotmail.com>"
#license: MIT #license: MIT
projectURL: https://github.com/easonlau02/filebeat-alpine projectURL: https://github.com/easonlau02/filebeat-alpine