[Merge] ~toabctl/livecd-rootfs:sru-bionic-lp1926732 into livecd-rootfs:ubuntu/bionic
Thomas Bechtold
thomas.bechtold at canonical.com
Fri Apr 30 13:12:30 UTC 2021
Thomas Bechtold has proposed merging ~toabctl/livecd-rootfs:sru-bionic-lp1926732 into livecd-rootfs:ubuntu/bionic.
Commit message:
Add new ubuntu-oci project
Requested reviews:
Ubuntu Core Development Team (ubuntu-core-dev)
Related bugs:
Bug #1926732 in livecd-rootfs (Ubuntu): "Add ubuntu-oci project for building OCI-ready tarballs with livecd-rootfs"
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1926732
For more details, see:
https://code.launchpad.net/~toabctl/livecd-rootfs/+git/livecd-rootfs-1/+merge/402072
I did a test build (with this branch checked out at /home/tom/devel/livecd-rootfs) with:
$ ./scripts/ubuntu-bartender/ubuntu-bartender --livecd-rootfs-dir /home/tom/devel/livecd-rootfs/ --no-cleanup -- --series bionic --image-format plain --project ubuntu-oci --subproject minimized
Then with the resulting tarball:
$ cat << EOF > Dockerfile
FROM scratch
ADD livecd.ubuntu-oci.rootfs.tar.gz /
CMD ["/bin/bash"]
EOF
$ docker build .
$ docker run -it $IMAGE uname -a
--
Your team Ubuntu Core Development Team is requested to review the proposed merge of ~toabctl/livecd-rootfs:sru-bionic-lp1926732 into livecd-rootfs:ubuntu/bionic.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 5666 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-reviews/attachments/20210430/b618053e/attachment-0001.diff>
More information about the Ubuntu-reviews
mailing list