Skip to content

Commit 92e7656

Browse files
committed
docs(readme): update
1 parent 932d893 commit 92e7656

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,6 @@ If you look at your docker registry, you should see:
11531153

11541154
<p align="center"><img style="width: 80%;text-align: center;" src="docs/img/core/06.png"><br><sub><sup><b>Registry v2:</b> merged <code>amd64</code> and <code>arm64</code> for <code>Stable</code> release; using <code>docker manifest create</code></sup></sub></p>
11551155

1156-
11571156
<br />
11581157

11591158
For the **development** release:
@@ -1184,6 +1183,8 @@ sha256:a0ec1af9d2d9f4c2f45ab1f0cf9c5d60f8dc2660b1eb1011a0636b971a804c53
11841183

11851184
If you look at your docker registry, you should see:
11861185

1186+
<br />
1187+
11871188
<p align="center"><img style="width: 80%;text-align: center;" src="docs/img/core/07.png"><br><sub><sup><b>Registry v2:</b> merged <code>amd64</code> and <code>arm64</code> for <code>Development</code> release; using <code>docker manifest create</code></sup></sub></p>
11881189

11891190
<br />
@@ -1192,7 +1193,10 @@ If you look at your docker registry, you should see:
11921193
> If you push the manifest to your online registry, and notice that the image contains duplicate architecture images; you need to remove the manifest and re-create it using:
11931194
>
11941195
> ```shell
1195-
> docker manifest rm ghcr.io/aetherinox/ubuntu:nobel
1196+
> docker manifest rm ghcr.io/aetherinox/ubuntu:latest
1197+
> docker manifest rm ghcr.io/aetherinox/ubuntu:nobel-amd64
1198+
> docker manifest rm ghcr.io/aetherinox/ubuntu:nobel-arm64
1199+
> docker manifest rm ghcr.io/aetherinox/ubuntu:nobel-development
11961200
> ```
11971201

11981202
<br />
@@ -1221,9 +1225,7 @@ docker manifest push ghcr.io/aetherinox/ubuntu:noble-development
12211225

12221226
<br />
12231227

1224-
If you go back to your registry; you should now see multiple new entries, all with different tags. Two of the images are your old `amd64` and `arm64` images, and then you should have your official one with the four tags specified above. You can delete the two original images if you do not want them.
1225-
1226-
<p align="center"><img style="width: 80%;text-align: center;" src="docs/img/core/02.png"><br><sub><sup><b>Registry v2:</b> Newly created <code>amd64</code> and <code>arm64</code> images, and merged containers with both architectures</sup></sub></p>
1228+
You should now have your generated images, with all architectures combined into a single image that others can pull.
12271229

12281230
<br />
12291231
<br />

0 commit comments

Comments
 (0)