From a security perspective this looks bad because the switch added:
1 critical
84 high
65 medium
428 low
4 unknown
Couldn't we use alpine for the non arm64 images and switch the arm64 also to alpine when the build bugs are resolved? On thing we also could do is provide a alpine based wopi server image with suffix tag like cs3org/wopiserver:v9.4.0-alpine.
110 switched the base image from alpine to debian.
With Alpine we had following CVE summary (
trivy image cs3org/wopiserver:v9.4.0
):With Debian we now have following CVE summary (
trivy image cs3org/wopiserver:v9.4.2ap
)From a security perspective this looks bad because the switch added:
Couldn't we use alpine for the non arm64 images and switch the arm64 also to alpine when the build bugs are resolved? On thing we also could do is provide a alpine based wopi server image with suffix tag like
cs3org/wopiserver:v9.4.0-alpine
.