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

Build.py missing: 'dockerized build instructions' #4

Open
garyritchie opened this issue Jan 21, 2024 · 0 comments
Open

Build.py missing: 'dockerized build instructions' #4

garyritchie opened this issue Jan 21, 2024 · 0 comments

Comments

@garyritchie
Copy link

Checked out v1.0.0 (on Ubuntu 22.04)...

$ make -C Kit/Tools/ build
make: *** Kit/Tools/: No such file or directory.  Stop.

Okay, there's no longer a Kit directory.

$ make -C Tools/ build
make: Entering directory '/tmp/RenderStudioKit/Tools'
docker build -t render-studio-builder-image -f Dockerfile.Builder .
[+] Building 96.5s (8/8) FINISHED                                                           docker:default
 => [internal] load build definition from Dockerfile.Builder                                          0.1s
 => => transferring dockerfile: 1.56kB                                                                0.0s
 => [internal] load .dockerignore                                                                     0.1s
 => => transferring context: 2B                                                                       0.0s
 => [internal] load metadata for docker.io/library/ubuntu:20.04                                       0.9s
 => [auth] library/ubuntu:pull token for registry-1.docker.io                                         0.0s
 => [1/3] FROM docker.io/library/ubuntu:20.04@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065  1.6s
 => => resolve docker.io/library/ubuntu:20.04@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065  0.0s
 => => sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 1.13kB / 1.13kB        0.0s
 => => sha256:bac6081102aae54ba4bcc714695b8f637e42768c7f376f374c428bab043ddc0f 424B / 424B            0.0s
 => => sha256:f78909c2b360d866b3220655c0b079838258b8891a12ac25fc670f0cbb54229f 2.30kB / 2.30kB        0.0s
 => => sha256:527f5363b98e562da03d2e0bbf86fd7c34f487bffd9b27a3cf0a9afea2f0ee1f 27.51MB / 27.51MB      0.6s
 => => extracting sha256:527f5363b98e562da03d2e0bbf86fd7c34f487bffd9b27a3cf0a9afea2f0ee1f             0.8s
 => [2/3] RUN apt-get update &&     apt-get install -y --no-install-recommends &&     apt-get insta  89.5s
 => [3/3] WORKDIR /mnt                                                                                0.1s
 => exporting to image                                                                                4.3s 
 => => exporting layers                                                                               4.3s 
 => => writing image sha256:2fae820e7d64e13d99ed50630920798aa739ca5bebf17f1634d39abff602d91a          0.0s 
 => => naming to docker.io/library/render-studio-builder-image                                        0.0s 
docker run --rm -v /tmp/RenderStudioKit/Tools/../..:/mnt/ --name render-studio-builder-container render-studio-builder-image
python3: can't open file 'Tools/Build.py': [Errno 2] No such file or directory
make: *** [Makefile:6: build] Error 2
make: Leaving directory '/tmp/RenderStudioKit/Tools'

Seems that Tools/Build.py should be checked into the project from somewhere for this docker image to build.

@garyritchie garyritchie changed the title Problem with 'dockerized build instructions' Build.py missing: 'dockerized build instructions' Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant