mirror of
https://github.com/nspcc-dev/neo-bench.git
synced 2026-03-01 04:28:43 +00:00
Take care of C# node dockerfiles #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (May 21, 2024).
https://github.com/neo-project/neo-modules/pull/912 is finally merged which means that https://github.com/neo-project/neo is a monorepo. We need to migrate from
Dockerfile.sharp.sources.from_binariesandDockerfile.sharp.sources.from_local_dependenciesto a single Dockerfile that allows to build node from the specific revision from sources.We also need to update
Dockerfile.sharpto be able to build released monorepo version.This issue is relevant for post-3.7.4 versions of Neo node. Depends on https://github.com/neo-project/neo/pull/3232 and https://github.com/neo-project/neo/pull/3244.
@roman-khimov commented on GitHub (May 21, 2024):
We need to digest 3.7.4 first, it already changes a lot.
@AnnaShaleva commented on GitHub (May 21, 2024):
I'm in progress, this issue is for future development.