AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Dockerfile build failures due to missing file #1582

Closed n-jay closed 6 days ago

n-jay commented 1 week ago

Describe the bug Dockerfiles builds for pycue, rqd and pyoutline fail due to a missing ci/fix_compiled_proto.py file. Other modules that have used the same file include cueadmin, cuesubmit, and cuegui, although I haven't tested their Dockerfile builds yet.

To Reproduce Steps to reproduce the behavior:

  1. Go to the OpenCue project directory root
  2. Attempt a docker build of one of the above mentioned modules (Eg: docker build -t opencue/pycue -f pycue/Dockerfile .)

Expected behavior Successful build of Dockerfile and creation of respective Docker image.

Screenshots image

Version Number v1.0

Additional context Identified while attempting integration tests via ci/run_integration_test.sh.