Skip to content

jessenich/docker-alpine

Repository files navigation

Docker Alpine Base Image

GitHub last commit GitHub

GitHub Workflow Status

Docker Image Version (latest semver) Docker Image Size (tag) Docker Pulls

Gitpod Ready-to-Code

GitHub Source

docker pull jessenich91/alpine:latest

DockerHub Registry

docker pull ghcr.io/jessenich/alpine:latest

What is this image?

Baseline image used in all alpine based images with support for amd64, armhf, and aarch64 architectures.

Image Meta

Based off Alpine 14 as of the latest release.

Provisions default non root user defaulted to 'sysadm' with no password. Built against both Alpine 3.14 and 3.13 for amd64, aarch64, and armhf architectures.

Installed Packages

  • ca-certificates
  • rsync
  • nano
  • curl
  • wget
  • tzdata
  • jq
  • yq
  • sudo
  • bash (upon first run)

Running this Image

Run latest, standard variant.

docker -rm -it ghcr.io/jessenich/alpine:latest

To latest variant with non-root user, use latest-sudo tag:

docker -rm -it ghcr.io/jessenich/alpine:latest-sudo

You can attach sudo to any tag to get its non-root variant. Note: non-root variants have bash installed whereas root variants do not.

License

Copyright (c) Jesse N. jesse@keplerdev.com. See LICENSE for license information.

As with all Docker images, the built image likely also contains other software which may be under other licenses (such as software 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.