Monkol Lek

Results 4 comments of Monkol Lek

@gtxaspec you probably already sorted this out with @LouDnl but for prosterity and those who are interested but don't have time to hang out on discord 😉 The rootfs_camera.cpio.lzo file...

> Able to boot the V3's t31 kernel by corrupting the rootfs update process. > > If the RISC-V updater script detects the `sd_update` dir on the root of the...

I found the code relating to the format. Please update the documentation :o) https://github.com/broadinstitute/cromwell/blob/32d5d0cbf07e46f56d3d070f457eaff0138478d5/supportedBackends/google/pipelines/common/src/main/scala/cromwell/backend/google/pipelines/common/PipelinesApiDockerCacheMappingOperations.scala

Here is an example that worked for me for those that are interested. ``` { "manifestFormatVersion": 2, "dockerImageCacheMap": {"us.gcr.io/broad-gatk/gatk:4.3.0.0": {"dockerImageDigest": "sha256:e7996ba655225c1cde0a1faec6a113e217758310af2cf99b00d61dae8ec6e9f2", "diskImageName":"projects/${PROJECT}/global/images/${IMAGE}"} } } ``` There is some details on...