ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.08k stars 3.43k forks source link

devel: make clean-ui fails #15619

Closed jceddy closed 1 week ago

jceddy commented 1 week ago

Please confirm the following

Bug Summary

When I run the following command to generate UI files, it fails:

docker compose -f tools/docker-compose/_sources/docker-compose.yml run --rm awx_1 make clean-ui ui-devel

AWX version

devel

Select the relevant components

Installation method

docker development environment

Modifications

no

Ansible version

core 2.16.3

Operating system

AlmaLinux 8

Web browser

No response

Steps to reproduce

Following the guide at this location: https://community.hetzner.com/tutorials/awx-without-kubernetes#step-1---setting-up-the-server

Pull version "devel"

Get to the "Generating UI Files" step and run the following command:

docker compose -f tools/docker-compose/_sources/docker-compose.yml run --rm awx_1 make clean-ui ui-devel

Expected results

The docker compose command succeeds.

Actual results

The docker compose command fails with the following output:

[+] Creating 2/0
 ✔ Container tools_redis_1     Running                                                                                                                    0.0s 
 ✔ Container tools_postgres_1  Running    

WARN[0000] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers
make: *** No rule to make target 'clean-ui'.  Stop.

Additional information

No response

jceddy commented 1 week ago

It seems that clean-ui isn't in the Makefile (anymore?). Can I just skip that?

jceddy commented 1 week ago

Seems like that guide doesn't work with this version.