dml_util.lib.dkr

dml_util.lib.dkr#

Classes

Ecr(ecr, s3)

class dml_util.lib.dkr.Ecr(ecr: 'boto3.client' = <factory>, s3: 'boto3.client' = <factory>)[source]#

Bases: object

Parameters:
  • ecr (boto3.client)

  • s3 (boto3.client)

build(tarball, build_flags=(), repo=None)[source]#
ecr: boto3.client#
login()[source]#
push(local_image, repo_uri)[source]#
s3: boto3.client#