Simple Arch Linux container with common tools installed.
| Metadata | Value |
|---|---|
| Contributors | Bart Venter |
| Definition type | Dockerfile |
| Published images | ghcr.io/bartventer/devcontainer-images/base-archlinux |
| Container host OS support | Linux, macOS, Windows |
| Container OS | OS: Linux, Distribution: Arch |
| Published image architecture(s) | linux/amd64 |
| Languages | Python, Node.js |
| Features | Common Utilities |
You can directly reference pre-built versions of Dockerfile by using the image property in .devcontainer/devcontainer.json or updating the FROM statement in your own Dockerfile to one of the following. An example Dockerfile is included in this repository.
ghcr.io/bartventer/devcontainer-images/base-archlinux(latest)
Refer to this guide for more details.
We keep the image up to date with daily builds. The image is tagged with latest as well as the date of the build and the GITHUB_RUN_ID. For example:
ghcr.io/bartventer/devcontainer-images/base-archlinux:20260417.24540884985ghcr.io/bartventer/devcontainer-images/base-archlinux:latest
Copyright (c) Bart Venter. Licensed under the MIT License. See LICENSE.
Note: This file was auto-generated by a GitHub Action based on the metadata.json. Do not edit this file directly.