Skip to content

cisagov/rva-reporting-engine-docker

Repository files navigation

rva-reporting-engine-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/rva-reporting-engine-docker.git
cd rva-reporting-engine-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.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published