Building /e/OS locally with Docker - Instructions outdated?

https://doc.e.foundation/support-topics/build-e#how-to-build-the-rom

It seems that instructions are out-of-date:

  • I can’t see a table with “device codes” for supported devices.
  • Maybe a docker run -it command line could be added?
  • After docker run -it my image, I got an error:
$ sudo docker run -it registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd
Unable to find image 'registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest' locally
docker: Error response from daemon: manifest for registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest not found: manifest unknown: manifest unknown
Run 'docker run --help' for more information

$ sudo docker run -it registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
Set cache size limit to 50.0 GB

you stripped the image tag :community - the doc is proper. First pull it with that tag, then see the later run command that has some volume mounts

Follow the link to supported devices …
https://doc.e.foundation/devices

the device codenames are in “quotes” col 2 row 2 as “sake”, “bardock”, “bardockpro”

and / or verify with your phone connected to PC by USB and

adb shell getprop ro.product.device

thanks for that part @aibd, I’m dumb… :expressionless:

Note to myself: RTFM.
Sorry @tcecyk
I’ll close the thread.

no need, only thing to be sorry for now is free disk space because that repo sync is gonna eat it up!

This topic was automatically closed after 33 hours. New replies are no longer allowed.