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

Add kubectl and jq to Dockerfile #799

Merged
merged 2 commits into from
Aug 8, 2019

Conversation

naphta
Copy link
Contributor

@naphta naphta commented Aug 8, 2019

As referenced in issue: #789 and #792.

For now I've made it contact kubernetes for the latest version every time, looking at the implementation of the helm installation would you prefer for it to be a hardcoded and checksum confirmed version added?

Signed-off-by: Jake Hill <jake@naphta.uk>
@mumoshu
Copy link
Collaborator

mumoshu commented Aug 8, 2019

Thanks! Checksum verification would be appreciated if possible.

Also, I thought version skew supported by kubectl was plus and minus 1 K8s minor vers. That is, to correctly support K8s 1.15(latest) and 1.13(oldest, maintained minor ver), shouldn't we use kubectl v1.14.x?

@naphta
Copy link
Contributor Author

naphta commented Aug 8, 2019

Yep 1 forward/back seems to be the version skew. I'll move it to be hardcoded at the latest 1.14.x minor version.

kubernetes/kubernetes#57748

EDIT:

I've made the change now.

…rsion

Signed-off-by: Jake Hill <jake@naphta.uk>
Copy link
Collaborator

@mumoshu mumoshu left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks a lot for your contribution and support, @naphta! ☺️

@mumoshu mumoshu merged commit 622cba9 into roboll:master Aug 8, 2019
@naphta naphta deleted the feature/add-extras-to-dockerfile branch August 8, 2019 13:24
@naphta
Copy link
Contributor Author

naphta commented Aug 12, 2019

@mumoshu Just wondering if there's plans to run a release soon (looking to see the docker image built!)

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 this pull request may close these issues.

None yet

2 participants