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.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926732

Title:
  Add ubuntu-oci project for building OCI-ready tarballs with livecd-
  rootfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1926732/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to