Skip to content

Improve image pull output rendering in microcks start #415

@Syedowais312

Description

@Syedowais312

Reason/Context

Problem

microcks start currently prints raw Docker image pull JSON logs directly to the terminal.

Example:

{"status":"Downloading","progressDetail":{...}}
{"status":"Extracting","progressDetail":{...}}

This floods the terminal and makes the output difficult to read.

Description

Expected Behavior

Image pull progress should be rendered in a cleaner Docker-style format (progress bars/status updates) instead of raw JSON output.

Possible Fix

Use Docker's JSON message renderer (jsonmessage.DisplayJSONMessagesStream) instead of directly streaming the pull output to stdout.

Implementation ideas

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions