An open API service indexing awesome lists of open source software.

https://github.com/tfslabs/ubuntu-dev

Ubuntu Containers for Development
https://github.com/tfslabs/ubuntu-dev

dev-containers devops raspi raspi-dev-container ubuntu ubuntu-dev

Last synced: 3 months ago
JSON representation

Ubuntu Containers for Development

Awesome Lists containing this project

README

          

# Ubuntu Containers for Development

This project is intended to normalize the development process, by building a toolset of common development toolchains into a Docker container, with supported architectures.

The build images are based on [Ubuntu LTS images](https://ubuntu.com/containers).

## Available containers

DevOps users are recommended to use those available containers:

- `noble` (`linux/amd64` and `linux/arm64/v8`)

## Usage

> For base images

```bash
# Ubuntu 24.04 LTS (Noble, AMD64)
docker pull theflightsims/ubuntu-dev:noble-amd64

# Ubuntu 24.04 LTS (Noble, ARM64v8)
docker pull theflightsims/ubuntu-dev:noble-arm64v8
```

> For mini images

```bash
# Ubuntu 24.04 LTS (Noble, AMD64)
docker pull theflightsims/ubuntu-dev:noble-mini-amd64

# Ubuntu 24.04 LTS (Noble, ARM64v8)
docker pull theflightsims/ubuntu-dev:noble-mini-arm64v8
```

## Packages installed

See in [PACKAGES.md](./PACKAGES.md)

## Contribute

See in [CONTRIBUTING.md](./CONTRIBUTING.md)