Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(fabric-all-in-one): fix sed write error
Upgrade the base images to docker:24.0.2-dind which contain the fix for the cgroup v2 problems. The images built locally from this commit are pushed to ghcr.io as ghcr.io/hyperledger/cactus-fabric-all-in-one:2023-06-16-d436ef26e-issue2464-dind-v24 and ghcr.io/hyperledger/cactus-fabric2-all-in-one:2023-06-16-d436ef26e-issue2464-dind-v24 Additional context: The root cause analysis can be found here [1][2] which states that the solution is to upgrade the dind image to a version of at least 20.10.16 [1] docker-library/docker#308 [2] testcontainers/dind-drone-plugin#18 Fixes hyperledger-cacti#2464 =================================== P.S.: I'm also sneaking in a hot-fix for the CI failures that are slowing down everyone else's work with false-negative checks wasting time and resources: The root package.json codegen, precodegen and postcodegen scripts are now safe from race conditions (or at least that's the theory for now). Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information