-
Notifications
You must be signed in to change notification settings - Fork 39
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
GSC Build Image Couldn't Create Temporary File #193
Comments
I do not see anything special about your original Docker image. Would it be possible to reproduce the same on a clean environment (with all previously built Docker images purged)? And attach the GSC-build command that you used as well as the full GSC build log. |
Yes. I tried to remove all of my images and built it, but it gave the same error. Here is the only command I used:
Here is the full log:
Here is my plugin.manifest:
|
Do you know why you're doing this in your Docker image build? |
@vicshi06 Can you check, why the image has wrong mode on
So I assume the problem is somewhere between |
@dimakuv I added this after I encountered the bug, but it didn't solve the issue.
@woju As you can see, I didn't even touch This is quite a weird bug :( |
@dimakuv It did fix the issue, but now the build failed at step 23 with no helpful error message
|
It feels like the USER in the original Docker image is empty or corrupted? Why do we see lines like Can you perform |
You are right. For some reason my user is ":"
|
Description of the problem
We have been trying to use gramine and gsc to build our custom graminized image. However, when we use Debian:12 as the base image, it gives me this error. It is the similar error if we use Ubuntu. The build process failed at step 12.
The image works fine if I directly use Docker run on it.
Steps to reproduce
Here is our Dockerfile. We use Debian:12 right before we build the SPIRE-agent.
This is my config.yaml for GSC:
The text was updated successfully, but these errors were encountered: