I’m interested in using packer with the distroless base images from google. These images only have the absolute bare minimum installed, less than the usual alpine images. They don’t even have /bin/bash
, /bin/sh
, or any shell installed.
Has anyone been able to successfully use packer to create a docker image with a distroless image as a base?