# buildifier: disable=module-docstring load("//:third_party_images.bzl", "third_party_container_dep") REPOSITORY = "library/alpine" third_party_container_dep( name = "alpine", registry = "index.docker.io", digest = "sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace", repository = REPOSITORY, tag = "3.18.6", ) third_party_container_dep( name = "ubuntu", registry = "index.docker.io", digest = "sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace", repository = "library/ubuntu", destination_repo = "mycustomrepo/ubuntu", tag = "3.18.6", )