-
Notifications
You must be signed in to change notification settings - Fork 15
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
Scuba doesn't work with images that have USER set #109
Comments
I've been trying to use: image: none
aliases:
yarn:
image: node:12-alpine
script: yarn install Which results in Is this the same issue? |
nodejs/docker-node#289 seems related as well. |
Here's one way that Scuba fails if you try to run it with an image that has
I'm guessing this is because Docker changes UID to the given USER before it tries to exec
Why is it 700? Well Scuba should probably just inspect the image prior to running, and throw its hands up if cc @rpasek |
There are a few ways scuba can fail when running an image with
|
No description provided.
The text was updated successfully, but these errors were encountered: