https://github.com/previousnext/containers
The official container suite for Skipper, PreviousNext's hosting platform.
https://github.com/previousnext/containers
Last synced: about 1 year ago
JSON representation
The official container suite for Skipper, PreviousNext's hosting platform.
- Host: GitHub
- URL: https://github.com/previousnext/containers
- Owner: previousnext
- Created: 2017-03-15T00:18:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T03:09:55.000Z (about 3 years ago)
- Last Synced: 2025-03-28T10:52:12.665Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 603 KB
- Stars: 10
- Watchers: 10
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Containers
==========
[](https://circleci.com/gh/previousnext/containers)
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:
```bash
# Build all versions
make
# Release to Docker Hub
make release
```