Simple container with musl-libc and busybox
10K+
The container images are built for linux/amd64 and linux/arm64. The images
are vary basic and only contain musl-libc and busybox from Alpine
Linux. The build
variables can be found in the Dockerfile.
The image names are ghcr.io/sando38/musl-ctr and docker.io/sando38/musl-ctr.
Image tags are the respective musl-libc versions. Images are available from
version 1.1.7 onwards.
The image could be used for example to test your applications against various
musl-libc versions and see if they are compatible. The image does not aim to
be complete.
E.g. use in new Dockerfile like
ARG MUSL_VSN='1.2.3'
FROM docker.io/sando38/musl-ctr:${MUSL_VSN}
COPY /app /app
...
Content type
Image
Digest
sha256:4b0753fea…
Size
1.7 MB
Last updated
over 3 years ago
docker pull sando38/musl-ctr:1.2.4