Set weights on building image pages to fix overview sorting

This commit is contained in:
Michael Irwin 2024-08-26 22:04:42 -04:00
parent 6680985343
commit b38d18578f
No known key found for this signature in database
5 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ summary: |
containerization workflow. In this guide, youll learn how to create Docker
images, how to tag those images with a unique identifier, and how to publish
your image to a public registry.
weight: 3
aliases:
- /guides/docker-concepts/building-images/build-tag-and-publish-an-image/
---

View File

@ -8,6 +8,7 @@ summary: |
you'll unlock the power of multi-stage builds to create lean and efficient
Docker images, essential for minimizing overhead and enhancing deployment in
production environments.
weight: 5
aliases:
- /guides/docker-concepts/building-images/multi-stage-builds/
---

View File

@ -7,6 +7,7 @@ summary: |
understand image layers - the fundamental building blocks of container
images. You'll gain a comprehensive understanding of how layers are created,
stacked, and utilized to ensure efficient and optimized containers.
weight: 1
aliases:
- /guides/docker-concepts/building-images/understanding-image-layers/
---

View File

@ -9,6 +9,7 @@ summary: |
rebuilds, it's crucial to understand how cache invalidation works. In this
guide, youll learn how to use the Docker build cache efficiently for
streamlined Docker image development and continuous integration workflows.
weight: 4
aliases:
- /guides/docker-concepts/building-images/using-the-build-cache/
---

View File

@ -8,6 +8,7 @@ summary: |
CI/CD methodologies. In this guide, youll learn how to write a Dockerfile,
how to define a base image and setup instructions, including software
installation and copying necessary files.
weight: 2
aliases:
- /guides/docker-concepts/building-images/writing-a-dockerfile/
---