Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To build docker images for ranpm, go into the repo and run follow the command steps below:

Code Block
languagebash
cd ranpm/install

...

  1. ranpm/https-server
  2. pm-rapp
Code Block
languagebash
Build for local kubernetes, exectute the script below:
./build.sh no-push
Build for remote kubernetes, execture the script below:[Externally accessible image repo(E.x: docker hub) is needed]
./build.sh <external-image-repo>

If the build was successful images with following name and tag shall be built. Use the command 'docker images' to view newly built images in the local docker registry.

...