mirror of
https://github.com/apple/container.git
synced 2026-09-21 07:05:57 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user