Skip to content

Commit 1c66ef9

Browse files
authored
Merge pull request #20710 from mikesir87/set-weights-build-pages
Set weights on building image pages to fix overview sorting
2 parents 6680985 + b38d185 commit 1c66ef9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

content/get-started/docker-concepts/building-images/build-tag-and-publish-an-image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ summary: |
77
containerization workflow. In this guide, you’ll learn how to create Docker
88
images, how to tag those images with a unique identifier, and how to publish
99
your image to a public registry.
10+
weight: 3
1011
aliases:
1112
- /guides/docker-concepts/building-images/build-tag-and-publish-an-image/
1213
---

content/get-started/docker-concepts/building-images/multi-stage-builds.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ summary: |
88
you'll unlock the power of multi-stage builds to create lean and efficient
99
Docker images, essential for minimizing overhead and enhancing deployment in
1010
production environments.
11+
weight: 5
1112
aliases:
1213
- /guides/docker-concepts/building-images/multi-stage-builds/
1314
---

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ summary: |
77
understand image layers - the fundamental building blocks of container
88
images. You'll gain a comprehensive understanding of how layers are created,
99
stacked, and utilized to ensure efficient and optimized containers.
10+
weight: 1
1011
aliases:
1112
- /guides/docker-concepts/building-images/understanding-image-layers/
1213
---

content/get-started/docker-concepts/building-images/using-the-build-cache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ summary: |
99
rebuilds, it's crucial to understand how cache invalidation works. In this
1010
guide, you’ll learn how to use the Docker build cache efficiently for
1111
streamlined Docker image development and continuous integration workflows.
12+
weight: 4
1213
aliases:
1314
- /guides/docker-concepts/building-images/using-the-build-cache/
1415
---

content/get-started/docker-concepts/building-images/writing-a-dockerfile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ summary: |
88
CI/CD methodologies. In this guide, you’ll learn how to write a Dockerfile,
99
how to define a base image and setup instructions, including software
1010
installation and copying necessary files.
11+
weight: 2
1112
aliases:
1213
- /guides/docker-concepts/building-images/writing-a-dockerfile/
1314
---

0 commit comments

Comments
 (0)