You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error during container init: error reopening /dev/null inside container: open /dev/null: operation not permitted: unknown.\\n !
Full context:
TASK [clone example-app] *******************************************************
fatal: [instance]: FAILED! => {"changed": false, "meta": {"error": "b'-----> Cloning example-app from https://github.com/heroku/node-js-getting-started#b10a4d7a20a6bbe49655769c526a2b424e0e5d0b\\n\\x1b[1G-----> Cleaning up...\\n\\x1b[1G-----> Building example-app from herokuish\\ndocker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error reopening /dev/null inside container: open /dev/null: operation not permitted: unknown.\\n ! Failure extracting app code\\n ! Removing invalid image tag dokku/example-app:latest\\n ! App build failed\\n'", "present": true}, "msg": "b'-----> Cloning example-app from https://github.com/heroku/node-js-getting-started#b10a4d7a20a6bbe49655769c526a2b424e0e5d0b\\n\\x1b[1G-----> Cleaning up...\\n\\x1b[1G-----> Building example-app from herokuish\\ndocker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error reopening /dev/null inside container: open /dev/null: operation not permitted: unknown.\\n ! Failure extracting app code\\n ! Removing invalid image tag dokku/example-app:latest\\n ! App build failed\\n'"}
It seems to me like dokku_app makes an assumption about the docker setup that is currently not fulfilled in the docker environment created by molecule?
The role runs through fine on CI, but when creating a new app at the
verify
stageansible-dokku/molecule/default/verify.yml
Lines 43 to 46 in b40149b
we get the error:
Full context:
It seems to me like
dokku_app
makes an assumption about the docker setup that is currently not fulfilled in the docker environment created bymolecule
?@josegonzalez have you seen this before?
The text was updated successfully, but these errors were encountered: