Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CI settings | Wei-Ning Huang | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | Builds both scratch & Alpine Docker images | Justin Wilson | 2018-11-28 | 1 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | Add script to retrieve version | Alex Beregszaszi | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Specify docker entry point and only run release on tags. | chriseth | 2017-03-17 | 1 | -4/+2 |
| | |||||
* | Fix test expressions. | chriseth | 2017-02-13 | 1 | -11/+16 |
| | |||||
* | Fail if docker deploy failed. | chriseth | 2017-02-13 | 1 | -0/+2 |
| | |||||
* | Check for tag in travis. | chriseth | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | clarify branches for docker to push on and clarify where to find cmakelists.txt | RJ Catalano | 2017-02-10 | 1 | -4/+3 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | minor fixups | RJ Catalano | 2017-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | create automated docker deployment | RJ Catalano | 2017-02-10 | 1 | -0/+17 |
Signed-off-by: RJ Catalano <rj@monax.io> |