Jump to: navigation, search

Difference between revisions of "StarlingX/Containers/Applications/app-oidc-auth"

(Building)
(Building)
Line 7: Line 7:
 
  build-pkgs -c -p helm,oidc-client-helm,secret-observer-helm,dexidp-helm,build-info,python3-k8sapp-oidc,stx-oidc-auth-helm
 
  build-pkgs -c -p helm,oidc-client-helm,secret-observer-helm,dexidp-helm,build-info,python3-k8sapp-oidc,stx-oidc-auth-helm
  
The command above produces the package "stx-oidc-auth-helm_<version>_<arch>.deb", that contains the tarball "oidc-auth-apps-<version>.tgz".
+
The command above produces the package "stx-oidc-auth-helm_<version>_<arch>.deb" that contains the tarball "oidc-auth-apps-<version>.tgz".
  
 
== Testing ==
 
== Testing ==
 
  TBD
 
  TBD

Revision as of 22:42, 24 April 2024

Application: oidc-auth-armada-app

Source

Building

From the Debian Build environment:

build-pkgs -c -p helm,oidc-client-helm,secret-observer-helm,dexidp-helm,build-info,python3-k8sapp-oidc,stx-oidc-auth-helm

The command above produces the package "stx-oidc-auth-helm_<version>_<arch>.deb" that contains the tarball "oidc-auth-apps-<version>.tgz".

Testing

TBD