Sign inSign up

gschaetz/base-alpine

By gschaetz

Updated about 1 month ago

Image
0

8.4K

gschaetz/base-alpine repository overview

Quick reference

What is base-alpine?

The image base-alpine is based on alpine:latest and is used as a base image for all my other docker images. The images contains the following:

  • Non root user developer as the default user
  • Contains common packages that are used across my docker images
  • Has GLIBC for further compatibility

The image is built for the following architectures:

  • linux/arm64
  • linux/amd64

How to use this image

Usage

Use like you would any other base image:

FROM gchaetz/base-alpine:latest

License

My contributions are under MIT License

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

sha256:b6b458d49

Size

134.5 MB

Last updated

about 1 month ago

docker pull gschaetz/base-alpine