An open API service indexing awesome lists of open source software.

https://github.com/shun159/contrail-local-repo-builder


https://github.com/shun159/contrail-local-repo-builder

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# contrail-local-repo-builder

## Config

```bash
$ cat contrail-local-repo-builder/config.env
DOCKER_USERNAME=
DOCKER_PASSWORD=
DOCKER_REGISTRY=
DOCKER_REGISTRY_NAME=
```

## instruction

```shellsession
$ yum install -y git
$ git clone https://github.com/shun159/contrail-local-repo-builder
$ # put the config.env in `pwd`
$ cd contrail-local-repo-builder
# You may need to allow 5000/tcp incoming packet
$ firewall-cmd --zone=public --add-port=5000/cp --permanent
$ firewall-cmd --reload
$ ./run.sh
```

__Bug report, feature request and pull request are welcome!__