Merge pull request #98313 from claudiubelu/test-images/fixes-apparmor-loader

test images: Fixes apparmor-loader image
This commit is contained in:
Kubernetes Prow Robot
2021-01-23 01:51:39 -08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ FROM $BASEIMAGE
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
RUN apk add apparmor libapparmor --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
RUN apk add apparmor libapparmor --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ --allow-untrusted && \
apk add --no-cache musl\>1.1.20 --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/
ADD loader /usr/bin/loader

View File

@@ -1 +1 @@
1.2
1.3