Skip to content

fix: prevent flickering prompt when pulling same image from N services#9476

Merged
glours merged 1 commit into
docker:v2from
maxcleme:9469-fix-flickering-prompt
May 20, 2022
Merged

fix: prevent flickering prompt when pulling same image from N services#9476
glours merged 1 commit into
docker:v2from
maxcleme:9469-fix-flickering-prompt

Conversation

@maxcleme
Copy link
Copy Markdown
Member

Signed-off-by: Maxime CLEMENT [email protected]

What I did

Prevent event's parent to be swapped for another, since it uses the same ID it would make the prompt to flicker.

Current issue can be seen by using the following compose file :

services:
  a:
    image: ubuntu:22.10
  b:
    image: ubuntu:22.10

Note: Use both same large images to make the issue appear longer

Related issue

Fixes #9469

(not mandatory) A picture of a cute animal, if possible in relation with what you did

Copy link
Copy Markdown
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mess output when compose pull images that contains the same layer

3 participants