Skip to content

Conversation

@jammasterj89
Copy link
Contributor

@jammasterj89 jammasterj89 commented Dec 4, 2019

@konstruktoid I've fixed the issue raised in the PR #390 in this PR.

Ensure sed command is first when filtering on images to ensure the description row is removed correctly.

Signed-off-by: Niall T <jammasterj89@gmail.com>
@konstruktoid
Copy link
Collaborator

konstruktoid commented Dec 4, 2019

Thanks @jammasterj89 and nice catch!

$ docker images | sed '1d' | grep "konstruktoid/docker-garby"
konstruktoid/docker-garby                            latest              14a4ce82964b        4 weeks ago         207MB
$ docker images | grep "konstruktoid/docker-garby" | sed '1d'
$

@konstruktoid konstruktoid merged commit c35d71f into docker:master Dec 4, 2019
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