On Mon, May 20, 2019 at 3:11 PM Ron Gutierrez <[email protected]> wrote: > Thanks for the response! > > Yea, you are right about the runc and docker versions. I made a mistake in > the way I interpreted this PR to docker > (https://github.com/docker/engine/commit/cbe11bdc6da871bdce0993fddb4ff8a29c476a63) > and was just looking at the commit date and assumed the version bump. > > Looking that the reference git sha that we bumped it appears like it wasn't a > runc version bump but it just applied some patches. > > Since moving to docker 18.09 appears to be off limits. Is it possible to only > override the runc version without also upgrading docker?
There is no technical limitation that pins the runc version, so you can set it to whatever you want. Follow the usual SDK steps at https://coreos.com/os/docs/latest/sdk-modifying-coreos.html except the torcx images are created by build_packages under src/build, so you don't have to continue to build the OS image. The torcx image can then be copied into place at /var/lib/torcx/store on your systems. Thanks. David -- You received this message because you are subscribed to the Google Groups "CoreOS Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/coreos-dev/CA%2BsZQ%2BksL2nzg2U6M9k3Z2cwv-v8KnX%3DnEupq_yrVrjFHSMWCQ%40mail.gmail.com.
