aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/docker/docker.bzl
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-10-09 14:10:42 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-09 14:42:58 +0000
commit80245bcdcb77493fbe3d6789c98b96c570159960 (patch)
treee72446d9ff497eb8d0fdb12892f7bb11303be606 /tools/build_defs/docker/docker.bzl
parentec07479061adae837c460a1dabc5ee396bfc9abf (diff)
Introduce debian and tar packaging rules
This refactor a bit the docker rules to reuse the tarball construction. Also introduce the debian archive for the release process. RELNOTES[NEW]: Debian and tar packaging is now supported (see tools/build_defs/pkg/README.md). -- MOS_MIGRATED_REVID=105053604
Diffstat (limited to 'tools/build_defs/docker/docker.bzl')
-rw-r--r--tools/build_defs/docker/docker.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_defs/docker/docker.bzl b/tools/build_defs/docker/docker.bzl
index 238490ca42..53bfd68854 100644
--- a/tools/build_defs/docker/docker.bzl
+++ b/tools/build_defs/docker/docker.bzl
@@ -304,7 +304,7 @@ docker_build_ = rule(
"repository": attr.string(default="bazel"),
# Implicit dependencies.
"_build_layer": attr.label(
- default=Label("//tools/build_defs/docker:build_layer"),
+ default=Label("//tools/build_defs/pkg:build_tar"),
cfg=HOST_CFG,
executable=True,
allow_files=True),