Replies: 4 comments 5 replies
-
Suggest to come up with some basic scenarios to get started. https://github.com/jensh007/ocm-example-hello is a first try in this direction. May be we can derive some test cases out of this. |
Beta Was this translation helpful? Give feedback.
-
I need some actually working examples that are implemented with OCM right now. I think that's mostly local things and OciReg maybe, right? |
Beta Was this translation helpful? Give feedback.
-
I'm trying out this scenario right now:
It's a bit cumbersome as there are no documents but the reference guides for the CLI. But I think I get by. :) |
Beta Was this translation helpful? Give feedback.
-
The logic I tried to follow:
I have this resource file: # ef_test/hello-worls-component.yaml
name: 'hello-world'
version: '1.0.7'
type: 'ociImage'
relation: 'external'
access:
type: 'ociRegistry'
imageReference: 'ghcr.io/yitsushi/hello-world:1.0.7' |
Beta Was this translation helpful? Give feedback.
-
One of the next issues we need to work on is the definition of an MVP Testcase for the OCM Client. For this, the following questions need to be answered:
Maybe it is a good idea to gather all ideas / suggestions here.
Beta Was this translation helpful? Give feedback.
All reactions