You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue was that "projinfo --remote-data"
did not work without curl, but that
works with just the curl libraries
installed, so stop installing the curl
binary.
This reduces the size of the image,
and makes it harder for an attacker
to get their tools into a compromised
container.
@@ -571,8 +571,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
571
571
# Install JRE with --no-install-recommends, otherwise it draws default-jre, which draws systemd, which fails to install when running the arm64v8/ubuntu:24.04 image on a 64bit host
0 commit comments