This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if base_image == "scratch": | |
return base_image | |
if ':' in base_image: | |
return base_image | |
return "%s:%s" % (base_image, version) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "Config", | |
"id": "wildfly-config", | |
"apiVersion": "v1beta1", | |
"name": "JBoss WildFly", | |
"description": "Creates a JBoss WildFly cluster", | |
"items": [ | |
{ | |
"kind": "Service", | |
"id": "lb-http-service", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
summary: test | |
os: | |
name: sl | |
version: 6 | |
version: 1 | |
release: 0 | |
packages: | |
- git | |
- subversion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frontend-64 1.2.final: d4df29bd | |
frontend-32: 1.2.final: d8df29b1 | |
appserver-64 1.2.final: a8df29c1 | |
appserver-32: 1.2.final: c4df29ad | |
postgresql-64 1.2.final: d6df29bf | |
postgresql-32: 1.2.final: c2df29ab | |
developer-standalone-64 1.2.final: d2df29bb |