kubernetes-ingress
kubernetes-ingress copied to clipboard
add buildah dockerfiles for build
hello, I don't use Docker at all in my setups, I do use cri-o and LXD for the cluster nodes (kubernetes) so it would come in hand to have Dockerfiles that can be used with buildah to include non-merged PR's (like the ipv6 one) before they reach release stage.
also when I try to use the Dockerfile from quay.io it won't work, I guess for the same reasons buildah doesn't. So this would be my first go-to platform if we have those kinds of Dockerfiles.
thank you in advance
Hi @gattytto thanks for reporting!
Be sure to check out the docs while you wait for a human to take a look at this :slightly_smiling_face:
Cheers!
Hi @gattytto thanks for reporting!
Be sure to check out the docs while you wait for a human to take a look at this 🙂
Cheers!
you are a bot, sir
Hi @gattytto
We heavily rely on multi-stage builds and I think our Dockerfile would work with buildah if it wasn’t for this https://github.com/containers/buildah/issues/2469
We also have edge images that include the latest code in master, I'm not sure I would recommend using code from a PR, especially from work in progress like IPv6.
also when I try to use the Dockerfile from quay.io it won't work, I guess for the same reasons buildah doesn't. So this would be my first go-to platform if we have those kinds of Dockerfiles.
we're not pushing Docker images to quay.io at the moment, which Dockerfiles are you referring to? 🤔
we're not pushing Docker images to quay.io at the moment, which Dockerfiles are you referring to? 🤔
I mean trying to use the Dockerfile as is from my account and forked repo in quay.io doesn't take the multistage dockerfile either
@gattytto are you talking about repository builds in quay.io? If so it looks like they're not very configurable and you would need to pass a few parameters for the build to work anyway
@lucacome can this issue be closed now?