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
{{ message }}
This repository was archived by the owner on Feb 24, 2020. It is now read-only.
When users create pods with rkt version n, the next version n+1 must be able to run them.
I don't know if we need to implement anything for this. Can you think of anything we miss for that?
add tests to check that a pod created on a previous version can be started. A functional test could download rkt-v0.7.0.tar.gz from internet and prepare the pod with rkt-0.7.0 prepare .... Then, it would run it with rkt-current run-prepared ...