Skip to content

Containers downloading#

Login to registry#

You can download all the required containers from the VisionLabs registry.

Login to the registry.

Enter login and password . They are received from VisionLabs.

Download LP containers#

This section includes commands for all the LP containers downloading. Do not download containers of the services you are not going to use.

The following LP containers can be downloaded

Service Container name Download link
API api dockerhub.visionlabs.ru/luna/luna-api:v.5.1.0
Tasks tasks, tasks-worker dockerhub.visionlabs.ru/luna/luna-tasks:v.3.0.27
Events events dockerhub.visionlabs.ru/luna/luna-events:v.2.0.20
Image Store image-store dockerhub.visionlabs.ru/luna/luna-image-store:v.3.1.23
Faces faces dockerhub.visionlabs.ru/luna/luna-faces:v.4.1.0
Configurator configurator dockerhub.visionlabs.ru/luna/luna-configurator:v.1.0.29
Licenses licenses dockerhub.visionlabs.ru/luna/luna-licenses:v.0.1.27
Admin admin dockerhub.visionlabs.ru/luna/luna-admin:v.4.1.12
Sender sender dockerhub.visionlabs.ru/luna/luna-sender:v.2.0.20
Python Matcher python-matcher dockerhub.visionlabs.ru/luna/luna-python-matcher:v.0.3.0
Handlers handlers dockerhub.visionlabs.ru/luna/luna-handlers:v.1.2.0
Backport 3 backport-3 dockerhub.visionlabs.ru/luna/luna-backport-3:v.0.0.31
Backport 4 backport-4 dockerhub.visionlabs.ru/luna/luna-backport-4:v.1.0.20
User Interface 3 user-interface-3 dockerhub.visionlabs.ru/luna/luna3-ui:v.0.5.3
User Interface 4 user-interface-4 dockerhub.visionlabs.ru/luna/luna4-ui:v.0.0.4
Liveness V1 liveness dockerhub.visionlabs.ru/luna/idface-server-eval:v.1.11.0

Use these commands to download containers:

If any of the commands does not finish processing, press "ctrl" + "C" and run the command again.

docker pull dockerhub.visionlabs.ru/luna/luna-api:v.5.1.0
docker pull dockerhub.visionlabs.ru/luna/luna-tasks:v.3.0.27
docker pull dockerhub.visionlabs.ru/luna/luna-events:v.2.0.20
docker pull dockerhub.visionlabs.ru/luna/luna-image-store:v.3.1.23
docker pull dockerhub.visionlabs.ru/luna/luna-faces:v.4.1.0
docker pull dockerhub.visionlabs.ru/luna/luna-configurator:v.1.0.29
docker pull dockerhub.visionlabs.ru/luna/luna-matcher:v.4.1.9
docker pull dockerhub.visionlabs.ru/luna/luna-licenses:v.0.1.27
docker pull dockerhub.visionlabs.ru/luna/luna-admin:v.4.1.12
docker pull dockerhub.visionlabs.ru/luna/luna-sender:v.2.0.20
docker pull dockerhub.visionlabs.ru/luna/luna-python-matcher:v.0.3.0
docker pull dockerhub.visionlabs.ru/luna/luna-handlers:v.1.2.0
docker pull dockerhub.visionlabs.ru/luna/luna-backport3:v.0.0.31
docker pull dockerhub.visionlabs.ru/luna/luna-backport4:v.1.0.20
docker pull dockerhub.visionlabs.ru/luna/luna4-ui:v.0.0.4
docker pull dockerhub.visionlabs.ru/luna/luna3-ui:v.0.5.3
docker pull dockerhub.visionlabs.ru/luna/idface-server-eval:v.1.11.0

Third-party containers download#

The following third-party containers must be downloaded if you do not have these services already installed on your server.

Do not download containers for the services that you already have. For example, if you already have a PostgreSQL database container and you are going to use it with LP.

You can also configure your external PostgreSQL to work with LP. See section "External DB".

In this case, also skip launching the containers you did not download.

The manual installation of external databases and message queues is not described in this document.

Service Container name Download link
PostgreSQL DB postgres dockerhub.visionlabs.ru/luna/postgis-vlmatch:12
Redis DB redis dockerhub.visionlabs.ru/luna/redis:5.0.6-alpine3.10
InfluxDB influxdb dockerhub.visionlabs.ru/luna/influxdb:1.7.10-alpine
RabbitMQ rabbitmq dockerhub.visionlabs.ru/luna/rabbitmq:0.0.4

If any of the commands does not finish processing, press "ctrl" + "C" and run the command again.

docker pull dockerhub.visionlabs.ru/luna/postgis-vlmatch:12
docker pull dockerhub.visionlabs.ru/luna/redis:5.0.6-alpine3.10
docker pull dockerhub.visionlabs.ru/luna/influxdb:1.7.10-alpine
docker pull dockerhub.visionlabs.ru/luna/rabbitmq:0.0.4
Back to top