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

https://github.com/articulate/docker-debian

Articulate base Docker Debian images
https://github.com/articulate/docker-debian

docker docker-image team-devex-sre

Last synced: about 2 months ago
JSON representation

Articulate base Docker Debian images

Awesome Lists containing this project

README

          

# Docker Debaian Images

Base Debian Docker images.

## What's Included

* [docker-bootstrap](https://github.com/articulate/docker-bootstrap) entrypoint
for loading environment variables from Consul and Vault.
* [secrets](https://github.com/articulate/docker-bootstrap/blob/main/scripts/docker-secrets)
to load Docker secrets as environment variables.
* [install_packages](https://github.com/articulate/docker-bootstrap/blob/main/scripts/install_packages)
to install apt packages.
* [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
for interacting with AWS services.
* [AWS RDS CA Certificates](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html)
to enable trusted TLS connections with AWS RDS instances _(in any region)_.

## Tags

> 🌟 recommended image

* __articulate/debian:bookworm__ 🌟

## Creating a new image

The easiest way to create a new image is to copy an existing one and change the
base image. If creating from scratch, the images need the following:

* Everything listed in [What's included](#whats-included)
* `make` for internal tooling.
* A _service_ user and group with a GID and UID of 1001. This should be the default
user.
* A _/service_ directory as the default working directory.