Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-8881

Dockerfiles for container images use incorrect froms

    • False
    • None
    • False

      This happened in 3.1 and now in 3.2 where the created Dockerfile(s) for images result in incorrect FROM designators, preventing images from building:

      debezium/connect-base:3.2

      FROM localhost:5500/debeziumquay/kafka:3.2
      

      debezium/connect:3.2

      FROM localhost:5500/debeziumquay/connect-base:3.2
      

      I've fixed the main branch in container-images with these commits:
      https://github.com/debezium/container-images/commit/c600b66bc927d4d87d8313514e25e65a870983cb
      https://github.com/debezium/container-images/commit/2efb43f1f0349f5f0c6205ebe70dbd471db9a318

            [DBZ-8881] Dockerfiles for container images use incorrect froms

            Jiri Pechanec added a comment - - edited

            It seems that is a unwanted change committed during release process.

            Jiri Pechanec added a comment - - edited It seems that is a unwanted change committed during release process.

              Unassigned Unassigned
              ccranfor@redhat.com Chris Cranford
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: