Fix the order and number of arguments for squashing/ACI
This commit is contained in:
parent
a6ae770b77
commit
fe9f97cd0e
2 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue