You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a variety of errors on a fresh install when running docker compose up -d all to the tune of "VARIABLE" variable is not set. Defaulting to a blank string.
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Debian 11
Firefox
Logs
Run those commands and attach result to the ticket:
docker ps
root@frigate:/opt/compreface# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
docker-compose logs
root@frigate:/opt/compreface# docker-compose logs
Attaching to
docker compose logs
root@frigate:/opt/compreface# docker compose logs
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "ADMIN_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_domain" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_port" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "enable_email_server" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_host" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_from" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "compreface_admin_java_options" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_file_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_domain" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_port" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "compreface_api_java_options" variable is not set. Defaulting to a blank string.
WARN[0000] The "save_images_to_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_file_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "API_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "FE_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "CORE_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_detect_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] /opt/compreface/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
docker compose up -d
root@frigate:/opt/compreface# docker compose up -d
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "ADMIN_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_domain" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_port" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "enable_email_server" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_host" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_from" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "compreface_admin_java_options" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_file_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_domain" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_port" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "compreface_api_java_options" variable is not set. Defaulting to a blank string.
WARN[0000] The "save_images_to_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_file_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "API_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "FE_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "CORE_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_detect_size" variable is not set. Defaulting to a blank string.
WARN[0000] /opt/compreface/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
unable to get image 'compreface-postgres-db:': Error response from daemon: invalid reference format
The last line of the error changes every time you run docker compose, here are some examples
unable to get image 'compreface-core:': Error response from daemon: invalid reference format
unable to get image 'compreface-api:': Error response from daemon: invalid reference format
unable to get image 'compreface-admin:': Error response from daemon: invalid reference format
Describe the bug
I get a variety of errors on a fresh install when running
docker compose up -d
all to the tune of "VARIABLE" variable is not set. Defaulting to a blank string.To Reproduce
Install with the official instructions https://github.com/exadel-inc/CompreFace#getting-started-with-compreface
Expected behavior
I expect the app to run.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Logs
Run those commands and attach result to the ticket:
docker ps
root@frigate:/opt/compreface# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
docker-compose logs
root@frigate:/opt/compreface# docker-compose logs
Attaching to
docker compose logs
root@frigate:/opt/compreface# docker compose logs
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "ADMIN_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_domain" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_port" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "enable_email_server" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_host" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_from" variable is not set. Defaulting to a blank string.
WARN[0000] The "email_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "compreface_admin_java_options" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_file_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_domain" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_port" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "compreface_api_java_options" variable is not set. Defaulting to a blank string.
WARN[0000] The "save_images_to_db" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_file_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "API_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "FE_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_request_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "CORE_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "max_detect_size" variable is not set. Defaulting to a blank string.
WARN[0000] The "registry" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_username" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_password" variable is not set. Defaulting to a blank string.
WARN[0000] The "postgres_db" variable is not set. Defaulting to a blank string.
WARN[0000] /opt/compreface/docker-compose.yml: the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusiondocker compose up -d
The last line of the error changes every time you run
docker compose
, here are some examplesAdditional context
Looks like I do have AVX support
This is with a fresh install of Docker and Compose from the official repos with the following code on an unprivileged Proxmox LXC. I
The text was updated successfully, but these errors were encountered: