Skip to content

Conversation

@liunaijie
Copy link
Member

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

@liunaijie
Copy link
Member Author

liunaijie commented Aug 8, 2024

the success ci link: https://github.com/liunaijie/seatunnel/actions/runs/10299226521/job/28506078267
dockerhub image link: https://hub.docker.com/r/liunaijie/seatunnel/tags

And we need add some variable into repo setting
image

Comment on lines 45 to 54
- 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'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Hisoka-X
Copy link
Member

Thanks @liunaijie

@hailin0 hailin0 merged commit 8a28290 into apache:dev Aug 23, 2024
<argument>buildx</argument>
<argument>build</argument>
<argument>--platform</argument>
<argument>linux/amd64,linux/arm64</argument>
Copy link
Member

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?

Comment on lines +18 to +23
```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
Copy link
Member

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?

@Hisoka-X
Copy link
Member

Waiting infra add docker token. https://issues.apache.org/jira/browse/INFRA-26068

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants