|
|
|
|
|
docker_image_format(image_hash)
Return the registry format ('v1' or 'v2') of the given image. |
source code
|
|
|
|
|
|
|
find_image_hashes(image_search,
image_tag=None) |
source code
|
|
|
find_one_image_hash(image_search,
image_tag=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
make_link(api_client,
num_retries,
link_class,
link_name,
**link_attrs) |
source code
|
|
|
|
|
_get_docker_links(api_client,
num_retries,
**kwargs) |
source code
|
|
|
_new_image_listing(link,
dockerhash,
repo='<none>',
tag='<none>') |
source code
|
|
|
list_images_in_arv(api_client,
num_retries,
image_name=None,
image_tag=None)
List all Docker images known to the api_client with image_name and
image_tag. |
source code
|
|
|
|
|
|
|
main(arguments=None,
stdout=sys.stdout,
install_sig_handlers=True,
api=None) |
source code
|
|
|
logger = logging.getLogger('arvados.keepdocker')
|
|
EARLIEST_DATETIME = datetime.datetime(datetime.MINYEAR, 1, 1, ...
|
|
STAT_CACHE_ERRORS = IOError, OSError, ValueError
|
|
DockerImage = collections.namedtuple('DockerImage', ['repo', '...
|
|
keepdocker_parser = argparse.ArgumentParser(add_help= False)
|
|
_group = keepdocker_parser.add_mutually_exclusive_group()
|
|
arg_parser = argparse.ArgumentParser(description= "Upload or l...
|