Skip to content

Certbot container that stores its configuration in an AWS S3 bucket

License

Notifications You must be signed in to change notification settings

cisagov/certboto-docker

Folders and files

NameName
Last commit message
Last commit date
Jun 3, 2021
Jun 6, 2019
Nov 2, 2020
Feb 12, 2020
May 3, 2019
Jun 2, 2021
Oct 19, 2020
Jun 20, 2019
Mar 4, 2020
Jun 2, 2021
Jun 7, 2019
Mar 11, 2019
Jun 2, 2021
Feb 17, 2021
Jun 24, 2019
Nov 5, 2020
Nov 2, 2020
Feb 16, 2021
Nov 14, 2019
Feb 16, 2021
Jun 4, 2019
Apr 25, 2021
Jun 15, 2020
Jun 9, 2020
Jan 15, 2021
May 10, 2021

Repository files navigation

skeleton-docker πŸ’€πŸ³

GitHub Build Status Total alerts Language grade: Python

Docker Image

Docker Pulls Docker Image Size (latest by date) Platforms

This is a docker skeleton project that can be used to quickly get a new cisagov GitHub docker project started. This skeleton project contains licensing information, as well as pre-commit hooks and GitHub Actions configurations appropriate for docker containers and the major languages that we use.

Usage

Install

Pull cisagov/example from the Docker repository:

docker pull cisagov/example

Or build cisagov/example from source:

git clone https://github.com/cisagov/skeleton-docker.git
cd skeleton-docker
docker-compose build --build-arg VERSION=0.0.1

Run

docker-compose run --rm example

Ports

This container exposes the following ports:

Port Protocol Service
8080 TCP http

Environment Variables

Variable Default Value Purpose
ECHO_MESSAGE Hello World from Dockerfile Text to echo

Secrets

Filename Purpose
quote.txt Secret text to echo

Volumes

Mount point Purpose
/var/log logging output

New Repositories from a Skeleton

Please see our Project Setup guide for step-by-step instructions on how to start a new repository from a skeleton. This will save you time and effort when configuring a new repository!

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.