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

Dockerfile example in documentation doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • None
    • 1.5.4.Final
    • documentation
    • None

      https://access.redhat.com/documentation/en-us/red_hat_integration/2021.q3/html-single/debezium_user_guide/index#deployment-of-debezium-postgresql-connectors

      Step 7.6.1

      ```

      FROM registry.redhat.io/amq7/amq-streams-kafka-28-rhel8:1.8.0

      USER root:root

      COPY ./debezium-connector-postgres/ /opt/kafka/plugins/

      USER 1001

      ```

      Using the above docker file lead to copying the folder contents to plugins directory

       

      Should be changed to:

       

      ```

      FROM registry.redhat.io/amq7/amq-streams-kafka-28-rhel8:1.8.0

      USER root:root

      COPY ./debezium-connector-postgres/ /opt/kafka/plugins/debezium-connector-postgres/

      ```

      USER 1001

      ```

            broldan@redhat.com Robert Roldan
            rhn-gps-aibrahim Aly Ibrahim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: