changed some packages to force new package versions, rebuild with sbom

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2023-11-16 10:26:12 +02:00
parent b26c169797
commit f227b73a39
115 changed files with 344 additions and 339 deletions

View File

@@ -1,3 +1,4 @@
# Dockerfile to build linuxkit/containerd
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 as alpine
RUN apk add tzdata binutils

View File

@@ -1,7 +1,6 @@
# LinuxKit getty
Image to create a getty on each console for a [linuxkit](https://github.com/linuxkit/linuxkit)-generated image.
## Usage
LinuxKit images do not create `getty` by default. If you want to be able to access a shell, you need to run a getty.

View File

@@ -1,3 +1,4 @@
# Dockerfile to build linuxkit/init
FROM linuxkit/containerd-dev:ee5755eb38c0a6b6aef2658b757652d82556c30c AS containerd-dev
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 AS build
RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers

View File

@@ -1,3 +1,4 @@
# Dockerfile to build linuxkit/memlogd
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 AS build
RUN apk add --no-cache go musl-dev

View File

@@ -1,3 +1,4 @@
# Dockerfile to build linuxkit/modprobe
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/

View File

@@ -1,3 +1,4 @@
# Dockerfile to build linuxkit/runc
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 as alpine
RUN \
apk add \

View File

@@ -1,3 +1,4 @@
# Dockerfile to build linuxkit/sysctl
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 AS mirror
RUN apk add --no-cache go musl-dev