aws-solutions / automated-data-analytics-on-aws

The Automated Data Analytics on AWS solution provides an end-to-end data platform for ingesting, transforming, managing and querying datasets. This helps analysts and business users manage and gain insights from data without deep technical experience using Amazon Web Services (AWS).
Apache License 2.0
89 stars 27 forks source link

Build fails on docker container #68

Closed joseaparicioquake closed 6 months ago

joseaparicioquake commented 7 months ago

Describe the bug I want to customize the way the solution creates connections to the RDS with glue, using connectors with our transit gateway, trying to setup this solution using the github repo and following the README file steps, rather than CFT template way. I am using EC2 linux machine with Ubuntu as recommended per documentation for this setup, however it is appearing an error related to docker containers that I´m unable to solve.

$ docker run -v $(pwd)/../../../:/source -v $HOME/.m2:/root/.m2 -w /source ada-java-build-base scripts/build-java.sh athena-lens install Unable to find image 'ada-java-build-base:latest' locally docker: Error response from daemon: pull access denied for ada-java-build-base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

To Reproduce Steps to reproduce the behavior: Follow all the steps given in README.md file at the root of the project Use an EC2 with Ubuntu as SO, on an public subnet with IGW run the script file "./run-all-tests.sh"

Expected behavior Build should complete successfully

Please complete the following information about the solution:

Screenshots If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information). image

Additional context Add any other context about the problem here.

dougtoppin commented 7 months ago

@joseaparicioquake thanks for your report, we will investigate and get back to you

dougtoppin commented 6 months ago

@joseaparicioquake Rather than the top level run-all-tests.sh, try going to the readme in the source directory and doing yarn install

That may create the ada-java-build-base image.

joseaparicioquake commented 6 months ago

Hi @dougtoppin, I´m closing this thread. I´ve discovered the reason behind this error. For anyone with this kind of error, make sure to use ./run-all-tests.sh. with all dependencies installed