/containers

The official container suite for Skipper, PreviousNext's hosting platform.

Primary LanguageDockerfile

Containers

CircleCI

The official container suite for PreviousNext inhouse container management solution, Skipper.

Goals:

  • Leverage official Docker Hub containers as a base.
  • Provide close Prod to Local configurations, this is done by leveraging the hosting container as a base container for dev images.

Documentation for each container can be found in its respective directory.

Building

Each container has a Makefile in its directory with the workflow:

# Build all versions
make

# Release to Docker Hub
make release