Comment 9 for bug 1926732

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

groovy 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/groovy/proposed):

- hirsute ubuntu-oci build: https://launchpadlibrarian.net/538319776/buildlog_ubuntu_groovy_amd64_amd64-minimized-all_proposed_BUILDING.txt.gz
- hirsute ubuntu-base build: https://launchpadlibrarian.net/538330773/buildlog_ubuntu_groovy_amd64_amd64-minimized-all_proposed_BUILDING.txt.gz

Testing the docker container tarball:

$ cat << EOF > Dockerfile
FROM scratch
ADD groovy-minimal-cloudimg-amd64-root.tar.gz /
CMD ["/bin/bash"]
EOF
$ docker build .
Sending build context to Docker daemon 87.33MB
Step 1/3 : FROM scratch
 --->
Step 2/3 : ADD groovy-minimal-cloudimg-amd64-root.tar.gz /
 ---> e188f5d7b5cf
Step 3/3 : CMD ["/bin/bash"]
 ---> Running in 739610b46528
Removing intermediate container 739610b46528
 ---> 564bda04f793
Successfully built 564bda04f793
$ docker run -it 564bda04f793 uname -a
Linux a7ca765289f1 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 groovy-minimal-cloudimg-amd64-root.tar.gz is 30441216 which is good.