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

Why is s2i build --as-dockerfile experimental? #990

Closed
johnmcollier opened this issue Aug 26, 2019 · 2 comments
Closed

Why is s2i build --as-dockerfile experimental? #990

johnmcollier opened this issue Aug 26, 2019 · 2 comments

Comments

@johnmcollier
Copy link
Member

Hey! I have a question regarding the --as-dockerfile flag on s2i build. The help for it says it's experimental:

      --as-dockerfile string             EXPERIMENTAL: Output a Dockerfile to this path instead of building a new image

I'm wondering what makes it experimental compared to just s2i build?

@bparees
Copy link
Contributor

bparees commented Aug 27, 2019

Limited ability to test and guarantee fidelity with the "normal" s2i image generation flow, potentially a few missing behaviors around image metadata management, and a general sense that we wanted to give it some soak time ("here be dragons") before declaring it fully supported.

We have a couple new folks who are going to be contributing to s2i soon and one of their goals is to invest more in the "--as-dockerfile" flow, as part of that hopefully we can move it out of experimental.

In the meantime, you should feel free to use it and open issues if you run into any.

@bparees bparees closed this as completed Aug 27, 2019
@bparees
Copy link
Contributor

bparees commented Aug 27, 2019

@johnmcollier here's an example of the kind of issues that still exist when using --as-dockerfile:

#973

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

No branches or pull requests

2 participants