From 92378d283daa9862e7fc5676661a7fbb0c1590cc Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 29 Sep 2021 07:46:37 -0700 Subject: [PATCH] Add more Ubuntu details --- ubuntu/content.md | 6 +++++- ubuntu/maintainer.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ubuntu/content.md b/ubuntu/content.md index 7841766ec..fd88dc60a 100644 --- a/ubuntu/content.md +++ b/ubuntu/content.md @@ -10,7 +10,7 @@ Development of Ubuntu is led by Canonical Ltd. Canonical generates revenue throu # What's in this image? -This image is built from official rootfs tarballs provided by Canonical (specifically, https://partner-images.canonical.com/core/). +This image is built from official rootfs tarballs provided by Canonical (specifically, https://partner-images.canonical.com/oci/ for Bionic and later and https://partner-images.canonical.com/core/ for older releases). The `%%IMAGE%%:latest` tag points to the "latest LTS", since that's the version recommended for general use. The `%%IMAGE%%:rolling` tag points to the latest release (regardless of LTS status). @@ -27,3 +27,7 @@ RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.utf8 ``` + +# How is the rootfs built? + +The [tarballs published by Canonical](https://partner-images.canonical.com/oci/) are built from scripts that live in [the livecd-rootfs project](https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/+git/livecd-rootfs/+ref/ubuntu/master), especially `live-build/auto/build`. diff --git a/ubuntu/maintainer.md b/ubuntu/maintainer.md index a6ead816e..541c9f2f5 100644 --- a/ubuntu/maintainer.md +++ b/ubuntu/maintainer.md @@ -1 +1 @@ -[Canonical](https://partner-images.canonical.com/core/) and [Tianon (Debian Developer)](%%GITHUB-REPO%%) +[Canonical](https://launchpad.net/cloud-images) and [Tianon (Debian Developer)](%%GITHUB-REPO%%)