Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

running Kompose from source #2

Merged
merged 4 commits into from
Sep 29, 2018

Conversation

prachidamle
Copy link
Member

@prachidamle prachidamle commented Sep 26, 2018

@alena1108 can you merge this :)

We had to remove trash and use glide for this project to manage vendor dependencies.

Reason is the case collision for imports to github.com/sirupsen/logrus repo
refer: sirupsen/logrus#543

Solution is sirupsen/logrus#553 (comment)

Crux of the issue is: Kompose depends on Openshift/origin project which depends on an old commit of docker/distribution repo that refers to uppercase https://github.com/Sirupsen/logrus.
Updating to the latest docker/distribution repo (that has fixes to use lowercase sirupsen/logrus) does not help as the Openshift/origin project uses code that got removed in latest docker/distribution commits.

@alena1108 alena1108 merged commit 542d563 into rancher:master Sep 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants