• A 'container image' is a snapshot of a container. You can host your container images with GitLab.
    To start using container images hosted on GitLab you first need to login:

    docker login registry.docker.dev.webt.com.ua

    Then you are free to create and upload a container image with build and push commands:
    docker build -t registry.docker.dev.webt.com.ua/zinchenko.maxim/extension-mhp-person-add-field/image .
    docker push registry.docker.dev.webt.com.ua/zinchenko.maxim/extension-mhp-person-add-field/image

  • No container image repositories in Container Registry for this project.