-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install dependencies when using scraper image in CircleCI #27
Comments
I'm starting to think the whole image is corrupt. I was able to work around the permission issue by setting the docker image to run as root. That allowed the deps to be installed. But when it came to run the crawl this error is being thrown:
|
FYI - in the process of working through #28 I found a spot where we were setting the working directory to |
May I know what version of Docker engine you're using? |
Locally I am using Rancher Desktop. |
I just tried pulling latest and got a slightly different error. Figured I'd share in case its helpful.
|
Description
It appears that after yesterday's change any attempt to install dependencies onto the scraper image fails due to lack of permissions.
In order for us to use the crawler we have to install some our of custom CA certs. Otherwise the crawler will not trust the certificates our internal sites use and cannot therefore connect via HTTPS.
We haven't changed anything on our end for many months and run several crawls a day. We ran several crawls yesterday and they all worked. Suddenly today we're seeing this error in CircleCI.
Steps to reproduce
You'll see this:
I have tried running the command with sudo but it fails as well.
The text was updated successfully, but these errors were encountered: