mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-12 04:37:50 +01:00
9 lines
204 B
Python
9 lines
204 B
Python
|
load("@io_bazel_rules_docker//container:container.bzl", "container_image")
|
||
|
|
||
|
package(default_visibility = ["//visibility:public"])
|
||
|
|
||
|
container_image(
|
||
|
name = "base-image",
|
||
|
base = "@ubuntu//image",
|
||
|
)
|