Skip to content

Commit 287f31c

Browse files
authored
Merge pull request #23 from vbakke/fix/18-pinning-artifacts
PR for: #18 'Inconsistent implementation'
2 parents 16ad118 + db4cf65 commit 287f31c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,8 @@ Build and Deployment:
106106
usefulness: 3
107107
level: 2
108108
implementation:
109-
- Container technology automatically creates a hash for images, which can be
110-
used.
111-
- Immutable images are an other way, e.g. by using a registry, which doesn't
112-
allow overriding of images.
109+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/signing-of-containers
110+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/immutable-images
113111
dependsOn:
114112
- Defined build process
115113
references:

src/assets/YAML/default/implementations.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,3 +1007,15 @@ implementations:
10071007
url: https://citrusframework.org/
10081008
description: |-
10091009
Integration Test framework with focus on messaging applications and Microservices.
1010+
signing-of-containers:
1011+
uuid: 9368abfb-cf37-477a-9091-a804d2de9148
1012+
name: Signing of containers
1013+
tags: [signing, container, build]
1014+
url: https://www.aquasec.com/cloud-native-academy/supply-chain-security/container-image-signing/
1015+
description: Container technology automatically creates a hash for images, which can be used.
1016+
immutable-images:
1017+
uuid: 638b3691-c9a5-45fa-9ba8-e40aeea32766
1018+
name: Immutable images
1019+
tags: [deployment, container, build]
1020+
url: https://kubernetes.io/blog/2022/09/29/enforce-immutability-using-cel/#immutablility-after-first-modification
1021+
description: Immutable images are an other way, e.g. by using a registry, which doesn't allow overriding of images.

0 commit comments

Comments
 (0)