Container base layer in jpg is 15.04

Update the release version of base layer of container image to match what's in the jpg image files.
This commit is contained in:
Tega Agbanagba 2020-09-14 21:05:09 +01:00 committed by GitHub
parent 85e11b239f
commit 5bf5f94c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ writable layer on top of the underlying layers. This layer is often called the
"container layer". All changes made to the running container, such as writing
new files, modifying existing files, and deleting files, are written to this thin
writable container layer. The diagram below shows a container based on the Ubuntu
18.04 image.
15.04 image.
![Layers of a container based on the Ubuntu image](images/container-layers.jpg)