-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
5
-
None
-
CLID Sprint 280
Overview
We propose to add the following fields (if omitted will not have any affect on additional Images in the ImageSetConfig)
additionalImages - name docker.io/library/busybox:latest targetImage: "abc/def/foo/bar" targetTag: "v1.0"
Regex to validate targetRepository
targetRepository = alpha-numeric [separator alpha-numeric]* alpha-numeric = /[a-z0-9]+/ separator = /[_.]|__|[-]*/
Regex to validate targetTag (we will exclude uppercase)
/[a-z\d_][a-z\d-_.]{0,127}/