Image Overview: busybox-fips

Overview: busybox-fips Chainguard Image

Container image with only busybox and glibc and openssl libraries with a fips provider. Suitable for running any binaries that only need a shell, glibc and an openssl capable of FIPS mode (e.g. for running any GO FIPS binaries with a shell).

Note currently no busybox applets utilise the FIPS provider.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/busybox-fips:latest

Usage

One can execute any busybox applets like so:

docker run -it cgr.dev/chainguard-private/busybox-fips:latest echo hello world!

Also, note that you can open an interactive shell with command like the following:

docker run -it cgr.dev/chainguard-private/busybox-fips:latest sh

This image is particularly useful to execute shell commands together with GO FIPS binaries, for example as part of Tekton Pipelines Controller FIPS deployment set shell-image to cgr.dev/chainguard/busybox-fips.

Last updated: 2024-06-10 00:50