shift / boombox

My personal portable tooling repository for Developer Operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues ASL License


Logo

Boombox

Personal portable developer operations container. PPDOC
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

asciicast

Built With

Getting Started

TODO

Prerequisites

You'll need toolbox, and podman installed

  • toolbox
    sudo dnf install toolbox

Installation

  1. Clone or fork the repo
    git clone https://github.com/anthr76/boombox.git
  2. Make your desired ansible changes or provision the shim image how you like
    TODO

Usage

This repo is intended to store my personal tooling for toolbox in VCS. My optimal DevOps environment uses a OpenSUSE Tumbleweedcontainer packaged with DNF instead of Zypper. I choose to use Tumbleweed since it's rolling and I package my applications I use on a daily basis on OBS. The tumbleweed DNF container I have built here should be submitted back to Toolbox once it's cleaned up. My shim container then adds my ansible configured opions on a timer to ensure it's always up to date.

For more examples, please refer to the Upstream Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Although this is my personal project that others likely won't find useful I'm always open to learning new things and seeing how others interpret things.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the ASL 2.0 License. See LICENSE for more information.

Contact

Anthony Rabbito - @anthonyrabbito - hello@anthonyrabbito.com

https://github.com/anthr76/boombox

Acknowledgements

About

My personal portable tooling repository for Developer Operations.

License:Apache License 2.0


Languages

Language:Shell 100.0%