Upgrade the version of Docker in the builder to 1.1.0. Swap out our Docker symlink for a bobfile.

This commit is contained in:
Jake Moshenko 2014-07-11 18:30:35 -04:00
parent c7cc3f72f8
commit b1bb8e8e07
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