Stop writing to deprecated columns for image data.
This commit is contained in:
parent
6bf2ddb762
commit
9da64f3aba
9 changed files with 13 additions and 39 deletions
|
@ -88,8 +88,7 @@ def __create_subtree(repo, structure, creator_username, parent, tag_map):
|
|||
# Write some data for the storage.
|
||||
if os.environ.get('WRITE_STORAGE_FILES'):
|
||||
storage_paths = StoragePaths()
|
||||
paths = [storage_paths.image_json_path,
|
||||
storage_paths.image_ancestry_path,
|
||||
paths = [storage_paths.image_ancestry_path,
|
||||
storage_paths.image_layer_path]
|
||||
|
||||
for path_builder in paths:
|
||||
|
|
Reference in a new issue