Skip to content

--build build-config wipes image streams #1285

Closed
@vertti

Description

I have a setup which has my own container built from Dockerfiles and Kafka that is used from known image.

When I run kompose --provider=openshift convert the kafka1-imagestream.yaml has:

spec:
  tags:
  - annotations: null
    from:
      kind: DockerImage
      name: confluentinc/cp-kafka:5.5.0
    generation: null
    importPolicy: {}
    name: 5.5.0

but when I re-run it with kompose --provider=openshift --build build-config convert, the same kafka image stream is wiped empty spec to:

spec: {}

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions