kubernetes / ingress-nginx

Ingress NGINX Controller for Kubernetes
https://kubernetes.github.io/ingress-nginx/
Apache License 2.0
17.36k stars 8.23k forks source link

Build nginx image with FromAsCasing #11506

Closed haojingcn closed 3 months ago

haojingcn commented 3 months ago

What happened: In nginx image build, run make build, occur the error with FromAsCasing. image

What you expected to happen: No Error; Not interrupted.

NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.): In branch main. commitId 3c4e78e6b755eb33821c4477106f424bd8792d8f. I think it very new.

Kubernetes version (use kubectl version): Irrelevant It's build error, so not with Kubernetes version.

Environment:

How to reproduce this issue: cd images; make build

Anything else we need to know: No

k8s-ci-robot commented 3 months ago

This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
haojingcn commented 3 months ago

I supposed it caused by https://docs.docker.com/reference/build-checks/from-as-casing/

longwuyuan commented 3 months ago

/remove-kind bug /kind support /triage needs-information

The information you have provided is very difficult to use to make comments.

You can also just fork the project, then clone to your laptop, and making sure that you have the required tools like kind make docker etc etc, youcan try to run `make dev-env" as explained here https://kubernetes.github.io/ingress-nginx/developer-guide/getting-started/#local-build

longwuyuan commented 3 months ago

Since you have not responded, I will close this for now. Feel free to reopen after you have provided more detailed information.

/close

k8s-ci-robot commented 3 months ago

@longwuyuan: Closing this issue.

In response to [this](https://github.com/kubernetes/ingress-nginx/issues/11506#issuecomment-2201659626): >Since you have not responded, I will close this for now. Feel free to reopen after you have provided more detailed information. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.