distroless icon indicating copy to clipboard operation
distroless copied to clipboard

Busybox Source Distribution

Open jheaff1 opened this issue 5 years ago • 1 comments

Hi,

May I ask how you handle the distribution of Busybox source code along with your debug containers (Busybox is licensed under GPL). I am using the distroless cc Debian 10 debug image as a base image for my application and I’m curious to know how Google handle licensing with Busybox; I would like to do something similar rather than reimplement the wheel

jheaff1 avatar Oct 25 '20 12:10 jheaff1

It is not even compiled: https://github.com/GoogleContainerTools/distroless/blob/main/busybox_archives.bzl

But see https://github.com/docker-library/busybox/blob/master/stable/musl/Dockerfile.builder for the details.

Note that some architectures come from a different place (i.e. upstream)

https://busybox.net/downloads/binaries/1.31.0-defconfig-multiarch-musl/

afbjorklund avatar Nov 25 '22 07:11 afbjorklund