Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appuio/docker-build-diag
Docker container with diagnostic output for OpenShift docker builder
https://github.com/appuio/docker-build-diag
Last synced: 4 days ago
JSON representation
Docker container with diagnostic output for OpenShift docker builder
- Host: GitHub
- URL: https://github.com/appuio/docker-build-diag
- Owner: appuio
- License: apache-2.0
- Created: 2016-08-25T12:04:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:54:57.000Z (about 1 year ago)
- Last Synced: 2023-12-15T18:58:06.096Z (about 1 year ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-build-diag
Docker container with diagnostic output for OpenShift docker builder.Displays build relevant configuration during a OpenShift Docker build.
## OpenShift diagnostic project
### checkout this repository
Checkout this github repository.### create project
`oc new-project docker-build-diag`### create app by template
```
oc process -f docker-build-diag-template.json \
| oc create -f -
```