Omit hash scheme from image.id. (#1658)

- Closes #1657.
- Also reduces `trimDigest()` output to 12 characters and gets rid of
the trailing ellipsis.
This commit is contained in:
J Logan
2026-06-05 14:43:20 -07:00
committed by GitHub
parent 1f4b47061e
commit 90cc3c15af
4 changed files with 37 additions and 9 deletions
+2 -2
View File
@@ -163,8 +163,8 @@ After the build completes, list the images. You should see both the base image a
<pre>
% container image list
NAME TAG DIGEST
python alpine b4d299311845147e7e47c970...
web-test latest 25b99501f174803e21c58f9c...
python alpine b4d299311845
web-test latest 25b99501f174
%
</pre>