-
Notifications
You must be signed in to change notification settings - Fork 63
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
Adopting devfiles for registry development setups #1069
Adopting devfiles for registry development setups #1069
Comments
Completion blocked by redhat-developer/odo#5694 due to requirements for the container build processes. |
Timeline updated to continue work after This issue should be added to the next sprint to account for the target date. |
Release is out, continuing work on this issue. |
I am running into an issue with the image component when building locally. With the current devfile-web devfile, I get the following error:
But if I remove the Opened discussion about in a thread on the odo slack channel: https://kubernetes.slack.com/archives/C01D6L2NUAG/p1681247236411709?thread_ts=1679082897.132979&cid=C01D6L2NUAG |
Updating target date to end of sprint to provide more time for investigating this issue. |
Explicitly adding
|
Seems that this error was only a one time problem with the package repository and is no longer happening. |
For the devfile-web repository, I have decided to setup the devfile to only build and run the project from within the runtime container using The devfile registry devfile will still use The PR for adding a devfile to devfile-web is now ready for review: devfile/devfile-web#78 |
devfile/devfile-web#78 has been merged and devfile for devfile-web is now available for use. |
Additional time on the second task of this issue is needed due to set backs involving deployment errors when the |
Running into issues with the OCI registry component, it needs to be provided with a There is an error that occurs at the start which prevents me from syncing a
|
Progress on this issue has been stalled due to higher priority issues, setting back to "To do" and resetting target date. |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
Preserve this issue for later sprint or devtools week Q3/Q4. |
Related issue: #1200 |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
/kind user-story
Which area this user story is related to?
/area registry
/area registry-viewer
/area landing-page
User Story
As a developer working on devfile registry services there is a need to optimize the development process, luckily the development tools that use devfiles can provide this benefit. I want to have a devfile to define the development setup for testing, debugging and deploying devfile registry development projects, so that these essential workflows can be performed in a efficient manner.
In addition, adopting the spec which these services being developed supports allows those of us contributing to the devfile spec to make improvements and provide feedback to consumers of the spec (the developer tools) in a efficient manner.
Acceptance Criteria
Devfiles should be created under these repositories:
The text was updated successfully, but these errors were encountered: