Skip to content
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

Parsing version and name from dockerfilename is wrong, it should take leftest dot as delimiter ... #4

Open
gandrys opened this issue Jul 12, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gandrys
Copy link
Owner

gandrys commented Jul 12, 2019

Reproduction:

In case of file:
"ubuntu1604_yocto_user__jabiru_stack_stack16_rel_v1.1.4_20190625.v5.docker"

Yocto-tools create following image:
$docker_user images
REPOSITORY TAG
CREATED SIZE
ubuntu1604_yocto_user__jabiru_stack16_rel_v1 1.4_20190625.v5

Correct name should be
REPOSITORY TAG
CREATED SIZE
ubuntu1604_yocto_user__jabiru_stack16_rel_v1.1.4_20190625 v5

@gandrys gandrys added the bug Something isn't working label Jul 12, 2019
@gandrys gandrys self-assigned this Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant