Skip to content

Commit

Permalink
require image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed Nov 6, 2017
1 parent 3b8f89a commit d09ecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hysds_commons/container_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_container(es_url, ident, logger=None):
logger=logger)


def add_container(es_url, name, url, version, digest=None, logger=None):
def add_container(es_url, name, url, version, digest, logger=None):
'''
Ingests a container into the Mozart ElasticSearch index
@param es_url - elasticsearch URL
Expand Down

0 comments on commit d09ecef

Please sign in to comment.