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

Publish command fails for images built in-cluster #960

Closed
eysi09 opened this issue Jul 12, 2019 · 0 comments · Fixed by #961
Closed

Publish command fails for images built in-cluster #960

eysi09 opened this issue Jul 12, 2019 · 0 comments · Fixed by #961
Assignees
Milestone

Comments

@eysi09
Copy link
Collaborator

eysi09 commented Jul 12, 2019

Bug

Current Behavior

Running garden publish --env remote fails if the image hasn't been built locally. The reason is that the image name that is pulled doesn't match the image name that's published.

Expected behavior

Garden should publish the image.

Workaround

Publish the image from a local environment, e.g. garden publish my-module --env local for local refers to an environment that uses the local-kubernetes provider.

Suggested solution(s)

We need to re-tag the pulled imaged. Something like: docker tag pulledImage localId.

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 a pull request may close this issue.

1 participant