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

Are ghcr.io/ansible/awx_devel Docker images supported? #15082

Open
AlexPykavy opened this issue Apr 9, 2024 · 1 comment
Open

Are ghcr.io/ansible/awx_devel Docker images supported? #15082

AlexPykavy opened this issue Apr 9, 2024 · 1 comment

Comments

@AlexPykavy
Copy link

Hi,

Sorry for not following the issue template. I'm trying to install AWX locally to play with it. The best solution I found is to follow the https://github.com/ansible/awx/blob/devel/tools/docker-compose/README.md which instructs to:

  • build the awx_devel Docker image via make docker-compose-build
  • run the AWX via make docker-compose

I noticed that there are existing https://github.com/ansible/awx/pkgs/container/awx_devel images which are frequently updated. The questions I have are:

  • Are these images supported? May we use them and skip the make docker-compose-build?
  • If so, may I update the docs? If not, may we start publishing and supporting them?
@fosterseth
Copy link
Member

Are these images supported? May we use them and skip the make docker-compose-build?

yep they are supported, and we rely on the prebuilt images heavily for local development. running make docker-compose-build should only be needed if those prebuilt images don't work on your system for some reason, or have altered requirements/requirements.yml

If so, may I update the docs? If not, may we start publishing and supporting them?

I think we can highlight that building the image may be optional, and emphasize that prebuilt images are on ghcr registry

a PR making that change would be welcomed

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

No branches or pull requests

2 participants