Skip to content

Fix edge case of children for images that are FROM a SharedTag#32

Merged
tianon merged 1 commit intodocker-library:masterfrom
infosiftr:shared-tags-children
Aug 16, 2021
Merged

Fix edge case of children for images that are FROM a SharedTag#32
tianon merged 1 commit intodocker-library:masterfrom
infosiftr:shared-tags-children

Conversation

@tianon
Copy link
Member

@tianon tianon commented Aug 16, 2021

Before:

$ bashbrew children --uniq adoptopenjdk | wc -l
4
$ bashbrew children --uniq adoptopenjdk | cut -d: -f1 | sort -u
cassandra

After:

$ bashbrew children --uniq adoptopenjdk | wc -l
82
$ bashbrew children --uniq adoptopenjdk | cut -d: -f1 | sort -u
cassandra
gradle
groovy
maven
open-liberty
tomcat
websphere-liberty

@tianon
Copy link
Member Author

tianon commented Aug 16, 2021

(Probably best to review without whitespace, ala https://github.com/docker-library/bashbrew/pull/32/files?w=1)

@tianon tianon merged commit 4c95a9e into docker-library:master Aug 16, 2021
@tianon tianon deleted the shared-tags-children branch August 16, 2021 20:05
tianon added a commit that referenced this pull request Aug 16, 2021
This is something I missed in #32 😅
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.

2 participants