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

Create Dockerfile for building nginx x64 for windows #257

Open
jsturtevant opened this issue Mar 22, 2021 · 2 comments
Open

Create Dockerfile for building nginx x64 for windows #257

jsturtevant opened this issue Mar 22, 2021 · 2 comments
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@jsturtevant
Copy link
Contributor

We currently need to build nginx for x64. Do we have steps for that process and do they belong in this repo?

Somehow, I missed this question. :) The steps to build nginx x64 was similar to this: http://nginx.org/en/docs/howto_build_on_win32.html . You'd have to make sure that all your dependencies are x64, for the most part. I tried to create a Dockerfile for it, so anyone can easily build that image, but I was missing nmake / vcvarsall.bat, so I couldn't finish it, and I didn't have enough time find a solution for that. :)

Originally posted by @claudiubelu in #255 (comment)

If we need to make updates for any reason we need to be able to build the images referenced at https://github.com/kubernetes/kubernetes/blob/1a983bb958ba663e5d86983c55a187fb8c429c51/test/images/nginx/Dockerfile_windows#L19

This dockerfile should live in https://github.com/kubernetes/kubernetes/tree/master/test/images/windows

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 20, 2021
@jsturtevant
Copy link
Contributor Author

/lifecycle frozen

@k8s-ci-robot k8s-ci-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

3 participants