streamx-dev / streamx-docs-resources

0 stars 1 forks source link

Add info about pulled image #17

Closed rgrebski closed 2 months ago

rgrebski commented 2 months ago

Currently, when CLI is pulling there is no information which image is being pulled.

Current output:

    Starting to pull image
    Pulling image layers:  0 pending,  0 downloaded,  0 extracted, (0 bytes/0 bytes)
    Starting to pull image
    Pulling image layers:  0 pending,  0 downloaded,  0 extracted, (0 bytes/0 bytes)
    Starting to pull image
    Pulling image layers:  0 pending,  0 downloaded,  0 extracted, (0 bytes/0 bytes)
    Pulling image layers:  5 pending,  1 downloaded,  0 extracted, (1 KB/? MB)
    Pulling image layers:  4 pending,  2 downloaded,  0 extracted, (2 KB/? MB)
    Pulling image layers:  3 pending,  3 downloaded,  0 extracted, (27 MB/? MB)
    Pulling image layers:  5 pending,  1 downloaded,  0 extracted, (1 MB/? MB)

Desired output:

    [jeager] Starting to pull image 
    [jeager] Pulling image layers:  0 pending,  0 downloaded,  0 extracted, (0 bytes/0 bytes)
    [grafana] Starting to pull image
    [grafana] Pulling image layers:  0 pending,  0 downloaded,  0 extracted, (0 bytes/0 bytes)
    etc...
hamster-bay commented 2 months ago

@rgrebski , I am taking this issue to the team internally for further discussion and will notify you of any changes in future updates.

hamster-bay commented 2 months ago

@rgrebski, The issue was reviewed by the development team during pre-refinement. After evaluation, it was decided not to pursue this change.

Thank you for the suggestion. Feel welcome to share any additional ideas or feedback.