-
Notifications
You must be signed in to change notification settings - Fork 772
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
Docker DAB support does not currently work (still in experimental) #390
Comments
@ngtuna Any idea why this may be happening? I'm assuming problems with floating values not being converted. |
I am proposing a GSoC project to improve the dab support: |
@sebgoa Should we deprecate this feature since it's still experimental within Docker and at the moment doesn't work with Kompose? |
if it does not work, it is a regression that we should fix. |
Is DAB actually used somewhere? Do we know if someone is using dab even with docker? |
Honestly I have not kept up with the dab development. but I will check. |
Please, I am interested in working on this project for the Google Summer of Code. I am very comfortable working with programming languages like Java, C/C++, Python and Go. I am very passionate about cloud and container technologies, and I would like to get some help that would enable me better familiarizing myself with the project. I am already familiar with Docker and Docker compose and I am currently familiarizing myself with Kubernetes. |
I believe this link: moby/moby#26876 would be the best in terms of keeping track IF DAB comes out of being experimental. It has happened in the past that an experimental feature wasn't accepted into Docker. So it'd be best to keep track of this while we continue to support development / improvements. |
See issue: kubernetes#390 Remove DAB as it is hard to maintain / not much usage / DAB is still experimental in Docker and there hasn't been much movement: moby/moby#26876 MarkDeprecated does not work at the moment due to issue: kubernetes#652 However, that is not a blocker as we `fatalF` within `ValidateFlags`
See issue: kubernetes#390 Remove DAB as it is hard to maintain / not much usage / DAB is still experimental in Docker and there hasn't been much movement: moby/moby#26876 MarkDeprecated does not work at the moment due to issue: kubernetes#652 However, that is not a blocker as we `fatalF` within `ValidateFlags`
See issue: kubernetes#390 Disable DAB as it is hard to maintain / not much usage / DAB is still experimental in Docker and there hasn't been much movement: moby/moby#26876 MarkDeprecated does not work at the moment due to issue: kubernetes#652 However, that is not a blocker as we `fatalF` within `ValidateFlags`
See issue: kubernetes#390 Disable DAB as it is hard to maintain / not much usage / DAB is still experimental in Docker and there hasn't been much movement: moby/moby#26876 MarkDeprecated does not work at the moment due to issue: kubernetes#652 However, that is not a blocker as we `fatalF` within `ValidateFlags`
I'm closing this for now until Docker figures out DAB's role. |
Converting the current example we have produces this error:
The text was updated successfully, but these errors were encountered: