natbusa / databox

A configurable datalab-in-a-box environment
MIT License
3 stars 1 forks source link

[Error] "Step 4 Start up the demos" #3

Open DivyaGe opened 4 years ago

DivyaGe commented 4 years ago

Facing below issue while running the step 4 Start up demos Command - bin/env up tutorial

Screenshot 2019-10-18 at 10 24 30 PM
hweecat commented 4 years ago

Similar issues faced when starting the demos:

  1. oasis Command: bin/env up oasis Expected behavior: All images specified in DEMO_COMPONENTS pulled and installed. Actual behavior:
    
    Pulling airflow (natbusa/docker-airflow:1.10.4)...
    ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y Pulling airflow (natbusa/docker-airflow:1.10.4)... ERROR: pull access denied for natbusa/docker-airflow, repository does not exist or may require 'docker login': denied: requested access to the resource is denied


2. tutorial
Command: `bin/env up tutorial`
Expected behavior: All images specified in DEMO_COMPONENTS pulled and installed.
Actual behavior:

Pulling oracle (store/oracle/database-enterprise:12.2.0.1-slim)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y Pulling oracle (store/oracle/database-enterprise:12.2.0.1-slim)... ERROR: pull access denied for store/oracle/database-enterprise, repository does not exist or may require 'docker login': denied: requested access to the resource is denied



The command `bin/build.sh` was executed successfully prior to starting up the demos, with custom containers tagged as:
1. databox/docker-airflow:1.10.4
2. databox/hadoop:3.2.1
3. databox/pyspark-notebook:2.4.4-hadoop-3.2.1

Attempt to troubleshoot for docker-airflow and oracle by investigating the docker-compose.yml files in docker/compose yielded the following:
1. In databox/docker/compose/airflow/docker-compose.yml:
https://github.com/natbusa/databox/blob/f485a2124b2d38d5127280b4c9a858a3f074133d/docker/compose/airflow/docker-compose.yml#L14
2. In databox/docker/compose/oracle/docker-compose.yml:
https://github.com/natbusa/databox/blob/bf00bfed8813055ae75fa1a25691baf194d629cc/docker/compose/oracle/docker-compose.yml#L5