-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add documentation about building docker image #549
Conversation
2373d92
to
496cdc5
Compare
26dac85
to
024561d
Compare
adf8ea6
to
e3347cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update our internal guide accordingly because it changes docker image name
e64c07b
to
26cd912
Compare
26cd912
to
5f109e3
Compare
The is not issue reporing section, so I am reporting in here. The docker build option is giving error during building docker images on arm64 instance. here what I did: ran ./build.sh under arm-server section. Here's the errors what came mk-build-deps: Unable to install cuttlefish-common-build-deps-depends at /usr/bin/mk-build-deps line 459. => ERROR [11/17] RUN apt install -y -f /root/cuttlefish-base_.deb /root/cuttlefish-user_.deb /root/cuttlefish-orch 1.0s |
Hello Nirzak, Sorry, but I need more information to help the issue you've faced at.
cd docker/debs-builder-docker
./main.sh |
May be I found the error. My arch is arm64 linux. so it actually giving the following error
May be this one is leading to the other errors. I have checked the codes and here is what I have found
isn't here the arch should be |
Tried arm64 anf aarch64 on the arch section of bazel repo. but seems like it couldn't find bazel arm64 deb package from repo. but they actually supports arm64 linux here https://github.com/bazelbuild/bazel/releases/download/7.1.2/bazel-7.1.2-linux-arm64 |
I have tried to include the following lines in the build-hostpkg.sh file to make it compatible with arm64. but looks like they are not executing or something. I can't see any info about the in the log.
|
Thanks for the investigation! We're currently looking at the same page, and checked bazel is not installable by apt in aarch64/arm64 architecture. @jemoreira Could you look at here? Currently |
@ser-io can we use bazelisk? https://bazel.build/install/bazelisk |
The problem is bazelisk is also not available as a APT package. whenever we are trying to install cuttlefish-common-base deb it by default is checking the bazel in the installed packages. so installing by other means will not reflect if we don't ignore the check from dependency checks or cuttlefish. |
Please allow us to create issues on this repository. Thanks I have set up cuttlefish successfully using docker on my amd machine after getting unsuccessful attempts on arm. the docker image was built without any errors. and also the container started without any error. but the problem is the web GUI isn't showing any devices. but almost 40-50 ports are open for devices also I can see network interfaces for them inside the container.. then what is this issue? isn't there should be a device running already inside the container? or do we have to manually download the Android image and cvd package and then run it inside the docker? @0405ysj @ikicha |
No description provided.