Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(fabric-all-in-one): fix sed write error #1

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

rudranshsharma123
Copy link
Owner

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#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).

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 #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 <peter.somogyvari@accenture.com>
@rudranshsharma123 rudranshsharma123 merged commit dcb3e66 into rudranshsharma123:main Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test(fabric-all-in-one): fix sed write error
2 participants