Docker

Building Docker Images

  1. Go to a directory with a Dockerfile
  2. Login to Gitlab registry: docker login registry.gitlab.com ( uninen / 'Docker Registry Key' entry from 1Password)
  3. Build the new image: docker build -t registry.gitlab.com/uninen/unessanet:0.4 .
  4. Upload the new image: docker push registry.gitlab.com/uninen/unessanet:0.4

For more, see Gitlab Container Registry documentation