Skip to content

Commit

Permalink
Remove Flink pipeline elements from compose file (#2432)
Browse files Browse the repository at this point in the history
Flink components are currently not released (#1740), to avoid inconvenience for users  (#2429)  this components should be removed from the compose file.
  • Loading branch information
obermeier committed Jan 25, 2024
1 parent e81fd1d commit c0f3af4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions installer/compose/docker-compose.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,6 @@ services:
networks:
spnet:

# Full version pipeline elements
pipeline-elements-all-flink:
image: "${SP_DOCKER_REGISTRY}/pipeline-elements-all-flink:${SP_VERSION}"
depends_on:
- jobmanager
logging: *default-logging
restart: unless-stopped
networks:
spnet:


volumes:
backend:
connect:
Expand Down

0 comments on commit c0f3af4

Please sign in to comment.