Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.64 KB

File metadata and controls

40 lines (25 loc) · 1.64 KB

Arch Linux

Summary

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

Using this image

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.24540884985
  • ghcr.io/bartventer/devcontainer-images/base-archlinux:latest

License

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.