Versions Compared

Key

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

...

Build Run-time Environment

Create a gitlab repo

Create a blank git project on a gitlab server that will hold the Dockerfiles for building the run-time container.

Create deploy key

Code Block
ssh-keygen -t rsa -b 4096 -f /path/to/desired/filename
  • Save the deploy key in the Dockerfile repo.

Create Dockerfile

Add gitlab deploy key.

...