Skip to content

Commit c4f9874

Browse files
Apply suggestions from code review
1 parent e520c3d commit c4f9874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/container-apps/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Most container apps have a single container. In advanced scenarios, an app may a
130130

131131
| Setting | Description | Remarks |
132132
|---|---|---|
133-
| `image` | The container image name for your container app. | This value takes the form of `repository/<IMAGE_NAME>:<TAG>`. <br><br>Avoid using using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshooting. Instead, use unique tags for each deployment, such as a Git hash or date and time, to ensure that updates are properly tracked and deployed. |
133+
| `image` | The container image name for your container app. | This value takes the form of `repository/<IMAGE_NAME>:<TAG>`. <br><br>Avoid using using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshoot. Instead, use unique tags for each deployment, such as a Git hash or date and time to ensure that updates are properly tracked and deployed. |
134134
| `name` | Friendly name of the container. | Used for reporting and identification. |
135135
| `command` | The container's startup command. | Equivalent to Docker's [entrypoint](https://docs.docker.com/engine/reference/builder/) field. |
136136
| `args` | Start up command arguments. | Entries in the array are joined together to create a parameter list to pass to the startup command. |

articles/container-apps/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ sections:
167167
- question: |
168168
How do I use `latest` or a static tag for my container image?
169169
answer: |
170-
Avoid using using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshooting. Instead, use unique tags for each deployment, such as a Git hash or date and time, to ensure that updates are properly tracked and deployed.
170+
Avoid using using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshoot. Instead, use unique tags for each deployment, such as a Git hash or date and time to ensure that updates are properly tracked and deployed.

0 commit comments

Comments
 (0)