Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
abe2ffb377
4 changed files with 22 additions and 1 deletions
22
Bobfile
Normal file
22
Bobfile
Normal 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
|
|
@ -1 +0,0 @@
|
|||
Dockerfile.web
|
Binary file not shown.
Binary file not shown.
Reference in a new issue