Sign inSign up

benzbrake/alpine

By benzbrake

Updated over 3 years ago

Alpine Linux image, only including a few convenience packages.

Image
0

7.4K

benzbrake/alpine repository overview

Docker-Alpine

Build

Description

This is possible thanks to the work from uggedal on packaging Alpine Linux for Docker.

This project is now build on top of official Alpine Linux image, only including a few convenience packages.

Supported architecture

  • arm
  • s390x
  • ppc64le
  • amd64
  • arm64
  • 386

Supported tags

  • latest
  • 3.15
  • 3.14
  • 3.13
  • 3.12
  • 3.11
  • 3.10
  • 3.9
  • 3.8
  • 3.7

Included packages

To get you started, a set of packages have been integrated:

  • curl
  • ca-certificates

Time Zone

China Standard Time

How to use this image

Usage

Use like you would any other base image:

FROM benzbrake/alpine:3.7
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]

Tag summary

Content type

Image

Digest

sha256:0d275a4d1

Size

5.4 MB

Last updated

over 3 years ago

docker pull benzbrake/alpine