Git Product home page Git Product logo

Comments (5)

sivel avatar sivel commented on July 23, 2024

You've not provided very much context about your EE definition, but you are either specifying an unsupported ansible-core version to install, or using a base image that is out of date and includes an unsupported ansible-core version.

Closing as a duplicate of #609

from ansible-builder.

lessfoobar avatar lessfoobar commented on July 23, 2024

execution-environment.yml

---
version: 3
dependencies:
  python: requirements.txt
  galaxy: requirements.yml
  system: bindep.txt

and I have my requirements in the above files, if required please let me know I'll repost them

from ansible-builder.

lessfoobar avatar lessfoobar commented on July 23, 2024

@sivel why did you put the issue on closed ? Your response didn't answer or fix the issue

from ansible-builder.

sivel avatar sivel commented on July 23, 2024

As indicated, you are utilizing a base image that is no longer maintained, and contains an unsupported ansible-core version that contains a bug related to caching galaxy requests.

When you do not supply an images.base_image.name in your definition, as of now (this won't be true for ever), you will utilize quay.io/ansible/ansible-runner which is no longer maintained, and contains an unsupported ansible-core version.

When using the v3 schema, you should always specify a base image to use. You may want to review the official awx-ee, or use that as your base image:

https://github.com/ansible/awx-ee

from ansible-builder.

lessfoobar avatar lessfoobar commented on July 23, 2024

even if I use the awx-ee execution-env sudo is missing you need it for delegate to localhost with become: true and if you install sudo it is complaining about a password so you have to do passwordless sudo, since ansible-runner is deprecated is there a way to find a working image that users can use with ease?

from ansible-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.