-
Notifications
You must be signed in to change notification settings - Fork 156
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
Building Image such as FullPageOS Desktop image resuls in strange ownership of src/workspace/aptcache/archives #106
Comments
Mounting happens here: You could set
|
Mounting the cache is to fasten up subsequent builds i guess? I'd like to keep it then. I will set I use docker to build.
|
» lsb_release -a
LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 20.2.1
Codename: Nibia » docker --version
Docker version 20.10.2, build 2291f610ae
This "fixed" the issue. |
I will try giving a bunch of guesses because I don't know what is causing it in the system. Perhaps one of them might be it.
|
I did several succesful builds of FullPageOS and as far as i can tell the
I dont see such error. Build log is attached.
» mount | grep /dev/nvme
/dev/nvme0n1p5 on / type ext4 (rw,noatime)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
The container does not run in detached mod. Its started on every build and shuts down after. I did prune images and container, repulled
I run the The only real difference is, that this build does use the raspbain (raspberry pi os) WITH Desktop, while fullpageos does use the Id you need more info i am happy to provide. |
I could try and reproduce using the desktop version, but not sure I have the time for that. Leaving open for now if I do. |
Building FullPageOS with the same image does result in the same error. Folder |
When building with docker
docker run --privileged -t -v "$SCRIPTPATH/src":/distro --device /dev/loop-control guysoft/custompios:devel build
i always end up with the attached workspace tree.The file
aptcache/archives/partial
is owned by the user with UID 103 (whomever this is).After the image gets compressed theese are the last lines of the output:
The text was updated successfully, but these errors were encountered: