Vyper: VIP: Publish compiler to hub.docker

Created on 20 Jun 2018  路  9Comments  路  Source: vyperlang/vyper

Version Information

  • vyper Version: any / all

What's your issue about?

How the Vyper compiler is published.

Hi - I code over at Truffle. We'd really like to add the ability to use Vyper contracts in truffle projects. @maurelian Has recently written a nice utility that demonstrates this is possible (see here).

We're also about to start supporting dockerized solc and have some simple cli and configuration in place to make that possible. It would be nice if users could run something like:

$ truffle compile --list vyper
> [
> "0.1.0-beta.1 ",
> "0.0.4",
> ]

$ docker pull ethereum/vyper:0.1.0-beta.1
$ truffle compile 

How can it be fixed?

Begin publishing compiler releases to docker hub.

solc on docker hub for reference.

Thanks! This project is awesome :)

Cute Animal Picture

baby-killer-whales-wallpaper-1

enhancement

All 9 comments

We have a docker image, not sure if it's published.

We also have a snap!

@cgewecke I will have a look at this :-)

@cgewecke do you know who has access to the ethereum namespace on dockerhub?

@jacqueswww No, so sorry, I don't. I'll ask over solidity-dev gitter how they did it super quick.

@jacqueswww It's believed that chriseth knows.

I just created ethereum/vyper. Please tell me your docker hub username and I can add you.

@cgewecke I just pushed the latest master to dockerhub :smile:

I also added an ENTRYPOINT to the docker file, meaning you can run the compiler with docker run vyper - which I believe is how it's intended to be used?

@jacqueswww Great! Thank you so much :) Exciting.

FWIW this is how the command is invoked (on my box anyway). Seems normal - same as solc and geth.

docker run ethereum/vyper  # works
docker run ethereum/vyper:latest # also works
Was this page helpful?
0 / 5 - 0 ratings

Related issues

lsaether picture lsaether  路  4Comments

ben-kaufman picture ben-kaufman  路  4Comments

nrryuya picture nrryuya  路  3Comments

denis-bogdanas picture denis-bogdanas  路  3Comments

domrany64 picture domrany64  路  3Comments