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_binaries and Dockerfile.sharp.sources.from_local_dependencies to a single Dockerfile that allows to build node from the specific revision from sources.
We also need to update Dockerfile.sharp to be able to build released monorepo version.
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_binaries
andDockerfile.sharp.sources.from_local_dependencies
to a single Dockerfile that allows to build node from the specific revision from sources.We also need to update
Dockerfile.sharp
to 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.