Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apachestreampipes/pipeline-elements-all-flink:0.93.0 not found #2429

Closed
kruscho opened this issue Jan 20, 2024 · 2 comments
Closed

apachestreampipes/pipeline-elements-all-flink:0.93.0 not found #2429

kruscho opened this issue Jan 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kruscho
Copy link

kruscho commented Jan 20, 2024

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

@kruscho kruscho added the bug Something isn't working label Jan 20, 2024
obermeier added a commit that referenced this issue Jan 23, 2024
Flink components are currently not released (#1740), to avoid inconvenience for users  (#2429)  this components should be removed from the compose file.
@obermeier
Copy link
Member

Hi @kruscho,
thank you verry much for opening this issue.
The Flink pipeline elements are currently not supported, due to version incompatibilities (#1740).

In the meantime, I propose to remove it from the compose file. (#2432)

dominikriemer pushed a commit that referenced this issue Jan 25, 2024
Flink components are currently not released (#1740), to avoid inconvenience for users  (#2429)  this components should be removed from the compose file.
@obermeier
Copy link
Member

Due to resolution in #2432, the error should not occur again.

@obermeier obermeier self-assigned this Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants