-
Bug
-
Resolution: Done
-
Major
-
1.2.0.Final
-
None
-
False
-
False
-
-
Undefined
-
- "registry.redhat.io/amq7/amq-streams-kafka-25: unknown: Not Found" error[1] occurs when to follow the documentation[2]
- The image path is wrong, it should be "registry.redhat.io/amq7/amq-streams-kafka-25-rhel7:1.5.0"[3]
[1] "registry.redhat.io/amq7/amq-streams-kafka-25: unknown: Not Found" error
~~~
> podman build . -t my-new-container-image:latest
STEP 1: FROM registry.redhat.io/amq7/amq-streams-kafka-25:1.5.0
Error: error creating build container: Error initializing source docker://registry.redhat.io/amq7/amq-streams-kafka-25:1.5.0: Error reading manifest 1.5.0 in registry.redhat.io/amq7/amq-streams-kafka-25: unknown: Not Found
~~~
[2] Installing Debezium on OpenShift > 2.3. Deploying Debezium with AMQ Streams
https://access.redhat.com/documentation/en-us/red_hat_integration/2020-q3/html-single/installing_debezium_on_openshift/index#installing-debezium-with-amq-streams-debezium
~~~
Create a new Dockerfile by using registry.redhat.io/amq7/amq-streams-kafka-25:1.5.0 as the base image:
FROM registry.redhat.io/amq7/amq-streams-kafka-25:1.5.0
USER root:root
COPY ./my-plugins/ /opt/kafka/plugins/
USER 1001
~~~
[3] registry.redhat.io/amq7/amq-streams-kafka-25-rhel7:1.5.0
https://catalog.redhat.com/software/containers/amq7/amq-streams-kafka-25-rhel7/5ec81438dd19c77896211497