forked from cerc-io/stack-orchestrator
		
	Merge branch 'dboreham/build-local-lcli' into ci-test
This commit is contained in:
		
						commit
						93c47ec5cc
					
				| @ -1,4 +1,4 @@ | ||||
| FROM sigp/lcli:v4.1.0 AS lcli | ||||
| FROM cerc/lighthouse-cli:local AS lcli | ||||
| FROM skylenet/ethereum-genesis-generator@sha256:210353ce7c898686bc5092f16c61220a76d357f51eff9c451e9ad1b9ad03d4d3 AS ethgen | ||||
| FROM cerc/fixturenet-eth-geth:local AS fnetgeth | ||||
| 
 | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| FROM sigp/lcli:v4.1.0 AS lcli | ||||
| FROM cerc/lighthouse-cli:local AS lcli | ||||
| FROM skylenet/ethereum-genesis-generator@sha256:210353ce7c898686bc5092f16c61220a76d357f51eff9c451e9ad1b9ad03d4d3 AS ethgen | ||||
| FROM cerc/fixturenet-plugeth-plugeth:local AS fnetgeth | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										7
									
								
								app/data/container-build/cerc-lighthouse-cli/build.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										7
									
								
								app/data/container-build/cerc-lighthouse-cli/build.sh
									
									
									
									
									
										Executable file
									
								
							| @ -0,0 +1,7 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Build cerc/lighthouse-cli | ||||
| 
 | ||||
| source ${CERC_CONTAINER_BASE_DIR}/build-base.sh | ||||
| 
 | ||||
| project_dir=${CERC_REPO_BASE_DIR}/lighthouse | ||||
| docker build -t cerc/lighthouse-cli:local --build-arg PORTABLE=true -f ${project_dir}/lcli/Dockerfile ${build_command_args} ${project_dir} | ||||
| @ -6,9 +6,11 @@ repos: | ||||
|   - github.com/cerc-io/tx-spammer | ||||
|   - github.com/cerc-io/ipld-eth-server | ||||
|   - github.com/cerc-io/ipld-eth-db | ||||
|   - github.com/cerc-io/lighthouse | ||||
| containers: | ||||
|   - cerc/go-ethereum | ||||
|   - cerc/lighthouse | ||||
|   - cerc/lighthouse-cli | ||||
|   - cerc/fixturenet-eth-geth | ||||
|   - cerc/fixturenet-eth-lighthouse | ||||
|   - cerc/ipld-eth-server | ||||
|  | ||||
| @ -4,10 +4,12 @@ decription: "Ethereum Fixturenet w/ tx-spammer" | ||||
| repos: | ||||
|   - github.com/cerc-io/go-ethereum | ||||
|   - github.com/cerc-io/tx-spammer | ||||
|   - dboreham/foundry | ||||
|   - github.com/dboreham/foundry | ||||
|   - github.com/cerc-io/lighthouse | ||||
| containers: | ||||
|   - cerc/go-ethereum | ||||
|   - cerc/lighthouse | ||||
|   - cerc/lighthouse-cli | ||||
|   - cerc/fixturenet-eth-geth | ||||
|   - cerc/fixturenet-eth-lighthouse | ||||
|   - cerc/tx-spammer | ||||
|  | ||||
| @ -3,9 +3,11 @@ name: fixturenet-plugeth-tx | ||||
| decription: "plugeth Ethereum Fixturenet w/ tx-spammer" | ||||
| repos: | ||||
|   - github.com/cerc-io/tx-spammer | ||||
|   - dboreham/foundry | ||||
|   - github.com/dboreham/foundry | ||||
|   - github.com/cerc-io/lighthouse | ||||
| containers: | ||||
|   - cerc/lighthouse | ||||
|   - cerc/lighthouse-cli | ||||
|   - cerc/fixturenet-plugeth-plugeth | ||||
|   - cerc/fixturenet-plugeth-lighthouse | ||||
|   - cerc/tx-spammer | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user