Giter VIP home page Giter VIP logo

solrevdev / blazor-on-vercel Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 1.0 237 KB

Blazor WebAssembly website hosted on vercel that fetches data from a .NET Core 3.1 Web API hosted via Docker on fly.io

Home Page: https://solrevdev.com/2020/05/17/blazor-hosted-on-vercel-aka-zeit-now.html

License: MIT License

Shell 3.24% HTML 4.07% C# 63.28% CSS 21.81% Dockerfile 7.60%
blazor blazor-webassembly vercel vercel-now zeit zeit-now docker dotnetcore aspnetcore flyio

blazor-on-vercel's Introduction

blazor-on-vercel's People

Contributors

solrevdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

quimalborch

blazor-on-vercel's Issues

[error] Docker build failed with exit code 127

Failed Deployment

link to action

2020-09-17T03:28:25.1943731Z ##[section]Starting: Request a runner to run this job
2020-09-17T03:28:25.5121920Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-09-17T03:28:25.5122017Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-09-17T03:28:25.5122437Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-09-17T03:28:25.6249193Z ##[section]Finishing: Request a runner to run this job
2020-09-17T03:28:32.6516475Z Current runner version: '2.273.2'
2020-09-17T03:28:32.6544264Z ##[group]Operating System
2020-09-17T03:28:32.6545270Z Ubuntu
2020-09-17T03:28:32.6545605Z 18.04.5
2020-09-17T03:28:32.6545943Z LTS
2020-09-17T03:28:32.6546272Z ##[endgroup]
2020-09-17T03:28:32.6546680Z ##[group]Virtual Environment
2020-09-17T03:28:32.6547189Z Environment: ubuntu-18.04
2020-09-17T03:28:32.6547597Z Version: 20200908.1
2020-09-17T03:28:32.6548417Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20200908.1/images/linux/Ubuntu1804-README.md
2020-09-17T03:28:32.6549265Z ##[endgroup]
2020-09-17T03:28:32.6550471Z Prepare workflow directory
2020-09-17T03:28:32.6794151Z Prepare all required actions
2020-09-17T03:28:32.6809066Z Download action repository 'actions/checkout@v2'
2020-09-17T03:28:33.9287818Z Download action repository 'superfly/[email protected]'
2020-09-17T03:28:34.9426908Z ##[group]Build container for action use: '/home/runner/work/_actions/superfly/flyctl-actions/1.0/Dockerfile'.
2020-09-17T03:28:34.9494331Z ##[command]/usr/bin/docker build -t 9e3346:fb77ccf4f4f743fda0614a9030b7bd16 -f "/home/runner/work/_actions/superfly/flyctl-actions/1.0/Dockerfile" "/home/runner/work/_actions/superfly/flyctl-actions/1.0"
2020-09-17T03:28:35.8949264Z Sending build context to Docker daemon  17.92kB
2020-09-17T03:28:35.8949648Z 
2020-09-17T03:28:35.8949933Z Step 1/5 : FROM alpine
2020-09-17T03:28:35.9687104Z latest: Pulling from library/alpine
2020-09-17T03:28:36.0371082Z df20fa9351a1: Pulling fs layer
2020-09-17T03:28:36.1166663Z df20fa9351a1: Verifying Checksum
2020-09-17T03:28:36.1172702Z df20fa9351a1: Download complete
2020-09-17T03:28:36.2742864Z df20fa9351a1: Pull complete
2020-09-17T03:28:36.2776552Z Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
2020-09-17T03:28:36.2803072Z Status: Downloaded newer image for alpine:latest
2020-09-17T03:28:36.2809129Z  ---> a24bb4013296
2020-09-17T03:28:36.2809537Z Step 2/5 : RUN apk add --no-cache curl
2020-09-17T03:28:36.4155231Z  ---> Running in 9b1c71e1d24e
2020-09-17T03:28:36.8193847Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
2020-09-17T03:28:36.9004376Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
2020-09-17T03:28:37.0472360Z (1/4) Installing ca-certificates (20191127-r4)
2020-09-17T03:28:37.0694881Z (2/4) Installing nghttp2-libs (1.41.0-r0)
2020-09-17T03:28:37.0795626Z (3/4) Installing libcurl (7.69.1-r1)
2020-09-17T03:28:37.0938761Z (4/4) Installing curl (7.69.1-r1)
2020-09-17T03:28:37.1051620Z Executing busybox-1.31.1-r16.trigger
2020-09-17T03:28:37.1096722Z Executing ca-certificates-20191127-r4.trigger
2020-09-17T03:28:37.1469725Z OK: 7 MiB in 18 packages
2020-09-17T03:28:38.0225532Z Removing intermediate container 9b1c71e1d24e
2020-09-17T03:28:38.0226179Z  ---> 7ded154a887f
2020-09-17T03:28:38.0226791Z Step 3/5 : RUN curl https://get.fly.io/flyctl.sh | sh
2020-09-17T03:28:38.0475816Z  ---> Running in 0e6136d379a7
2020-09-17T03:28:38.3481665Z �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2020-09-17T03:28:38.3482428Z                                  Dload  Upload   Total   Spent    Left  Speed
2020-09-17T03:28:38.3482810Z 
2020-09-17T03:28:38.5787917Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
2020-09-17T03:28:38.5788673Z 100    24    0    24    0     0    104      0 --:--:-- --:--:-- --:--:--   104
2020-09-17T03:28:38.5796283Z �[0m�[91msh: four-oh-four,: not found
2020-09-17T03:28:38.7769943Z The command '/bin/sh -c curl https://get.fly.io/flyctl.sh | sh' returned a non-zero code: 127
2020-09-17T03:28:38.7770869Z �[0m
2020-09-17T03:28:38.7787381Z ##[warning]Docker build failed with exit code 127, back off 1.025 seconds before retry.
2020-09-17T03:28:39.8013719Z ##[command]/usr/bin/docker build -t 9e3346:fb77ccf4f4f743fda0614a9030b7bd16 -f "/home/runner/work/_actions/superfly/flyctl-actions/1.0/Dockerfile" "/home/runner/work/_actions/superfly/flyctl-actions/1.0"
2020-09-17T03:28:39.8500460Z Sending build context to Docker daemon  17.92kB
2020-09-17T03:28:39.8500913Z 
2020-09-17T03:28:39.9105008Z Step 1/5 : FROM alpine
2020-09-17T03:28:39.9107319Z  ---> a24bb4013296
2020-09-17T03:28:39.9109214Z Step 2/5 : RUN apk add --no-cache curl
2020-09-17T03:28:39.9111432Z  ---> Using cache
2020-09-17T03:28:39.9114171Z  ---> 7ded154a887f
2020-09-17T03:28:39.9116611Z Step 3/5 : RUN curl https://get.fly.io/flyctl.sh | sh
2020-09-17T03:28:39.9285363Z  ---> Running in 626621d52cdc
2020-09-17T03:28:40.2316035Z �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2020-09-17T03:28:40.2319620Z                                  Dload  Upload   Total   Spent    Lef�[0m�[91mt  Speed
2020-09-17T03:28:40.2323168Z 
2020-09-17T03:28:40.2986640Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
2020-09-17T03:28:40.2987530Z 100    24    0    24    0     0    358      0 --:--:-- --:--:-- --:--:--   358
2020-09-17T03:28:40.3003582Z �[0m�[91msh: four-oh-four,: not found
2020-09-17T03:28:40.4821954Z The command '/bin/sh -c curl https://get.fly.io/flyctl.sh | sh' returned a non-zero code: 127
2020-09-17T03:28:40.4859989Z �[0m
2020-09-17T03:28:40.4866186Z ##[warning]Docker build failed with exit code 127, back off 3.791 seconds before retry.
2020-09-17T03:28:44.2756994Z ##[command]/usr/bin/docker build -t 9e3346:fb77ccf4f4f743fda0614a9030b7bd16 -f "/home/runner/work/_actions/superfly/flyctl-actions/1.0/Dockerfile" "/home/runner/work/_actions/superfly/flyctl-actions/1.0"
2020-09-17T03:28:44.3317116Z Sending build context to Docker daemon  17.92kB
2020-09-17T03:28:44.3326825Z 
2020-09-17T03:28:44.3874297Z Step 1/5 : FROM alpine
2020-09-17T03:28:44.3881514Z  ---> a24bb4013296
2020-09-17T03:28:44.3885469Z Step 2/5 : RUN apk add --no-cache curl
2020-09-17T03:28:44.3889847Z  ---> Using cache
2020-09-17T03:28:44.3892355Z  ---> 7ded154a887f
2020-09-17T03:28:44.3895511Z Step 3/5 : RUN curl https://get.fly.io/flyctl.sh | sh
2020-09-17T03:28:44.4065565Z  ---> Running in 43090af6628b
2020-09-17T03:28:44.7159098Z �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2020-09-17T03:28:44.7161494Z                                  Dload  Upload   Total   Spent    Left  Speed
2020-09-17T03:28:44.7162285Z 
2020-09-17T03:28:44.7837287Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0�[0m�[91m
2020-09-17T03:28:44.7838153Z 100    24    0    24    0     0    352      0 --:--:-- --:--:-- --:--:--   352
2020-09-17T03:28:44.7863317Z �[0m�[91msh: four-oh-four,: not found
2020-09-17T03:28:44.9723216Z The command '/bin/sh -c curl https://get.fly.io/flyctl.sh | sh' returned a non-zero code: 127
2020-09-17T03:28:44.9746890Z �[0m
2020-09-17T03:28:44.9751319Z ##[endgroup]
2020-09-17T03:28:44.9889116Z ##[error]Docker build failed with exit code 127
2020-09-17T03:28:44.9934536Z Cleaning up orphan processes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.