1
0
This commit is contained in:
David Boreham 2022-08-12 07:47:45 -06:00
parent 369ff671d5
commit a42970a9a2
7 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,2 @@
# Build vulcanize/eth-statediff-fill-service
docker build -t vulcanize/eth-statediff-fill-service:local ${vulcanize_repo_base_dir}/eth-statediff-fill-service
docker build -t vulcanize/eth-statediff-fill-service:local ${VULCANIZE_REPO_BASE_DIR}/eth-statediff-fill-service

View File

@ -1,2 +1,2 @@
# Build vulcanize/go-ethereum
docker build -t vulcanize/go-ethereum:local ${vulcanize_repo_base_dir}/go-ethereum
docker build -t vulcanize/go-ethereum:local ${VULCANIZE_REPO_BASE_DIR}/go-ethereum

View File

@ -1,2 +1,2 @@
# Build vulcanize/ipld-eth-beacon-db
docker build -t vulcanize/ipld-eth-beacon-db:local ${vulcanize_repo_base_dir}/ipld-eth-beacon-db
docker build -t vulcanize/ipld-eth-beacon-db:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-beacon-db

View File

@ -1,2 +1,2 @@
# Build vulcanize/ipld-eth-beacon-indexer
docker build -t vulcanize/ipld-eth-beacon-indexer:local ${vulcanize_repo_base_dir}/ipld-eth-beacon-indexer
docker build -t vulcanize/ipld-eth-beacon-indexer:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-beacon-indexer

View File

@ -1,2 +1,2 @@
# Build vulcanize/ipld-eth-db
docker build -t vulcanize/ipld-eth-db:local ${vulcanize_repo_base_dir}/ipld-eth-db
docker build -t vulcanize/ipld-eth-db:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-db

View File

@ -1,2 +1,2 @@
# Build vulcanize/ipld-eth-server
docker build -t vulcanize/ipld-eth-server:local ${vulcanize_repo_base_dir}/ipld-eth-server
docker build -t vulcanize/ipld-eth-server:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-server

View File

@ -1,2 +1,2 @@
# Build vulcanize/test-contract
docker build -t vulcanize/test-contract:local ${vulcanize_repo_base_dir}/ipld-eth-db-validator/test/contract
docker build -t vulcanize/test-contract:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-db-validator/test/contract