wip alpine

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent afa64b46b7
commit f8c6c68cdf
2 changed files with 9 additions and 19 deletions

10
BUILD
View File

@@ -23,13 +23,7 @@ go_binary(
visibility = ["//visibility:public"],
)
container_bundle(
name = "alpine",
images = {"base": "@alpine//image"},
)
rootfs(
name = "alpine-rootfs1",
src = ":alpine.tar",
output = "alpine-rootfs.tar",
name = "alpine-rootfs",
src = "@alpine//image:image",
)