Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and run containers #5

Open
Freddyp91 opened this issue Oct 2, 2021 · 1 comment
Open

Build and run containers #5

Freddyp91 opened this issue Oct 2, 2021 · 1 comment

Comments

@Freddyp91
Copy link

Hey im running into an issue initially when on the "Build and run Container step"

here is the output i am receiving.. I have looked on stack overflow and seen discussions that the image may not exist on docker...I changed the image from Ubuntu:17.10 to just Ubuntu and still no luck. Any idea why this would be happening?

Error response from daemon: pull access denied for ansible_host, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

@fokamdk99
Copy link

Hey, there are two changes I have made that resolved the exact same problem:

  1. In ./base/Dockerfile modify Ubuntu:17.10 to Ubuntu:22.04
  2. In docker-compose.yml set version: "3" instead of version: "2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants