Skip to content

Commit 44d5090

Browse files
chore(cli): trim verbose digest comment back to upstream wording
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0dd9e15 commit 44d5090

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/cli-v3/src/deploy/buildImage.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,7 @@ async function localBuildImage(options: SelfHostedBuildImageOptions): Promise<Bu
650650
} else {
651651
logger.debug("Parsed metadata.json", { metadata: meta.data, path: metadataPath });
652652

653-
// Always use the manifest (list) digest. With --output type=image,push=true
654-
// (selected by getOutputOptions when push is enabled) BuildKit reports the
655-
// pushed manifest digest here, so we don't need a separate `docker inspect`
656-
// to retrieve it.
653+
// Always use the manifest (list) digest
657654
digest = meta.data["containerimage.digest"];
658655
}
659656

0 commit comments

Comments
 (0)