Closed philips closed 5 years ago
Depends on https://github.com/coreos/rkt/issues/3134
@euank this already works, that flag is to just make it more explicitly an experiment.
Gating it behind a flag is the part that is still missing. I'm going through some docker2aci backlog, I should get to that too this week.
Right, but it is working today: https://groups.google.com/a/opencontainers.org/forum/#!topic/dev/Am7byGvLCUQ
On Tue, Oct 18, 2016 at 11:02 AM Luca Bruno notifications@github.com wrote:
Gating it behind a flag is the part that is still missing. I'm going through some docker2aci backlog, I should get to that too this week.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kubernetes-incubator/rktlet/issues/41#issuecomment-254589347, or mute the thread https://github.com/notifications/unsubscribe-auth/AACDCLtpS14qg6SNMS2_DHRun3vOIhdxks5q1Qm_gaJpZM4KZLrL .
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
Similar to the annotation to change the stage1 (
rkt.alpha.kubernetes.io/stage1-name-override
) lets add an experimental annotation to pull an OCI image instead of a Docker image (pod.v1.kubernetes.io/image-type=oci
).This was out of a brief conversation with @vishh about how to support OCI before we get an agreed upon proposal for https://github.com/kubernetes/features/issues/63.