Fix the order and number of arguments for squashing/ACI

This commit is contained in:
Jake Moshenko 2017-01-11 15:16:49 -05:00
parent a6ae770b77
commit fe9f97cd0e
2 changed files with 4 additions and 5 deletions

View file

@ -31,8 +31,8 @@ class AppCImageFormatter(TarImageFormatter):
# Yield the manifest.
manifest = json.dumps(DockerV1ToACIManifestTranslator.build_manifest(
tag,
repo_image,
tag,
synthetic_image_id
))
yield self.tar_file('manifest', manifest, mtime=image_mtime)