https://github.com/openconext/stepup-build
Build enironment for creating Step-up releases
https://github.com/openconext/stepup-build
Last synced: 6 months ago
JSON representation
Build enironment for creating Step-up releases
- Host: GitHub
- URL: https://github.com/openconext/stepup-build
- Owner: OpenConext
- License: apache-2.0
- Created: 2015-02-16T08:41:19.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T14:00:03.000Z (over 1 year ago)
- Last Synced: 2025-02-22T10:53:29.336Z (about 1 year ago)
- Language: Shell
- Size: 183 KB
- Stars: 0
- Watchers: 17
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pull a docker image from Openconext-Containers for building the Step-up software
Host Requirements:
* Docker with Docker Compose
* An internet connection
Build a component using `stepup-build.sh ` where `` is one of:
* Stepup-Middleware
* Stepup-Gateway
* Stepup-SelfService
* Stepup-RA
* Stepup-Azure-MFA
* Stepup-Webauthn
* oath-service-php
A specific tag or banch to build can be specified using `--tag ` and `--branch `
`stepup-build.sh` checks out the git repositories in the Stepup-Build repository. This step is performed on the host. Next `stepup-build2.sh` is run in container for building the tarballs. When the build is successful the resulting tarball is copied to the current directory. Name format: `---.tar.bz2`. E.g. `Stepup-SelfService-develop-20150223143536Z-6ef51b629bc968218b582605894445b857927a4d.tar.bz2`
Note: The build script will clean & reset the the git repo's it uses, any manual changes to these repo's will be lost (Stepup-Build is not affected)!