Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM until v2.9.1 is released] Migrate the base image to bci-busybox #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. Migrate the base image to bci-busybox

    The aim of this change is to decrease the long-term number of CVEs this image
    gets due to the decreased attack surface. As a result, the final image is 40MB
    lighter and does not contain the following commands:
    
    add-shell
    bbconfig
    blkdiscard
    busybox
    chroot
    cifsiostat
    c_rehash
    crond
    crontab
    depmod
    dumpkmap
    envsubst
    fbsplash
    fc-conflist
    fc-list
    fc-match
    fc-pattern
    fc-query
    fc-scan
    fc-validate
    fdflush
    fstrim
    geoiplookup6
    getty
    halt
    hwclock
    ifconfig
    ifdown
    ifenslave
    ifup
    init
    inotifyd
    insmod
    iostat
    ipaddr
    iplink
    ipneigh
    iproute
    iprule
    kbd_mode
    link
    linux32
    linux64
    logread
    lsmod
    modinfo
    modprobe
    mountpoint
    ntpd
    partprobe
    printenv
    raidautorun
    rdate
    rdev
    readahead
    reboot
    remove-shell
    rev
    rfkill
    rmmod
    route
    swapoff
    swapon
    syslogd
    tapestat
    traceroute6
    tree
    unlzop
    watchdog
    xsltproc
    
    Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
    pjbgf committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b1d1ae7 View commit details
    Browse the repository at this point in the history