mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 00:42:54 +00:00
Retain /lib/apk/db for SBOM tools (#3913)
This allows SBOM tools to look at /lib/apk/db/installed to determine which package versions are included in the container. This should probably be applied across all of the linuxkit containers. Signed-off-by: eriknordmark <erik@zededa.com>
This commit is contained in:
@@ -30,3 +30,5 @@ ENTRYPOINT []
|
||||
COPY --from=alpine /usr/bin/runc /usr/bin/
|
||||
COPY --from=alpine /etc/init.d/ /etc/init.d/
|
||||
COPY --from=alpine /etc/shutdown.d/ /etc/shutdown.d/
|
||||
COPY --from=alpine /etc/apk /etc/apk/
|
||||
COPY --from=alpine /lib/apk /lib/apk/
|
||||
|
Reference in New Issue
Block a user