Sign inSign up

vrusinov/base

By vrusinov

Updated 9 months ago

Base Gentoo-based image.

Image
Operating systems
0

1.6K

vrusinov/base repository overview

Base docker image

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

Tag summary

Content type

Image

Digest

sha256:407848fd6

Size

40.2 MB

Last updated

9 months ago

docker pull vrusinov/base