Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to run the remote agent as a docker task in AWS ECS? Is there any documentation available? I searched on google but could not find anything that seemed to be relevant...
Guten Tag.
We don't deliver remote engine on container. However, you can create your own DOCKERFILE with respecting the supported distribution (base image )
For instance :
FROM eclipse-temurin:
17
COPY ./Talend-RemoteEngine-V2.13.9-279-Linux-x64.run /
#check installer option with --help
RUN /Talend-RemoteEngine-V2.13.9-279-Linux-x64.run --mode unattended --installdir <installdir> --region <region> --authkey <authkey>
RUN rm /Talend-RemoteEngine-V2.13.9-279-Linux-x64.run
CMD $INSTALL_PATH/bin/start
Then forom this created image, run the container with port redirection for inbound packets:
Keep in mind
Qlik supports running on virtual machines and Docker containers. For both virtualization systems and Linux-based Docker containers, Qlik relies on the vendors’ compatibility statements to ensure the proper running and execution of the Talend software.
Qlik does not deliver prepackaged Docker Images or Dockerfile for Talend applications.