lxcconfigxz

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent 7b4c7ba04f
commit 64b5eaa954
2 changed files with 15 additions and 10 deletions

8
BUILD
View File

@@ -19,11 +19,3 @@ go_binary(
embed = [":go_default_library"],
visibility = ["//visibility:public"],
)
genrule(
name = "alpine-rootfs",
srcs = ["@alpine//image"],
outs = ["alpine-rootfs.tar"],
cmd = "$(location :undocker) rootfs $< $@",
tools = [":undocker"],
)