Add Rancher metadata to swarm templates

This commit is contained in:
LLParse
2016-03-24 09:37:35 -07:00
parent 4ba17efe58
commit f02a2cf1e9
9 changed files with 43 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
ghost:
image: ghost
image: ghost:0.7.8
ports:
- "80:2368"
- "${client_port}:2368"
@@ -0,0 +1,12 @@
.catalog:
name: "Ghost"
version: 0.7.8-rancher1
description: "Blog powered by Ghost"
minimum_rancher_version: v1.0.0-rc2
questions:
- variable: client_port
description: "Port to access the blog"
label: "Client Port"
required: true
default: "80"
type: "int"
+1 -1
View File
@@ -1,5 +1,5 @@
name: Ghost
description: |
Blog powered by Ghost
version: v0.1-educaas
version: 0.7.8-rancher1
category: Blogging