mirror of https://github.com/k3s-io/k3s
Bump all alpine images to 3.16 (#6334)
Signed-off-by: Derek Nola <derek.nola@suse.com> Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/6432/head
parent
7461ae457d
commit
0d4ae24ec6
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.15
|
||||
FROM alpine:3.16
|
||||
ENV SONOBUOY_VERSION 0.56.5
|
||||
RUN apk add curl tar gzip
|
||||
RUN curl -sfL https://github.com/vmware-tanzu/sonobuoy/releases/download/v${SONOBUOY_VERSION}/sonobuoy_${SONOBUOY_VERSION}_linux_amd64.tar.gz | tar xvzf - -C /usr/bin
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.15 as base
|
||||
FROM alpine:3.16 as base
|
||||
RUN apk add -U ca-certificates tar zstd
|
||||
COPY build/out/data.tar.zst /
|
||||
RUN mkdir -p /image/etc/ssl/certs /image/run /image/var/run /image/tmp /image/lib/modules /image/lib/firmware && \
|
||||
|
|
Loading…
Reference in New Issue