lbry-docker/lbrynet/linux-x86_64-compiler
Leopere f910732155 Removed traefik labels and moved data dir
Moved data dir and removed traefik label

Moved readme for testnet compose

Adding RUN_MODEs regtest and testnet

Adding advance_blocks.sh into all lbrycrd containers

Adding advance cmd and moved Dockerfile to appropriate dir

Cleanup and moved Dockerfiles

Moved lbrycrd Dockerfiles to appropriate subdirectories and removed.

More moving and deletions

Adding catchall output

Updated default runmode in example

Removed incomplete container directory

This should not be in a production branch at this point now that we have stable containers published.

Removed incomplete container for now

Deleted compile directory and README.md

Cleaning up chainquery

Deleting placeholders

Updated start.sh

Removing superfluous .dockerignores & more

Adjusted start.sh source path

Updated ignores

Updated readme in prep for build tags and ship armhf-prod dir

start.sh's should be recycled when possible.

No sense in code duplication lets try and aim for unification.

Docker prefers WORKDIR over cd

docker prefers WORKDIR over cd
2019-04-27 14:37:38 -04:00
..
Dockerfile Removed traefik labels and moved data dir 2019-04-27 14:37:38 -04:00
README.md Adding what I had in the lbryio/lbry PR 2019-04-22 20:10:07 +00:00

x86_64-compiler

This container's goal is to make CI/CD easier for everyone, Travis CI, GitlabCI, Jenkins... Your desktop's docker equipped development environment.

Example Usage

build the x86_64 bin

  • docker build --tag lbryio/lbrynet:x86_64-compiler .

export compiled bin to local /target

This containers sole purpose is to build and spit out the x86_64 binary.

  • docker run --rm -ti -v $(pwd)/target:/target lbryio/lbrynet:x86_64-compiler