Browse Source

Merge pull request #1899 from infosiftr/hello-dockercon

Add vanity DockerCon variations of hello-world
yosifkit 9 years ago
parent
commit
e76eedd13d
4 changed files with 24 additions and 2 deletions
  1. 9 0
      library/hello-seattle
  2. 3 2
      library/hello-world
  3. 9 0
      library/hola-mundo
  4. 3 0
      test/config.sh

+ 9 - 0
library/hello-seattle

@@ -0,0 +1,9 @@
+# this file is generated via https://github.com/docker-library/hello-world/blob/a2654a926677e91e30a233758e23b9acb2ef1ea8/generate-stackbrew-library.sh
+
+Maintainers: Tianon Gravi <[email protected]> (@tianon),
+             Joseph Ferguson <[email protected]> (@yosifkit)
+GitRepo: https://github.com/docker-library/hello-world.git
+Directory: hello-seattle
+
+Tags: latest
+GitCommit: a2654a926677e91e30a233758e23b9acb2ef1ea8

+ 3 - 2
library/hello-world

@@ -1,8 +1,9 @@
-# this file is generated via https://github.com/docker-library/hello-world/blob/b0306018512706518a33d24583e6c67a730de71e/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/hello-world/blob/a2654a926677e91e30a233758e23b9acb2ef1ea8/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/hello-world.git
+Directory: hello-world
 
 Tags: latest
-GitCommit: fb12b77c31f97ef7cee73c280432d771823d9ec8
+GitCommit: a2654a926677e91e30a233758e23b9acb2ef1ea8

+ 9 - 0
library/hola-mundo

@@ -0,0 +1,9 @@
+# this file is generated via https://github.com/docker-library/hello-world/blob/a2654a926677e91e30a233758e23b9acb2ef1ea8/generate-stackbrew-library.sh
+
+Maintainers: Tianon Gravi <[email protected]> (@tianon),
+             Joseph Ferguson <[email protected]> (@yosifkit)
+GitRepo: https://github.com/docker-library/hello-world.git
+Directory: hola-mundo
+
+Tags: latest
+GitCommit: a2654a926677e91e30a233758e23b9acb2ef1ea8

+ 3 - 0
test/config.sh

@@ -26,6 +26,9 @@ testAlias+=(
 
 	[mariadb]='mysql'
 	[percona]='mysql'
+
+	[hola-mundo]='hello-world'
+	[hello-seattle]='hello-world'
 )
 
 imageTests+=(