-
Notifications
You must be signed in to change notification settings - Fork 6
Postinstall script permission denied #300
Comments
Which Linux version is this happening on? On your machine, or CircleCI? |
This is for Docker running locally as a root user on the container. CircleCI has no issues with the build so I'm not sure how it's treating permissions differently. |
Why are you trying to run Also, does anyone know what the |
The container utilizes a number of SDK commands to test and run the application. You can view the repo here |
Still not sure why you guys need to run Anyways, looks like it's a permissions issue. This worked for me:
|
@drewjs please try to run Exosphere outside of a Docker container. It uses Docker itself. |
Yes, currently the entire application (excluding datastore) is running inside a single docker container. The application was previously using I will see what can be done to remove the exosphere-sdk requirement inside the container, but it may require some effort to update all the configuration. It may be helpful to know what is configured on the |
Okay, that makes sense. Please don't run inside a Docker container anymore. Here is another Exosphere code base that runs outside of Docker: https://github.com/Originate/space-tweet. Please take it as a reference for how EaaS should look like moving forward. What you need installed on your machine to run your application is:
|
Yes, I agree it would be helpful to know what's inside |
This is resolved now that EaaS runs on the latest version of Exosphere |
Trying to install the sdk on the latest
originate/exosphere-base
docker image. Any ideas for a fix or workaround?Dockerfile:
The text was updated successfully, but these errors were encountered: