-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Docker Swarm and Compose support #56
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AlexGustafsson
force-pushed
the
dev/namespace-stack-tags
branch
4 times, most recently
from
January 12, 2025 18:12
e2bce19
to
cc695fe
Compare
AlexGustafsson
changed the title
Improve Docker Swarm support
Improve Docker Swarm and Desktop support
Jan 13, 2025
AlexGustafsson
changed the title
Improve Docker Swarm and Desktop support
Improve Docker Swarm and Compose support
Jan 13, 2025
AlexGustafsson
force-pushed
the
dev/namespace-stack-tags
branch
2 times, most recently
from
January 13, 2025 14:56
66f9574
to
55f1e4b
Compare
- Identify tags even when Docker Swarm uses a digest image - Graph Docker Swarm tasks, services and namespaces - Add Docker Swarm namespace as a tag
With namespaces tags added, the list of tags can be quite long. Make the order deterministic and prioritize the built-in tags. Place prefixed tags such as "namespace:monitoring" at the end of the list.
Make sure that the tag select will scroll if there are many tags available.
Nested anchor tags (as used by the badges of the image card) are not legal. As we still want the image card to be a proper anchor, let's try our best to simulate anchors for the badges. This is not by any means a perfect solution, but will suffice for most cases.
AlexGustafsson
force-pushed
the
dev/namespace-stack-tags
branch
from
January 14, 2025 15:39
55f1e4b
to
d171aeb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Screenshot of graph in Docker Swarm:
Screenshot of image with namespace tag in Docker:
Screenshot of image with namespace tag in Kubernetes: