aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docker_deploy.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update CI settingsWei-Ning Huang2019-04-131-1/+1
|
* Builds both scratch & Alpine Docker imagesJustin Wilson2018-11-281-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 versionAlex Beregszaszi2017-07-011-1/+1
|
* Specify docker entry point and only run release on tags.chriseth2017-03-171-4/+2
|
* Fix test expressions.chriseth2017-02-131-11/+16
|
* Fail if docker deploy failed.chriseth2017-02-131-0/+2
|
* Check for tag in travis.chriseth2017-02-101-2/+2
|
* clarify branches for docker to push on and clarify where to find cmakelists.txtRJ Catalano2017-02-101-4/+3
| | | | Signed-off-by: RJ Catalano <rj@monax.io>
* minor fixupsRJ Catalano2017-02-101-1/+1
| | | | Signed-off-by: RJ Catalano <rj@monax.io>
* create automated docker deploymentRJ Catalano2017-02-101-0/+17
Signed-off-by: RJ Catalano <rj@monax.io>