ignore base-layout as it can't be upgraded in a kaniko environment (read-only fs)
This commit is contained in:
parent
ab9dc63d98
commit
ccc405ebff
@ -30,7 +30,7 @@ COPY --from=builder /src/output/rootfs-overlay-x86_64-linux-musl /
|
|||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
syslog-ng
|
syslog-ng
|
||||||
|
|
||||||
RUN apk --no-cache upgrade
|
RUN apk --no-cache upgrade --ignore alpine-baselayout
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user