-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Feature] add dockerfile #7346
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
[Feature] add dockerfile #7346
Conversation
|
the success ci link: https://github.com/liunaijie/seatunnel/actions/runs/10299226521/job/28506078267 |
| - name: Maximize runner space | ||
| uses: ./.github/actions/maximize-build-space | ||
| with: | ||
| root-reserve-mb: 30720 | ||
| temp-reserve-mb: 10240 | ||
| remove-dotnet: 'true' | ||
| remove-android: 'true' | ||
| remove-haskell: 'true' | ||
| remove-codeql: 'true' | ||
| remove-docker-images: 'true' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use our own script instead. https://github.com/apache/seatunnel/blob/dev/.github/workflows/backend.yml#L342
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
Thanks @liunaijie ! |
| <argument>buildx</argument> | ||
| <argument>build</argument> | ||
| <argument>--platform</argument> | ||
| <argument>linux/amd64,linux/arm64</argument> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our image supported arm64 now?
| ```shell | ||
| docker run --rm -it apache/seatunnel bash ./bin/seatunnel.sh -e local -c <CONFIG_FILE> | ||
| # eg: a fake source to console sink | ||
| docker run --rm -it apache/seatunnel bash ./bin/seatunnel.sh -e local -c config/v2.batch.config.template |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use config file not in docker image?
|
Waiting infra add docker token. https://issues.apache.org/jira/browse/INFRA-26068 |

Purpose of this pull request
add ci to auto build full connector docker image and publish it into dockerhub
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note.