Skip to content

Commit c9f07ea

Browse files
authored
Update Build.yaml
1 parent 5b001b4 commit c9f07ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/assets/YAML/default/BuildAndDeployment

src/assets/YAML/default/BuildAndDeployment/Build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ Build and Deployment:
7474
measure: Pinning of artifacts ensure that changes are performed only when intended.
7575
comment: The usage of pinning requires a good processes for patching. Therefore,
7676
choose this activity wisly.
77+
meta:
78+
implementationGuide: Pinning artifacts in Dockerfile refers to the practice of using specific,
79+
immutable versions of base images and dependencies in your build process. Instead of using the
80+
latest tag for your base image, select a specific version or digest. For example, replace FROM node:latest,
81+
to FROM node@sha256:abcdef12.
7782
difficultyOfImplementation:
7883
knowledge: 2
7984
time: 2

0 commit comments

Comments
 (0)