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:
Go to the OpenCue project directory root
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
Version Number
v1.0
Additional context
Identified while attempting integration tests via ci/run_integration_test.sh.
Describe the bug Dockerfiles builds for
pycue
,rqd
andpyoutline
fail due to a missing ci/fix_compiled_proto.py file. Other modules that have used the same file includecueadmin
,cuesubmit
, andcuegui
, although I haven't tested their Dockerfile builds yet.To Reproduce Steps to reproduce the behavior:
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
Version Number v1.0
Additional context Identified while attempting integration tests via ci/run_integration_test.sh.