Comment 10 for bug 1926732

Revision history for this message
Thomas Bechtold (toabctl) wrote :

focal verification successful.

I changed the testing plan given that using the package from proposed with ubuntu-old-fashioned is not that easy.

I did now use launchpad itself to build (see https://code.launchpad.net/~toabctl/+livefs/ubuntu/focal/proposed):

- focal ubuntu-oci build: https://code.launchpad.net/~toabctl/+livefs/ubuntu/focal/proposed/+build/274969/+files/buildlog_ubuntu_focal_amd64_amd64-minimized-all_proposed_BUILDING.txt.gz
- focal ubuntu-base build: https://code.launchpad.net/~toabctl/+livefs/ubuntu/focal/proposed/+build/274966/+files/buildlog_ubuntu_focal_amd64_amd64-minimized-all_proposed_BUILDING.txt.gz
Testing the docker container tarball:

$ cat << EOF > Dockerfile
FROM scratch
ADD focal-minimal-cloudimg-amd64-root.tar.gz /
CMD ["/bin/bash"]
EOF

$ docker build .
Sending build context to Docker daemon 27.73MB
Step 1/3 : FROM scratch
 --->
Step 2/3 : ADD focal-minimal-cloudimg-amd64-root.tar.gz /
 ---> ec62f2828d83
Step 3/3 : CMD ["/bin/bash"]
 ---> Running in 9b9bdbbe6cf9
Removing intermediate container 9b9bdbbe6cf9
 ---> 2f88a0922525
Successfully built 2f88a0922525

$ docker run -it 2f88a0922525 uname -a
Linux 1086ac358e49 5.11.0-16-generic #17-Ubuntu SMP Wed Apr 14 20:12:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Size of focal-minimal-cloudimg-amd64-root.tar.gz is 27730133 which is good.