https://github.com/shun159/contrail-local-repo-builder
https://github.com/shun159/contrail-local-repo-builder
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shun159/contrail-local-repo-builder
- Owner: shun159
- Created: 2021-05-18T16:39:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T08:38:06.000Z (about 4 years ago)
- Last Synced: 2025-02-13T05:30:30.382Z (4 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!__