kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

add buildah dockerfiles for build

Open gattytto opened this issue 3 years ago • 6 comments
trafficstars

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

gattytto avatar Mar 15 '22 13:03 gattytto

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!

github-actions[bot] avatar Mar 15 '22 13:03 github-actions[bot]

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

gattytto avatar Mar 15 '22 13:03 gattytto

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? 🤔

lucacome avatar Mar 15 '22 17:03 lucacome

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 avatar Mar 20 '22 16:03 gattytto

@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 avatar Mar 21 '22 17:03 lucacome

@lucacome can this issue be closed now?

vepatel avatar Jan 15 '24 16:01 vepatel