File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments