diff options
author | td5038 <93895804+td5038@users.noreply.github.com> | 2023-01-29 13:02:33 -0800 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-11-26 12:53:44 -0800 |
commit | ee1a9e680c5154865a90ebe1c30815ba6682a92f (patch) | |
tree | 668afddb00c12a87b3bac84529e3f1f15c0dfae4 | |
parent | Add mergedusr support on amd64 (diff) | |
download | docker-images-ee1a9e680c5154865a90ebe1c30815ba6682a92f.tar.gz docker-images-ee1a9e680c5154865a90ebe1c30815ba6682a92f.tar.bz2 docker-images-ee1a9e680c5154865a90ebe1c30815ba6682a92f.zip |
Document new image types I added
Closes: https://github.com/gentoo/gentoo-docker-images/pull/124
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ The following targets are built and pushed to Docker Hub: * `stage3-amd64-openrc` * `stage3-amd64-desktop-openrc` * `stage3-amd64-systemd` + * `stage3-amd64-systemd-mergedusr` + * `stage3-amd64-desktop-systemd` + * `stage3-amd64-desktop-systemd-mergedusr` * `arm` * `stage3-armv5tel-openrc` * `stage3-armv5tel-systemd` |