This commit is contained in:
Joseph Schorr 2014-07-14 16:26:29 -04:00
commit abe2ffb377
4 changed files with 22 additions and 1 deletions

22
Bobfile Normal file
View file

@ -0,0 +1,22 @@
version = 1
[docker]
build_opts = ["--rm"]
[container_globals]
registry = "quay.io/quay"
skip_push = true
[[container]]
name = "quay"
Dockerfile = "Dockerfile.web"
project = "quay"
tags = ["git:short", "latest"]
[[container]]
name = "builder"
Dockerfile = "Dockerfile.buildworker"
project = "builder"
tags = ["git:short", "latest"]
# vim:ft=toml

View file

@ -1 +0,0 @@
Dockerfile.web