Skip to content

Commit 81c9ca4

Browse files
author
Gabriel Monroy
committed
add docker images as submodules
1 parent 0331f51 commit 81c9ca4

7 files changed

Lines changed: 24 additions & 0 deletions

File tree

.gitmodules

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[submodule "images/etcd"]
2+
path = images/etcd
3+
url = ssh://github.com/deis/etcd.git
4+
[submodule "images/postgres"]
5+
path = images/postgres
6+
url = ssh://github.com/deis/postgres.git
7+
[submodule "images/redis"]
8+
path = images/redis
9+
url = ssh://github.com/deis/redis.git
10+
[submodule "images/server"]
11+
path = images/server
12+
url = ssh://github.com/deis/server.git
13+
[submodule "images/worker"]
14+
path = images/worker
15+
url = ssh://github.com/deis/worker.git
16+
[submodule "images/builder"]
17+
path = images/builder
18+
url = ssh://github.com/deis/builder.git

images/builder

Submodule builder added at af9140e

images/etcd

Submodule etcd added at db09d7c

images/postgres

Submodule postgres added at 817f981

images/redis

Submodule redis added at e852b87

images/server

Submodule server added at 910f183

images/worker

Submodule worker added at ff540e2

0 commit comments

Comments
 (0)