Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit ae8c65a

Browse files
author
Brad Hart
authored
Merge pull request #846 from EOSIO/dockerfile_eosio
Switching to eosio/eosio docker image in CI/CD
2 parents f695d47 + 6e9914b commit ae8c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/eosjs-ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN cd cfhello \
3535
&& eosio-cpp -abigen ./cfhello.cpp -o ./build/cfhello.wasm
3636

3737

38-
FROM eosio/eos:${EOSBRANCH}
38+
FROM eosio/eosio:${EOSBRANCH}
3939
ENTRYPOINT ["nodeos", "--data-dir", "/root/.local/share", "-e", "-p", "eosio", "--replay-blockchain", "--plugin", "eosio::producer_plugin", "--plugin", "eosio::chain_api_plugin", "--plugin", "eosio::trace_api_plugin", "--trace-no-abis", "--plugin", "eosio::db_size_api_plugin", "--plugin", "eosio::http_plugin", "--http-server-address=0.0.0.0:8888", "--access-control-allow-origin=*", "--contracts-console", "--http-validate-host=false", "--enable-account-queries=true", "--verbose-http-errors", "--max-transaction-time=100"]
4040
WORKDIR /root
4141
RUN mkdir -p "/opt/eosio/bin/contracts"

0 commit comments

Comments
 (0)