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
Step1: Cloned the repo - git clone -b v4.0.13 https://github.com/infonova/infocmdb.git (Tried with both latest and this version)
Step2: sudo ./run up
Running setup_env...
Create .env file...
Choose an IMAGE_TAG you want to use [Env: IMAGE_TAG][latest]: v4.0.13
‘.env.example’ -> ‘.env’
Setting image tag: v4.0.13
Generating random Root Password
Generating random 'infocmdb' User Password
Running setup_nginx...
Choose hostname for nginx vhost [Env: DOCKER_WEB_HOSTNAME][localhost]: localhost
Set 'localhost' as DOCKER_WEB_HOSTNAME in .env file
Running setup_docker....
Setting up docker override per environment.
Choose Environment [Env: COMPOSE_ENV] (prod/dev/test) [prod]: dev
Creating symlink: docker-compose-dev.yml --> docker-compose.override.yml
Use this command to start application:
./run up
starting up...
Building web
Step 1/10 : ARG COMPOSE_ENV_NGINX_VERSION
ERROR: Service 'web' failed to build: Please provide a source image with from prior to commit
Aborting due to errexit on line 954. Exit code: 1
The text was updated successfully, but these errors were encountered:
Step1: Cloned the repo - git clone -b v4.0.13 https://github.com/infonova/infocmdb.git (Tried with both latest and this version)
Step2: sudo ./run up
Running setup_env...
Create .env file...
Choose an IMAGE_TAG you want to use [Env: IMAGE_TAG][latest]: v4.0.13
‘.env.example’ -> ‘.env’
Setting image tag: v4.0.13
Generating random Root Password
Generating random 'infocmdb' User Password
Running setup_nginx...
Choose hostname for nginx vhost [Env: DOCKER_WEB_HOSTNAME][localhost]: localhost
Set 'localhost' as DOCKER_WEB_HOSTNAME in .env file
Running setup_docker....
Setting up docker override per environment.
Choose Environment [Env: COMPOSE_ENV] (prod/dev/test) [prod]: dev
Creating symlink: docker-compose-dev.yml --> docker-compose.override.yml
Use this command to start application:
./run up
starting up...
Building web
Step 1/10 : ARG COMPOSE_ENV_NGINX_VERSION
ERROR: Service 'web' failed to build: Please provide a source image with
from
prior to commitAborting due to errexit on line 954. Exit code: 1
The text was updated successfully, but these errors were encountered: