Closed rucoder closed 3 months ago
In your example Dockerfile it is located in /src/foo
No, not there. It needs to be anywhere in the output image. So if we copy things from /out/foo
to the final image, then it should be in /out
somewhere. Preferably similar location to actual binary.
In your example Dockerfile it is located in /src/foo
No, not there. It needs to be anywhere in the output image. So if we copy things from
/out/foo
to the final image, then it should be in/out
somewhere. Preferably similar location to actual binary.
ok, my question was about "where it must be located so LK will find it" , I assumed it must be in the / but it seems it doesn't matter
@deitch I'm not sure where
sbom.spdx.json
must be located. In your exampleDockerfile
it is located in/src/foo
is this correct?