#148 id and task_id in redhat-container-image
Opened by astepano. Modified

https://pagure.io/fedora-ci/messages/blob/master/f/schemas/redhat-container-image.yaml#_16

    task_id:
        description:
            Brew task ID of the buildContainer task
        examples:
            - 34456
        type: integer
and
    id:
        description:
            A digest that uniquely identifies the image within a repository.
        examples:
          - sha256:67dad89757a55bfdfabec8abd0e22f8c7c12a1856514726470228063ed86593b
        type: string

In required:

    - id

I think it is bug in schema.
It was mixed with id that is mandatory in : https://pagure.io/fedora-ci/messages/blob/master/f/schemas/rpm-build.yaml#_15
It was copied, and the author added new task_id entry, keeping old id.
Container images must have task id in Brew.


Metadata