8000 Bump to v0.6.0 by klausenbusk · Pull Request #3 · coreos/flannel-cni · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Bump to v0.6.0 #3

Merged
merged 1 commit into from
Aug 23, 2017
Merged

Bump to v0.6.0 #3

merged 1 commit into from
Aug 23, 2017

Conversation

klausenbusk
Copy link
Contributor

No description provided.

Copy link
Member
@dghubble dghubble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vlan plugin is the only one not copied over, let's include it too. Dockerfile: ADD dist/vlan /opt/cni/bin/vlan.

Tested this on a Kubernetes cluster (bootkube) and I haven't found any issues yet.

@klausenbusk
Copy link
Contributor Author

The vlan plugin is the only one not copied over, let's include it too. Dockerfile: ADD dist/vlan /opt/cni/bin/vlan.

Fixed, is there any reason why we copy every binary individually? I just replaced all the ADD lines in the Dockerfile with:

ADD dist/ /opt/cni/bin/

Is there any issue with that approach?

@dghubble
Copy link
Member

Believe this includes sample now

@klausenbusk
Copy link
Contributor Author

Believe this includes sample now

I think it is more clean to remove it afterwards (?) (less lines), I just tried changing the Dockerfile so it use Docker new multi-stage feature, it make build-image.sh less important.

@dghubble
Copy link
Member
dghubble commented Aug 23, 2017

We don't need all these changes in this PR. The goal is to bump the CNI version and just not forget the vlan plugin. Changing the build process shouldn't happen here. Can you revert back toward the original please.

@dghubble
Copy link
Member

Thanks!

@dghubble dghubble merged commit 5a06b2b into coreos:master Aug 23, 2017
@klausenbusk
Copy link
Contributor Author

I have opened a new PR with the build changes: #7

948C

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
0