You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each charm in Kubeflow has a ROCK (or a set of ROCKs) it is using. The process of upgrading ROCKs usually means going to the component's upstream repository Dockerfile, comparing current ROCK version against the one in the repository and adding the missing bits.
What needs to get done
Go to desired Dockerfile (first line in rockcraft.yaml should specify the full path).
Checkout to the branch or tag of the target version.
Checkout to the branch or tag of the version of the current ROCK.
Compare both files to spot the differences.
Definition of Done
New ROCK is ready.
Tests are passing.
ROCK is published under charmedkubeflow Dockerhub account.
The text was updated successfully, but these errors were encountered:
Context
Each charm in Kubeflow has a ROCK (or a set of ROCKs) it is using. The process of upgrading ROCKs usually means going to the component's upstream repository Dockerfile, comparing current ROCK version against the one in the repository and adding the missing bits.
What needs to get done
rockcraft.yaml
should specify the full path).Definition of Done
charmedkubeflow
Dockerhub account.The text was updated successfully, but these errors were encountered: