https://github.com/aledbf/scripts-for-hacking-on-deis
This is a docker image to help with "Hacking on Deis"
https://github.com/aledbf/scripts-for-hacking-on-deis
Last synced: 2 months ago
JSON representation
This is a docker image to help with "Hacking on Deis"
- Host: GitHub
- URL: https://github.com/aledbf/scripts-for-hacking-on-deis
- Owner: aledbf
- Created: 2015-03-19T03:32:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T00:00:05.000Z (about 11 years ago)
- Last Synced: 2025-01-25T05:24:51.537Z (over 1 year ago)
- Language: Python
- Size: 168 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes/Makefile
Awesome Lists containing this project
README
Scripts to help with [Hacking on Deis](http://docs.deis.io/en/latest/contributing/hacking/) allowing to just run a script to install al the requirements another one to allow the test of a pull request or to build a local copy
**Installation**
As root execute `./host-setup.sh`
**Building deis**
As a normal user execute `./build.sh [PR number | local path to test]
*Changes to deis*
includes.mk
- define a new variable REGISTRY_PORT to allow a custom port
Makefile
- use REGISTRY_PORT
settings.py
- Use ip/port instead of socket to access postgres
**TODO:**
- [ ] find a way to not replace git-config
- [ ] check if the local docker configuration allows the use of insecure registries
- [ ] make squid container optional
- [ ] create a go binary using go-basher to run the scripts?