Skip to content

Commit f482b78

Browse files
authored
Update understanding-image-layers.md (#23996)
<!--Delete sections as needed --> ## Description Updated the Docker image layer output with the correct and latest size. <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent d3bff5b commit f482b78

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/get-started/docker-concepts/building-images/understanding-image-layers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ In this first step, you will create your own base image that you will then use f
103103

104104
```console
105105
IMAGE CREATED CREATED BY SIZE COMMENT
106-
d5c1fca2cdc4 10 seconds ago /bin/bash 126MB Add node
107-
2b7cc08dcdbb 5 weeks ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B
108-
<missing> 5 weeks ago /bin/sh -c #(nop) ADD file:07cdbabf782942af069.2MB
109-
<missing> 5 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.… 0B
110-
<missing> 5 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.… 0B
111-
<missing> 5 weeks ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B
112-
<missing> 5 weeks ago /bin/sh -c #(nop) ARG RELEASE 0B
106+
9e274734bb25 10 seconds ago /bin/bash 157MB Add node
107+
cd1dba651b30 7 days ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B
108+
<missing> 7 days ago /bin/sh -c #(nop) ADD file:6089c6bede9eca8ec110MB
109+
<missing> 7 days ago /bin/sh -c #(nop) LABEL org.opencontainers.… 0B
110+
<missing> 7 days ago /bin/sh -c #(nop) LABEL org.opencontainers.… 0B
111+
<missing> 7 days ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B
112+
<missing> 7 days ago /bin/sh -c #(nop) ARG RELEASE 0B
113113
```
114114

115115
Note the “Add node” comment on the top line. This layer contains the Node.js install you just made.

0 commit comments

Comments
 (0)