br-automation-com / BnR-DevOps-Package

Contains materials for implementing DevOps practices for Automation Studio project development.
22 stars 1 forks source link

Error Creating Docker Image Following Automation and Build Server Setup Guide #10

Closed NwJo01 closed 8 months ago

NwJo01 commented 8 months ago

Hi @wesleybuchanan

I've been following the guide for setting up an automation and build server as outlined in the PowerPoint presentation. However, I encounter an error every time I attempt to create a Docker image. I've attached the error message for reference. Could my location in Europe be influencing this issue? Thank you for your assistance.

screengrabb

wesleybuchanan commented 8 months ago

Hi @NwJo01

Is the Dockerfile in the same directory that you are running the command from? From the screenshot it looks like you are running the command from your Downloads folder. I'd recommend moving all the needed files (Dockerfile, AS installation directory, etc) for the docker image to a separate folder and run the command from there. When creating the docker image the entire folder is sent to the docker engine and if there are files that aren't needed in your Download directory this will slow down the creation of the image.

I don't believe that you running in Europe should have any influence on this.

NwJo01 commented 8 months ago

Hello @wesleybuchanan

I've successfully built the Docker Image. Thanks for your assistance!