Skip to content

Alpine Container Image

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

Features

  • Built from a digested Alpine release so the resulting container is deterministic across environments.
  • Ships only Bash and security updates to keep the image tiny and fast to pull.
  • 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 full details.