-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The commands in project samples are not compatible with commands in devfile format #13514
Comments
Let me highlight possible ways to move forward here:
@l0rd @slemeur I remember there were some discussions about the future of Projects Samples but I do not remember the conclusion. Can you remind it if it exists and leave your opinions about proposed ways? |
What about adding a new
|
@ashumilova @sleshchenko we can embed the sample (project and commands) in the devfiles as well. I thought about doing it after GA but if you think that's simpler let's do that right now. |
petclinic is a project name but not component. Probably peclinic sample can be used on java-maven or java-gradle devfiles and they have different components - maven and gradle in accordance.
Do you mean that devfile registry will contain actually samples for Devfiles, but not |
@sleshchenko I took the
Yes we need to change the I have created an issue for the other proposal #13529 but I don't think that we can make it for GA so I am -1 for that one. About your 3 proposals: |
is closed in favor of #13529 |
The commands, that are listed in project samples, have the following format
and are added to workspace along with the projects by dashboard.
The format of those commands works fine with workspace config and is not compatible with devfile format. This can be fixed on the application side - like converting from one format to another. But there is one problem - setting the commands required field - component(where to be executed), on this stage it's not clear.
In devfile command format:
The text was updated successfully, but these errors were encountered: