mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-10 02:45:59 +00:00
d263ca0735
* Sets up working dockerized build and codex docker image creation * Making codex configurable from the docker environment * Sets up two networks with three codex nodes * enables and exposes metrics endpoint for first node * Manually performed two-client test scenario with docker containers * Sets up docker-ignore and docker github workflow * Wires up all codex CLI arguments to docker env vars * Makes API_PORT variable optional as well * Removes duplicate docker-login step * Fixes path to docker file * Switches target dockerhub for debugging * Adds git tag info to --version output * Exposes version information via debug endpoint * Debugging docker image * specifies target platforms for docker build * specifies platform for QEMU and buildx steps * Attempt to debug line endings * Disables march-native in config.nims as test * Applies make argument to disable architecture optimization during docker build * Removes subset version tags from docker build * Restore multi-arch build * Removes docker-build test branch from CI branches
35 lines
482 B
Plaintext
35 lines
482 B
Plaintext
*
|
|
!*/
|
|
!*.*
|
|
*.exe
|
|
|
|
!Makefile
|
|
|
|
nimcache/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
build/
|
|
|
|
# Coverage data shall be put in an ignored coverage/ directory
|
|
coverage/
|
|
|
|
# Nimble packages
|
|
/vendor/.nimble
|
|
|
|
# Nimble user files
|
|
nimble.develop
|
|
nimble.paths
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# Each developer can create a personal .env file with
|
|
# local settings overrides (e.g. WEB3_URL)
|
|
.env
|
|
|
|
.update.timestamp
|
|
codex.nims
|
|
nimbus-build-system.paths
|
|
docker/hostdatadir
|
|
docker/prometheus-data
|