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

Docker repository namespace is stripped when tag is missing #2

Closed
luckymike opened this issue Sep 11, 2018 · 1 comment
Closed

Docker repository namespace is stripped when tag is missing #2

luckymike opened this issue Sep 11, 2018 · 1 comment

Comments

@luckymike
Copy link

luckymike commented Sep 11, 2018

I created a really basic Dockerfile:

FROM kolide/fleet
CMD fleet

When I deployed, the build failed because it could not find the image fleet. Adding the tag (kolide/fleet:latest) succeeded.

@lorenzo
Copy link
Contributor

lorenzo commented Sep 12, 2018

This was fixed as a collateral of upgrading the dockerfile parser library in a branch I was working on already :)

@lorenzo lorenzo closed this as completed Sep 12, 2018
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

No branches or pull requests

2 participants