tomtom215 opened a new issue, #5304: URL: https://github.com/apache/seatunnel/issues/5304
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened I tried to build the docker image to try out SeaTunnel locally (and later to test k8s) as documented here: https://seatunnel.apache.org/docs/2.3.2/start-v2/kubernetes/#run-seatunnel-application It also appears the local docker deployment documentation is missing here: https://seatunnel.apache.org/docs/2.3.2/start-v2/docker/ Ideally SeaTunnel would publish and maintain official images based on Flink so that we do not have to manually build the images and keep up with matching Flink versions to SeaTunnel versions. This would allow the casual user to quickly test out this project. ### SeaTunnel Version 2.3.2 ### SeaTunnel Config ```conf N/a - did not get beyond building the dockerfile ``` ### Running Command ```shell create the dockerfile by copying it from the docs: FROM flink:1.13 ENV SEATUNNEL_VERSION="2.3.2" ENV SEATUNNEL_HOME = "/opt/seatunnel" RUN mkdir -p $SEATUNNEL_HOME RUN wget https://archive.apache.org/dist/seatunnel/${SEATUNNEL_VERSION}/apache-seatunnel-incubating-${SEATUNNEL_VERSION}-bin.tar.gz RUN tar -xzvf apache-seatunnel-incubating-${SEATUNNEL_VERSION}-bin.tar.gz RUN cp -r apache-seatunnel-incubating-${SEATUNNEL_VERSION}/* $SEATUNNEL_HOME/ RUN rm -rf apache-seatunnel-incubating-${SEATUNNEL_VERSION}* ``` ### Error Exception ```log docker build -t seatunnel:2.3.2-flink-1.13 -f Dockerfile . [+] Building 2.3s (3/3) FINISHED => [internal] load build definition from dockerfile 0.0s => => transferring dockerfile: 501B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => ERROR [internal] load metadata for docker.io/library/flink:1.13 2.3s ------ > [internal] load metadata for docker.io/library/flink:1.13: ------ dockerfile:1 -------------------- 1 | >>> FROM flink:1.13 2 | 3 | ENV SEATUNNEL_VERSION="2.3.2" -------------------- ERROR: failed to solve: flink:1.13: no match for platform in manifest sha256:ea90cde15292c4693de633fe7e4dfec8332539e8ccf2a5e2b01909e800948fe8: not found ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
