KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
mbbox
★ 17
Open GitHub ↗
Module Building in a Box
Download README (.md)
Explore Similar Repositories
name-badge
:
Code for ATTiny85 on name badges
react-alert-notifications
:
React - Alert (Toaster) Notifications
eSpy
:
No description available.
ros-carla-msgs
:
Official ROS messages for CARLA
laravel-performance
:
Discussing Laravel performance in Arabic (Video)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mbbox
?
Download (.md)
[](https://mbbox-operator.readthedocs.io/en/latest/?badge=latest) # mbox Module Building in a Box This repository contains a Kubernetes operator for deployment of buildsystem that can be used for Fedora/RHEL Modular packages, based on [Koji](https://pagure.io/koji/) and [Module Build Service](https://pagure.io/fm-orchestrator/). The intention is for it to be trivially simple to get started with both, but also allow the same setup to be used for a production setup. Full documentation can be found at: https://mbbox-operator.readthedocs.io/en/latest/ ## Development environment This project uses vagrant as development environment. To use the vagrant you need to have installed [`vagrant`](https://www.vagrantup.com/), [`vagrant_sshfs`](https://github.com/dustymabe/vagrant-sshfs) and [`libvirt`](https://libvirt.org/). ### Operator SDK vagrant box To setup the development environment run `vagrant up` in root folder. To recreate the environment run `vagrant destroy && vagrant up`. `vagrant provision` will not work in most cases because of the various OpenShift commands ran by the ansible provisioning script. To enter the running vagrant box use `vagrant ssh`. The box is set to use `docker` with [quay.io](https://quay.io) registry. For this to work properly you need to login to your quay.io account using `docker login quay.io`. Follow MOTD (Message Of The Day) for more information.