Fix build of apparmor-loader test image
apparmor is no longer found in Alpine edge/testing but in edge/community, presumably in preparation for full-fledged inclusion in 3.15. If so, once that is released, BASEIMAGE can be updated again and the explicit --repository flag to 'apk add' dropped. Fixes: https://github.com/kubernetes/kubernetes/issues/105528
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
linux/amd64=alpine:3.8
|
||||
linux/arm=arm32v6/alpine:3.8
|
||||
linux/arm64=arm64v8/alpine:3.8
|
||||
linux/ppc64le=ppc64le/alpine:3.8
|
||||
linux/amd64=alpine:3.14
|
||||
linux/arm=arm32v6/alpine:3.14
|
||||
linux/arm64=arm64v8/alpine:3.14
|
||||
linux/ppc64le=ppc64le/alpine:3.14
|
||||
|
Reference in New Issue
Block a user