happy-hui1 opened a new issue, #19900: URL: https://github.com/apache/superset/issues/19900
#### How to reproduce the bug Removing superset_app Removing superset_init Removing superset_worker Removing superset_worker_beat superset_cache is up-to-date superset_db is up-to-date Starting superset_websocket ... Recreating 4e80981fc5ad_superset_app ... Starting superset_node ... Starting superset_websocket ... done Recreating a10d3d77804a_superset_worker ... Starting superset_node ... done Recreating bc04ec33c40f_superset_init ... error ERROR: for 6c79d9ae2119_superset_tests_worker Cannot start service superset-tests-worker: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown Recreating cc76d3717563_superset_worker_beat ... errorocess caused: exec: "/app/docker/docker-init.sh": permission denied: unknown Recreating 4e80981fc5ad_superset_app ... error ERROR: for cc76d3717563_superset_worker_beat Cannot start service superset-worker-beat: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown ERROR: for a10d3d77804a_superset_worker Cannot start service superset-worker: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown ERROR: for 4e80981fc5ad_superset_app Cannot start service superset: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown ERROR: for superset-tests-worker Cannot start service superset-tests-worker: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown ERROR: for superset-init Cannot start service superset-init: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-init.sh": permission denied: unknown ERROR: for superset-worker-beat Cannot start service superset-worker-beat: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown ERROR: for superset-worker Cannot start service superset-worker: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown ERROR: for superset Cannot start service superset: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/app/docker/docker-bootstrap.sh": permission denied: unknown ERROR: Encountered errors while bringing up the project. ### Expected results All containers to be succesfully deployed by Docker-Compose. ### Actual results Superset containers failed to be deployed because of error "/app/docker/docker-bootstrap.sh": permission denied: unknown ### How to reproduce the bug cd incubator-superset-master docker-compose up -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
