kruscho opened a new issue, #2429:
URL: https://github.com/apache/streampipes/issues/2429

   ### Apache StreamPipes version
   
   dev (current development state)
   
   ### Affected StreamPipes components
   
   Connect
   
   ### What happened?
   
   Can“t run the full docker-compose file, because .env defines 0.93. This tag 
does not exist for pipeline-elements-all-flink in docker-hub. Please update tag 
in docker hub. 
   Workaround: edit docker-compose.full.yml and adjust tag:
   
   pipeline-elements-all-flink:
     image: "${SP_DOCKER_REGISTRY}/pipeline-elements-all-flink:${SP_VERSION}"
   
   to
   
   pipeline-elements-all-flink:
     image: "${SP_DOCKER_REGISTRY}/pipeline-elements-all-flink:0.93.0-SNAPSHOT"
   
   
   ### How to reproduce?
   
   `docker compose -f docker-compose.full.yml up`
   
   log:
   Error response from daemon: manifest for 
apachestreampipes/pipeline-elements-all-flink:0.93.0 not found: manifest 
unknown: manifest unknown
   
   
   ### Expected behavior
   
   just running as expected
   
   ### Additional technical information
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   None


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to