Tomas Kral
Tomas Kral
Looks like there is a new proposal https://docs.google.com/document/d/1EVy0wRJRm5nogkHl38fNKbFrhERmSL_CLNE4cxcsc_M/edit that is suggesting `app.name` and `app.version`. Let's wait and see where this goes.
this is blocked by OpenShift support
> This is blocked on #315 not blocked anymore
For OpenShift builds we shouldn't be creating anything special, just adding BuildConfig support as described in https://github.com/kedgeproject/kedge/issues/385 > So what I propose is that we take embed OpenShift Buildconfig spec...
We should define our own build structure for Kedgefile. The goal is to be able to do just `kedge build -f kedge.yaml`. This will build and if specified in Kedgefile...
I've started with this. I would like to create simple spec file that we can automatically update each release without working about it much. work in progress is here; https://github.com/kadel/kedge/blob/copr/build/rpm/kedge.spec
currently it is beeing build on copr https://copr.fedorainfracloud.org/coprs/tkral/kedge/
Ideally, we should make sure that all our examples use images that don't require root
> The way I see at this problem exists because we have tried those examples on minikube or minishift with addons like anyuid and admin user enabled. Now how do...
I've fixed guestbook-demo example - https://github.com/kedgeproject/kedge/pull/484