docker_image_list_.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:containerregistry 作者: google 项目源码 文件源码
def exists(self):
    try:
      manifest = json.loads(self.manifest(validate=False))
      return manifest['schemaVersion'] == 2 and 'manifests' in manifest
    except docker_http.V2DiagnosticException as err:
      if err.status == httplib.NOT_FOUND:
        return False
      raise
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号