eoscostarica / eos-local

Docker-based EOS Local Network for Development 🛠️
https://hub.docker.com/r/eoscostarica506/eos-local
MIT License
69 stars 27 forks source link

eosio/eos-dev deprecated ? #27

Closed gaboesquivel closed 5 years ago

gaboesquivel commented 5 years ago

Now the eosio.cdt is the official way to compile smart contracts I'm wondering if the docker image eosio/eos-dev is also now deprecated along with the old eosiocpp command.

We are still using eosio/eos-dev and installing eosio.cdt on top of it. Perhaps we should just be using eosio/eos-dev.

related to https://github.com/EOSIO/eos/issues/6242

see https://github.com/eoscostarica/eos-local/blob/master/services/eos-dev/Dockerfile

pacoccino commented 5 years ago

The CDT is also published as an independent docker image https://hub.docker.com/r/eosio/cdt/

Instead of creating a docker image on top of eos-dev and installing cdt binary

That you can use like this : https://github.com/pakokrew/eos-boilerplate/blob/master/docker-compose.yml#L40

gaboesquivel commented 5 years ago

thanks @pakokrew, I'll take a look.

gaboesquivel commented 5 years ago

closing in favor of https://github.com/eoscostarica/eos-local/issues/64