mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 20:37:03 +00:00
changed some packages to force new package versions, rebuild with sbom
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# Dockerfile to build linuxkit/containerd
|
||||
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 as alpine
|
||||
|
||||
RUN apk add tzdata binutils
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +1,4 @@
|
||||
# Dockerfile to build linuxkit/memlogd
|
||||
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 AS build
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
|
@@ -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/
|
||||
|
@@ -1,3 +1,4 @@
|
||||
# Dockerfile to build linuxkit/runc
|
||||
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 as alpine
|
||||
RUN \
|
||||
apk add \
|
||||
|
@@ -1,3 +1,4 @@
|
||||
# Dockerfile to build linuxkit/sysctl
|
||||
FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
|
Reference in New Issue
Block a user