Skip to content

Instantly share code, notes, and snippets.

@benley
Created August 29, 2016 19:42
Show Gist options
  • Save benley/9e0020d76951410feb1cbfe54fe4b865 to your computer and use it in GitHub Desktop.
Save benley/9e0020d76951410feb1cbfe54fe4b865 to your computer and use it in GitHub Desktop.
new_http_archive(
name = "docker_ubuntu",
build_file_content = """
docker_build(
name = "trusty",
tars = ["trusty/ubuntu-trusty-core-cloudimg-amd64-root.tar.gz"],
visibility = ["//visibility:public"]
)
""",
sha256 = "de31e6fcb843068965de5945c11a6f86399be5e4208c7299fb7311634fb41943",
strip_prefix = "docker-brew-ubuntu-core-e406914e5f648003dfe8329b512c30c9ad0d2f9c",
type = "zip",
url = "https://codeload.github.com/tianon/docker-brew-ubuntu-core/zip/e406914e5f648003dfe8329b512c30c9ad0d2f9c",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment