Skip to content

Alpine Container Image

Minimal Alpine Linux base image with Bash installed for reproducible pipelines and development shells.

Features

Ships only Bash and the security updates required to keep the base image tiny and fast to pull.

  • Built from a digested Alpine release so the resulting container is deterministic across environments.
  • Serves as the lightweight parent image for other repositories in niclas-zone/ctr.

Usage

Pull the image

podman pull registry.gitlab.com/niclas-zone/ctr/alpine:latest

Start an interactive shell

podman run --rm -it registry.gitlab.com/niclas-zone/ctr/alpine:latest /bin/bash

Author

Niclas Heinz

Contributing

Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.

License

This project is licensed under the MIT License. See LICENSE for the full text.