This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/Bobfile

22 lines
No EOL
372 B
TOML

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