The base image based on Gentoo. Can be used as a base image for others. Not capable of running builds, but can be useful in multi-stage builds, e.g.:
FROM vrusinov/base-build:latest as base-build
emerge -v app-misc/foo
FROM vrusinov/base as base
COPY --from build /usr/bin/foo /usr/bin/foo
Content type
Image
Digest
sha256:407848fd6…
Size
40.2 MB
Last updated
9 months ago
docker pull vrusinov/base