Como implantar aplicativos no Google Cloud avaliações

66574 avaliações

Typo in task 2, step 12. An ":" is missing after the title. Correct one: model = {"title": "Hello App Engine"} Similar issue in task 3, step 10. Similar issue in task 4, step 2 as well.

Gábor S. · Revisado há about 2 years

ok

Gargi D. · Revisado há about 2 years

Abinaya K. · Revisado há about 2 years

Carlos C. · Revisado há about 2 years

Grace Arah M. · Revisado há about 2 years

Iana K. · Revisado há about 2 years

David E. · Revisado há about 2 years

Vinay Kumar B. · Revisado há about 2 years

Avinash S. · Revisado há about 2 years

Mohanad A. · Revisado há about 2 years

Yanothai A. · Revisado há about 2 years

Mohit S. · Revisado há about 2 years

범식 최. · Revisado há about 2 years

Eros C. · Revisado há about 2 years

Piotr L. · Revisado há about 2 years

Christopher F. · Revisado há about 2 years

Joao M. · Revisado há about 2 years

super!!!

Krzysztof K. · Revisado há about 2 years

there is error i did built the project but i got an error starting build "cd0b9223-bf55-4ea3-ad0a-cd7c8ac66d32" FETCHSOURCE Fetching storage object: gs://qwiklabs-gcp-01-92b6ebbca3ae_cloudbuild/source/1707071673.875833-8c495cd43ee048c1b484648602944f31.tgz#1707071674493648 Copying gs://qwiklabs-gcp-01-92b6ebbca3ae_cloudbuild/source/1707071673.875833-8c495cd43ee048c1b484648602944f31.tgz#1707071674493648... / [0 files][ 0.0 B/ 1.4 KiB] / [1 files][ 1.4 KiB/ 1.4 KiB] Operation completed over 1 objects/1.4 KiB. BUILD Already have image (with digest): gcr.io/cloud-builders/docker Sending build context to Docker daemon 9.216kB Step 1/7 : FROM python:3.7 3.7: Pulling from library/python 167b8a53ca45: Pulling fs layer b47a222d28fa: Pulling fs layer debce5f9f3a9: Pulling fs layer 1d7ca7cd2e06: Pulling fs layer ff3119008f58: Pulling fs layer c2423a76a32b: Pulling fs layer e1c98ca4926a: Pulling fs layer 3b62c8e1d79b: Pulling fs layer 1d7ca7cd2e06: Waiting e1c98ca4926a: Waiting ff3119008f58: Waiting 3b62c8e1d79b: Waiting c2423a76a32b: Waiting b47a222d28fa: Download complete 167b8a53ca45: Verifying Checksum 167b8a53ca45: Download complete debce5f9f3a9: Verifying Checksum debce5f9f3a9: Download complete ff3119008f58: Verifying Checksum ff3119008f58: Download complete e1c98ca4926a: Verifying Checksum e1c98ca4926a: Download complete c2423a76a32b: Verifying Checksum c2423a76a32b: Download complete 3b62c8e1d79b: Verifying Checksum 3b62c8e1d79b: Download complete 1d7ca7cd2e06: Verifying Checksum 1d7ca7cd2e06: Download complete 167b8a53ca45: Pull complete b47a222d28fa: Pull complete debce5f9f3a9: Pull complete 1d7ca7cd2e06: Pull complete ff3119008f58: Pull complete c2423a76a32b: Pull complete e1c98ca4926a: Pull complete 3b62c8e1d79b: Pull complete Digest: sha256:eedf63967cdb57d8214db38ce21f105003ed4e4d0358f02bedc057341bcf92a0 Status: Downloaded newer image for python:3.7 ---> 16d93ae3411b Step 2/7 : WORKDIR /app ---> Running in eb2395042068 Removing intermediate container eb2395042068 ---> a8ecda636d8a Step 3/7 : COPY . . ---> 596b4bdf7609 Step 4/7 : RUN pip install gunicorn ---> Running in 169eee41a2b4 Collecting gunicorn Downloading gunicorn-21.2.0-py3-none-any.whl (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.2/80.2 kB 3.4 MB/s eta 0:00:00 Collecting importlib-metadata Downloading importlib_metadata-6.7.0-py3-none-any.whl (22 kB) Collecting packaging Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 10.5 MB/s eta 0:00:00 Collecting typing-extensions>=3.6.4 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) Collecting zipp>=0.5 Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB) Installing collected packages: zipp, typing-extensions, packaging, importlib-metadata, gunicorn Successfully installed gunicorn-21.2.0 importlib-metadata-6.7.0 packaging-23.2 typing-extensions-4.7.1 zipp-3.15.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv  [notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] To update, run: pip install --upgrade pip Removing intermediate container 169eee41a2b4 ---> 3dd5795919c0 Step 5/7 : RUN pip install -r requirements.txt ---> Running in 1c1ddba95bfa Collecting Flask==2.0.3 Downloading Flask-2.0.3-py3-none-any.whl (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/95.6 kB 3.8 MB/s eta 0:00:00 Collecting itsdangerous==2.0.1 Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB) Collecting Jinja2==3.0.3 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 15.7 MB/s eta 0:00:00 Collecting werkzeug==2.2.2 Downloading Werkzeug-2.2.2-py3-none-any.whl (232 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.7/232.7 kB 17.1 MB/s eta 0:00:00 Collecting click>=7.1.2 Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 20.9 MB/s eta 0:00:00 Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/site-packages (from click>=7.1.2->Flask==2.0.3->-r requirements.txt (line 1)) (6.7.0) Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->click>=7.1.2->Flask==2.0.3->-r requirements.txt (line 1)) (4.7.1) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->click>=7.1.2->Flask==2.0.3->-r requirements.txt (line 1)) (3.15.0) Installing collected packages: MarkupSafe, itsdangerous, werkzeug, Jinja2, click, Flask Successfully installed Flask-2.0.3 Jinja2-3.0.3 MarkupSafe-2.1.5 click-8.1.7 itsdangerous-2.0.1 werkzeug-2.2.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv  [notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] To update, run: pip install --upgrade pip Removing intermediate container 1c1ddba95bfa ---> 9cc574f83c25 Step 6/7 : ENV PORT=8080 ---> Running in bf6d80219669 Removing intermediate container bf6d80219669 ---> b69c1ba15562 Step 7/7 : CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app ---> Running in 9fb9a380f892 Removing intermediate container 9fb9a380f892 ---> fd235f1da9be Successfully built fd235f1da9be Successfully tagged us-central1-docker.pkg.dev/qwiklabs-gcp-01-92b6ebbca3ae/devops-demo/cloud-run-image:v0.1 PUSH Pushing us-central1-docker.pkg.dev/qwiklabs-gcp-01-92b6ebbca3ae/devops-demo/cloud-run-image:v0.1 The push refers to repository [us-central1-docker.pkg.dev/qwiklabs-gcp-01-92b6ebbca3ae/devops-demo/cloud-run-image] 219c1b8d9a9c: Preparing 695bba648bc8: Preparing edb5e3be87aa: Preparing 9cca30c34858: Preparing 45c430b35dba: Preparing 8e23f007f16f: Preparing aef22e07d5d7: Preparing c26432533a6a: Preparing 01d6cdeac539: Preparing a981dddd4c65: Preparing f6589095d5b5: Preparing 7c85cfa30cb1: Preparing aef22e07d5d7: Waiting c26432533a6a: Waiting 01d6cdeac539: Waiting a981dddd4c65: Waiting f6589095d5b5: Waiting 7c85cfa30cb1: Waiting 8e23f007f16f: Waiting 45c430b35dba: Layer already exists 8e23f007f16f: Layer already exists aef22e07d5d7: Layer already exists c26432533a6a: Layer already exists 9cca30c34858: Pushed edb5e3be87aa: Pushed 01d6cdeac539: Layer already exists a981dddd4c65: Layer already exists f6589095d5b5: Layer already exists 219c1b8d9a9c: Pushed 7c85cfa30cb1: Layer already exists 695bba648bc8: Pushed v0.1: digest: sha256:bd5ce121a35a08c992e18cfec6b4e71234b108e2d9134ecdfb4d4e7d421dbe75 size: 2845 DONE

Captin B. · Revisado há about 2 years

Sudhanshu J. · Revisado há about 2 years

William T. · Revisado há about 2 years

Muhammad H. · Revisado há about 2 years

Agne G. · Revisado há about 2 years

Solomon B. · Revisado há about 2 years

Dario K. · Revisado há about 2 years

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.