Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JonathonReinhart/scuba
Simple Container-Utilizing Build Apparatus
https://github.com/JonathonReinhart/scuba
build-tool docker
Last synced: about 2 months ago
JSON representation
Simple Container-Utilizing Build Apparatus
- Host: GitHub
- URL: https://github.com/JonathonReinhart/scuba
- Owner: JonathonReinhart
- License: mit
- Created: 2015-09-28T05:35:54.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:11:52.000Z (4 months ago)
- Last Synced: 2024-09-30T23:38:38.045Z (3 months ago)
- Topics: build-tool, docker
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 86
- Watchers: 12
- Forks: 15
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-docker - scuba - Transparently use Docker containers to encapsulate software build environments, by [@JonathonReinhart](https://github.com/JonathonReinhart) (Container Operations / User Interface)
- awesome-docker - scuba - Transparently use Docker containers to encapsulate software build environments, by [@JonathonReinhart](https://github.com/JonathonReinhart) (Container Operations / User Interface)
README
SCUBA
[![Build Status](https://github.com/JonathonReinhart/scuba/actions/workflows/build-test.yml/badge.svg)](https://github.com/JonathonReinhart/scuba/actions/workflows/build-test.yml)
[![codecov.io](https://codecov.io/github/JonathonReinhart/scuba/coverage.svg?branch=main)](https://codecov.io/github/JonathonReinhart/scuba?branch=main)
[![PyPI](https://img.shields.io/pypi/v/scuba.svg)](https://pypi.python.org/pypi/scuba)
[![Docs](https://readthedocs.org/projects/scuba/badge/?version=latest)](https://scuba.readthedocs.io/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
-----
![SCUBA](docs/images/SCUBA.png)**SCUBA** is the **S**imple **C**ontainer-**U**tilizing **B**uild **A**pparatus
Scuba makes it easier to use Docker containers in everyday development. It
allows a developer to commit an environment setup where the entire build
environment is encapsulated in a Docker container.![demo](docs/images/demo.gif)
For more information, [Read the Docs](https://scuba.readthedocs.io/).
## License
This software is released under the [MIT License](https://opensource.org/licenses/MIT).