Uploaded image for project: 'Cluster Integration and Delivery'
  1. Cluster Integration and Delivery
  2. CLID-198

As a user I want to be able to specify repo/tag for additionalImages in the imagesetconfig

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • oc-mirror
    • 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}/

              dorzel Dylan Orzel
              luzuccar@redhat.com Luigi Mario Zuccarelli
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: