Want to build image for samsung galaxy s4 mini (serranoltexx)

Hello everybody,

i want to build the image for samsung galaxy s4 mini (serranoltexx). Docker ist running correctly, “sudo docker run hello-world” is working.

My command:
sudo docker run -v “/srv/e/src:/srv/src” -v “/srv/e/zips:/srv/zips” -v “/srv/e/logs:/srv/logs” -v “/srv/e/ccache:/srv/ccache” -e “BRANCH_NAME=v0.9.0-nougat” -e “DEVICE_LIST=serranoltexx” -e “OTA_URL=” -e “REPO=https://gitlab.e.foundation/e/os/releases.git” registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

Here is the result, it says cant detect android version:

Does anybody sees my failure?

The branch name is supposed to be “v1-nougat” (or v1-oreo or v1-pie).

Thanks for your fast reply, but i doesnt solve the problem.

Here the new command:
sudo docker run
-v “/srv/e/src:/srv/src”
-v “/srv/e/zips:/srv/zips”
-v “/srv/e/logs:/srv/logs”
-v “/srv/e/ccache:/srv/ccache”
-e “BRANCH_NAME=v1-nougat”
-e “DEVICE_LIST=serranoltexx”
-e “OTA_URL=”
-e “REPO=https://gitlab.e.foundation/e/os/releases.git
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

and here the result:

Sadly I don’t know. Look at the log, saved somewhere in one of the directory you created.

Why don t you build pie? Also there is an unoffical pie build here on the forum

1 Like

Sorry @Anonyme didnt mean to reply to you …

I have read somewhere that now you have to replace « device list » by « device »

For the community image DEVICE_LIST is the correct command

Hello,

is it enough to put "v0.9.0-pie” instead of nougat in the docker script?
“BRANCH_NAME=v0.9.0-pie”

Thanks and Kind Regards

Yes but anyway it is not v0.9.0-xxx but v1-xxx

Actually looks like some modifications occurred :

Now it’s not “v1-pie” but “v0.9.0-pie”,

and it’s not “https://gitlab.e.foundation/e/os/android.git” but “https://gitlab.e.foundation/e/os/releases.git”.

1 Like