Building a DevOps Pipeline with Cloud Run Reviews

68011 reviews

Ganga Vara Prasad K. · Reviewed 4 yıldan fazla ago

4132 S. · Reviewed 4 yıldan fazla ago

Lab has issues: Flask==1.1.1 causes "from itsdangerous import json as _json ImportError: cannot import name 'json' from 'itsdangerous'" https://serverfault.com/questions/1094062/from-itsdangerous-import-json-as-json-importerror-cannot-import-name-json-fr upgraded to Flask==1.1.4 then got "ImportError: cannot import name 'soft_unicode' from 'markupsafe' " finally added markupsafe==2.0.1 to requirements.txt which fixed the issue

Alex L. · Reviewed 4 yıldan fazla ago

Big issue that i must have to troubleshoot because of Flask==1.1.1 depreciate in the docker container execution. I must have to replace the requirement.txt file by: Flask==1.1.4 flask-cors==3.0.0 boto3==1.9.22 markupsafe==2.0.1 With this it was finally successfull

Antoine M. · Reviewed 4 yıldan fazla ago

Sergio M. · Reviewed 4 yıldan fazla ago

Natalia M. · Reviewed 4 yıldan fazla ago

Dipak V. · Reviewed 4 yıldan fazla ago

Selvakulasingam T. · Reviewed 4 yıldan fazla ago

Josh C. · Reviewed 4 yıldan fazla ago

Nayana S S. · Reviewed 4 yıldan fazla ago

mamtha m. · Reviewed 4 yıldan fazla ago

José A. · Reviewed 4 yıldan fazla ago

Container is not deploying

Nagaraju N. · Reviewed 4 yıldan fazla ago

Henry A. · Reviewed 4 yıldan fazla ago

Flavio D. · Reviewed 4 yıldan fazla ago

Docker images stuck in infinite restart loop.

Mike W. · Reviewed 4 yıldan fazla ago

Hugo Fabiano L. · Reviewed 4 yıldan fazla ago

HARIESH A. · Reviewed 4 yıldan fazla ago

Doesnt work

Elías M. · Reviewed 4 yıldan fazla ago

The container provided in this lab doesn't start. Could you please set the dependencies properly? [2022-02-18 18:21:44 +0000] [10] [INFO] Booting worker with pid: 10 [2022-02-18 18:21:44 +0000] [10] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/usr/local/lib/python3.7/site-packages/gunicorn/workers/gthread.py", line 92, in init_process super().init_process() File "/usr/local/lib/python3.7/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/usr/local/lib/python3.7/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 58, in load return self.load_wsgiapp() File "/usr/local/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python3.7/site-packages/gunicorn/util.py", line 359, in import_app mod = importlib.import_module(module) File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 677, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/app/main.py", line 1, in <module> from flask import Flask, render_template, request File "/usr/local/lib/python3.7/site-packages/flask/__init__.py", line 14, in <module> from jinja2 import escape File "/usr/local/lib/python3.7/site-packages/jinja2/__init__.py", line 12, in <module> from .environment import Environment File "/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 25, in <module> from .defaults import BLOCK_END_STRING File "/usr/local/lib/python3.7/site-packages/jinja2/defaults.py", line 3, in <module> from .filters import FILTERS as DEFAULT_FILTERS # noqa: F401 File "/usr/local/lib/python3.7/site-packages/jinja2/filters.py", line 13, in <module> from markupsafe import soft_unicode ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/local/lib/python3.7/site-packages/markupsafe/__init__.py) [2022-02-18 18:21:44 +0000] [10] [INFO] Worker exiting (pid: 10) [2022-02-18 18:21:44 +0000] [1] [INFO] Shutting down: Master [2022-02-18 18:21:44 +0000] [1] [INFO] Reason: Worker failed to boot.

Sylvio P. · Reviewed 4 yıldan fazla ago

There's an error in the container created according to the instructions (see: https://ibb.co/Qv6GMGv), which is due to Flask version. Upgrading to 2.0.1 solved it.

Iman A. · Reviewed 4 yıldan fazla ago

DOES NOT WORK with Flask==1.1.1. setting Flask==2.0.3 works.

Umberto M. · Reviewed 4 yıldan fazla ago

DOES NOT WORK

Umberto M. · Reviewed 4 yıldan fazla ago

Giuliano M. · Reviewed 4 yıldan fazla ago

great

Raj S. · Reviewed 4 yıldan fazla ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.