10 Commits
Author SHA1 Message Date
Erik Kundt b907e550b2 Passes the docker password in Travis via stdin. 2019-03-05 11:29:46 +01:00
Justin Wilson 16d1bf3335 Builds both scratch & Alpine Docker images
- Adds `Dockerfile_alpine`, which copies the complier from the scratch
   step into an Alpine image
 - Updates `docker_build.sh` to build the Alpine image
 - Updates `docker_deploy.sh` to tag and push the Alpine images
 - Updates `docker_deploy_manual.sh` to tag and push the Alpine images

The tags that are pushed follow:

 - Scratch
    - ethereum/solc:stable
    - ethereum/solc:0.5.1
    - ethereum/solc:nightly
    - ethereum/solc:nightly-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117
    - ethereum/solc:nightly-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117
 - Alpine
    - ethereum/solc:stable-alpine
    - ethereum/solc:0.5.1-alpine
    - ethereum/solc:nightly-alpine
    - ethereum/solc:nightly-alpine-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117
    - ethereum/solc:nightly-alpine-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117
2018-11-27 13:45:59 -07:00
Alex Beregszaszi f13feed7f2 Add script to retrieve version 2017-07-01 11:25:02 +01:00
chriseth 806b39db02 Specify docker entry point and only run release on tags. 2017-03-16 18:13:34 +01:00
chriseth bc3e3fd709 Fix test expressions. 2017-02-13 12:28:39 +01:00
chriseth 11c4a7b642 Fail if docker deploy failed. 2017-02-13 11:22:07 +01:00
chriseth 4f6ebae36c Check for tag in travis. 2017-02-10 14:07:46 +01:00
RJ Catalano e9ae50dc59 clarify branches for docker to push on and clarify where to find cmakelists.txt
Signed-off-by: RJ Catalano <rj@monax.io>
2017-02-09 11:36:08 -06:00
RJ Catalano e884f7a479 minor fixups
Signed-off-by: RJ Catalano <rj@monax.io>
2017-02-09 11:31:07 -06:00
RJ Catalano d76d9d4169 create automated docker deployment
Signed-off-by: RJ Catalano <rj@monax.io>
2017-02-09 11:30:59 -06:00