Skip to content

cmd/docker: areFlagsSupported: don't Ping if not needed - #4506

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:lazy_ping
Aug 23, 2023
Merged

cmd/docker: areFlagsSupported: don't Ping if not needed#4506
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:lazy_ping

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

cmd/docker: areFlagsSupported: don't Ping if not needed

This is a similar fix as 006c946 (#3904), which
fixed this for detection of commands that were executed. Make sure we don't
call the "/_ping" endpoint if we don't need to.

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

This is a similar fix as 006c946, which
fixed this for detection of commands that were executed. Make sure we don't
call the "/_ping" endpoint if we don't need to.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

@vvoland ptal 🤗 (also opened backports for this one)

@thaJeztah
thaJeztah merged commit b3f8207 into docker:masterAug 23, 2023
@thaJeztah
thaJeztah deleted the lazy_ping branch August 23, 2023 09:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thaJeztah@vvoland