Victor Shi
Victor Shi
No I am not adding a new `ENTRYPOINT`. I kept everything the same as the origin Makefile, and I just added a local binary file to it.
Yes. I only added a new binary to the /bin directory of the container and kept everything else the same. However, I made an image with the original Dockerfile using...
I was using the original [Dockerfile](https://github.com/spiffe/spire/blob/main/Dockerfile) and it gave me the same error. I ran `make spire-agent-image` on the root directory of the repo.
So the `spire-agent:latest-local` image works if I run `make images`. It has the size of 59 MB. However, the spire agent image created from the command `make spire-agent-image` only has...
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: ``` gsc build --insecure-args vicshi06/test:debian...
> > `RUN chmod 1777 /tmp` > > Do you know why you're doing this in your Docker image build? @dimakuv I added this after I encountered the bug, but...
> @vicshi06 Can you check if PR #194 fixes your issue? @dimakuv It did fix the issue, but now the build failed at step 23 with no helpful error message...
> docker inspect vicshi06/test:debian You are right. For some reason my user is ":" ``` [ { "Id": "sha256:5a11f11890b8dc47e53a01408bd65573206cef787b94d280c1dcf396f56724ef", "RepoTags": [ "vicshi06/test:debian" ], "RepoDigests": [ "vicshi06/test@sha256:b75d1efc18fb1f43f145cd12a404c7345165f22b90018a8954628df2d3fc7d46" ], "Parent": "", "Comment":...
@ben9583 Hi Ben. Can you take a look and make sure the function behaviors are good? I will implement cache and make the code more efficient later.
Ok is there anything I need to do to fix the checks?