...
Create a blank git project on a gitlab server that will hold the Dockerfiles for building the run-time container.
Create deploy key
From the Dockerfile repo:
Code Block ssh-keygen -t rsa -b 4096 -f /path/to/desired/filename -N ""
Save the deploy key in the Dockerfile Commit and push the repo.
Create Dockerfile
Add gitlab deploy key.
...