<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to install Qlik Replicate on a docker image in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/ta-p/2460059</link>
    <description>&lt;P&gt;This article provides a guide on installing Qlik Replicate on a docker image.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Overview&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;(Optional) Remove older versions of Docker&lt;/LI&gt;
&lt;LI&gt;Install Docker on the host Linux Server&lt;/LI&gt;
&lt;LI&gt;FTP upload the rpm file to the Linux Server folder&lt;/LI&gt;
&lt;LI&gt;Follow the &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/docker.htm" target="_blank" rel="noopener"&gt;Installing Qlik Replicate on docker&lt;/A&gt; steps&lt;/LI&gt;
&lt;LI&gt;Prepare the docker build files&lt;/LI&gt;
&lt;LI&gt;Modify&amp;nbsp;the&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Dockerfile&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Build the docker image&lt;/LI&gt;
&lt;LI&gt;Startup and run the docker image&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;(Optional) Remove older versions of Docker&lt;BR /&gt;
&lt;PRE&gt;sudo rpm -qa|grep docker &lt;BR /&gt;&lt;CODE&gt;sudo yum remove docker docker-client docker-client-latest docker-common docker-latest docker-laster-logrotate docker-logrotate docker-engine&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Install Docker on host Linux Server
&lt;PRE&gt;sudo yum install -y yum-utils device-mapper-persistent-data lvm2  
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

sudo yum install --allowerasing docker-ce docker-ce-cli containerd.io

sudo systemctl start docker
sudo systemctl enable docker  
&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;FTP upload the Qlik Replicate rpm installation file to Linux Server folder "&lt;CODE&gt;/kit&lt;/CODE&gt;" The /kit directory is a temporary folder used to store installation files. In the example below, the RPM file is &lt;CODE&gt;areplicate-2024.5.0-357.x86_64.rpm&lt;/CODE&gt;. Once the installation is complete, the entire /kit folder can be safely deleted.&lt;/LI&gt;
&lt;LI&gt;Follow the &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/docker.htm" target="_blank" rel="noopener"&gt;Installing Replicate on a docker&lt;/A&gt; steps
&lt;PRE&gt;&lt;CODE&gt;mkdir -p /kit/ar_docker
cd /kit
rpm2cpio areplicate-2024.5.0-357.x86_64.rpm | 	cpio -iv --make-directories --no-absolute-filenames -d ar_docker/ ./opt/attunity/replicate/addons/samples/docker/*
mv ./ar_docker/opt/attunity/replicate/addons/samples/docker/* ./ar_docker
rm -rf ./ar_docker/opt  
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Prepare the docker build files
&lt;PRE&gt;&lt;CODE&gt;cd /kit/ar_docker
cp ../areplicate-2024.5.0-357.x86_64.rpm .

./create-dockerfile.sh  
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Change the line of file &lt;CODE&gt;/kit/ar_docker/Dockerfile&lt;/CODE&gt;&amp;nbsp;, from:
&lt;PRE&gt;RUN yum -y install /tmp/areplicate-*.rpm&lt;/PRE&gt;
to
&lt;PRE&gt;RUN &lt;STRONG&gt;systemd=no&lt;/STRONG&gt; yum -y install /tmp/areplicate-*.rpm&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;NOTE!&lt;/STRONG&gt;&lt;BR /&gt;The parameter &lt;STRONG&gt;systemd=no&lt;/STRONG&gt; is used to solve the below error you may hit during the docker build stage: &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;This rpm is not supported on your system (no systemctl), exiting. error: %prein(areplicate-2024.5.0-357.x86_64) scriptlet failed, exit status 43&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;NOTE!&lt;/STRONG&gt;&lt;BR /&gt;The password should not be empty and &lt;A title="must be strong enough" href="https://help.qlik.com/en-US/replicate/May2024/Content/Replicate/Main/Security/Change_Server_Password.htm#ar_security_122242236_1705037:~:text=The%20server%20password%20must%20be%20strong,long%20it%20meets%20the%20aforementioned%20requirements." target="_blank" rel="noopener"&gt;must be strong enough&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;WARNING!&lt;/STRONG&gt;&lt;BR /&gt;If you want to install ODBC Drivers, please make the corresponding ODBC Drivers rpm files are ready in this folder. If you want to skip the ODBC Drivers installation at present, rename or delete the file "drivers" in this folder.&lt;/BLOCKQUOTE&gt;
&lt;OL start="7"&gt;
&lt;LI&gt;Build the docker image
&lt;PRE&gt;docker build --no-cache -t johnw/replicate:2024.5 .&lt;/PRE&gt;
where &lt;CODE&gt;/johnw/replicate:2024.5&lt;/CODE&gt; is the image tag.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE class="quote"&gt;Do not forget the last period "."&lt;/BLOCKQUOTE&gt;
&lt;OL start="8"&gt;
&lt;LI&gt;Startup and Run the docker image
&lt;PRE&gt;docker run -d --name ar --hostname cdc2 -e ReplicateRestPort=3552 -p 3552:3552 -v /dockermount/data/replicate/data:/replicate/data johnw/replicate:2024.5&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now Qlik Replicate is running in the docker and can be accessed from Qlik Replicate Console GUI.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate 2024.5&amp;nbsp; SP03 and above builds&lt;/LI&gt;
&lt;LI&gt;Qlik Replicate 2023.11 SP05 and above builds&lt;/LI&gt;
&lt;LI&gt;Linux 8.x and 9.x&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 09 Jan 2026 08:37:18 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2026-01-09T08:37:18Z</dc:date>
    <item>
      <title>How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/ta-p/2460059</link>
      <description>&lt;P&gt;This article provides a guide on installing Qlik Replicate on a docker image.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Overview&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;(Optional) Remove older versions of Docker&lt;/LI&gt;
&lt;LI&gt;Install Docker on the host Linux Server&lt;/LI&gt;
&lt;LI&gt;FTP upload the rpm file to the Linux Server folder&lt;/LI&gt;
&lt;LI&gt;Follow the &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/docker.htm" target="_blank" rel="noopener"&gt;Installing Qlik Replicate on docker&lt;/A&gt; steps&lt;/LI&gt;
&lt;LI&gt;Prepare the docker build files&lt;/LI&gt;
&lt;LI&gt;Modify&amp;nbsp;the&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Dockerfile&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Build the docker image&lt;/LI&gt;
&lt;LI&gt;Startup and run the docker image&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;(Optional) Remove older versions of Docker&lt;BR /&gt;
&lt;PRE&gt;sudo rpm -qa|grep docker &lt;BR /&gt;&lt;CODE&gt;sudo yum remove docker docker-client docker-client-latest docker-common docker-latest docker-laster-logrotate docker-logrotate docker-engine&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Install Docker on host Linux Server
&lt;PRE&gt;sudo yum install -y yum-utils device-mapper-persistent-data lvm2  
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

sudo yum install --allowerasing docker-ce docker-ce-cli containerd.io

sudo systemctl start docker
sudo systemctl enable docker  
&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;FTP upload the Qlik Replicate rpm installation file to Linux Server folder "&lt;CODE&gt;/kit&lt;/CODE&gt;" The /kit directory is a temporary folder used to store installation files. In the example below, the RPM file is &lt;CODE&gt;areplicate-2024.5.0-357.x86_64.rpm&lt;/CODE&gt;. Once the installation is complete, the entire /kit folder can be safely deleted.&lt;/LI&gt;
&lt;LI&gt;Follow the &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/docker.htm" target="_blank" rel="noopener"&gt;Installing Replicate on a docker&lt;/A&gt; steps
&lt;PRE&gt;&lt;CODE&gt;mkdir -p /kit/ar_docker
cd /kit
rpm2cpio areplicate-2024.5.0-357.x86_64.rpm | 	cpio -iv --make-directories --no-absolute-filenames -d ar_docker/ ./opt/attunity/replicate/addons/samples/docker/*
mv ./ar_docker/opt/attunity/replicate/addons/samples/docker/* ./ar_docker
rm -rf ./ar_docker/opt  
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Prepare the docker build files
&lt;PRE&gt;&lt;CODE&gt;cd /kit/ar_docker
cp ../areplicate-2024.5.0-357.x86_64.rpm .

./create-dockerfile.sh  
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Change the line of file &lt;CODE&gt;/kit/ar_docker/Dockerfile&lt;/CODE&gt;&amp;nbsp;, from:
&lt;PRE&gt;RUN yum -y install /tmp/areplicate-*.rpm&lt;/PRE&gt;
to
&lt;PRE&gt;RUN &lt;STRONG&gt;systemd=no&lt;/STRONG&gt; yum -y install /tmp/areplicate-*.rpm&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;NOTE!&lt;/STRONG&gt;&lt;BR /&gt;The parameter &lt;STRONG&gt;systemd=no&lt;/STRONG&gt; is used to solve the below error you may hit during the docker build stage: &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;This rpm is not supported on your system (no systemctl), exiting. error: %prein(areplicate-2024.5.0-357.x86_64) scriptlet failed, exit status 43&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;NOTE!&lt;/STRONG&gt;&lt;BR /&gt;The password should not be empty and &lt;A title="must be strong enough" href="https://help.qlik.com/en-US/replicate/May2024/Content/Replicate/Main/Security/Change_Server_Password.htm#ar_security_122242236_1705037:~:text=The%20server%20password%20must%20be%20strong,long%20it%20meets%20the%20aforementioned%20requirements." target="_blank" rel="noopener"&gt;must be strong enough&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;WARNING!&lt;/STRONG&gt;&lt;BR /&gt;If you want to install ODBC Drivers, please make the corresponding ODBC Drivers rpm files are ready in this folder. If you want to skip the ODBC Drivers installation at present, rename or delete the file "drivers" in this folder.&lt;/BLOCKQUOTE&gt;
&lt;OL start="7"&gt;
&lt;LI&gt;Build the docker image
&lt;PRE&gt;docker build --no-cache -t johnw/replicate:2024.5 .&lt;/PRE&gt;
where &lt;CODE&gt;/johnw/replicate:2024.5&lt;/CODE&gt; is the image tag.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE class="quote"&gt;Do not forget the last period "."&lt;/BLOCKQUOTE&gt;
&lt;OL start="8"&gt;
&lt;LI&gt;Startup and Run the docker image
&lt;PRE&gt;docker run -d --name ar --hostname cdc2 -e ReplicateRestPort=3552 -p 3552:3552 -v /dockermount/data/replicate/data:/replicate/data johnw/replicate:2024.5&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now Qlik Replicate is running in the docker and can be accessed from Qlik Replicate Console GUI.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate 2024.5&amp;nbsp; SP03 and above builds&lt;/LI&gt;
&lt;LI&gt;Qlik Replicate 2023.11 SP05 and above builds&lt;/LI&gt;
&lt;LI&gt;Linux 8.x and 9.x&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 09 Jan 2026 08:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/ta-p/2460059</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-01-09T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2476471#M14407</link>
      <description>&lt;P&gt;Hi John, the systemd=no parameter/variable being passed to yum appears to make no difference for us:&lt;/P&gt;
&lt;DIV data-index="9322"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;&amp;gt; [11/29] RUN systemd=no yum -y install /var/tmp/areplicate-2023.11.0-468.x86_64.rpm &amp;amp;&amp;amp; yum clean all &amp;amp;&amp;amp; rm -f /var/tmp/areplicate-2023.11.0-468.x86_64.rpm &amp;amp;&amp;amp; rm -f /etc/rc.d/rc*.d/*areplicate /etc/rc.d/init.d/areplicate &amp;gt;/dev/null: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9323"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15306" target="_blank"&gt;15306&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.07 &lt;/SPAN&gt;&lt;SPAN class="ansifg-r"&gt;This rpm is not supported on your system (no systemctl), exiting.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9324"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15307" target="_blank"&gt;15307&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.07 error: %prein(areplicate-2023.11.0-468.x86_64) scriptlet failed, exit status 43 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9325"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15308" target="_blank"&gt;15308&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.07 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9326"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15309" target="_blank"&gt;15309&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.07 Error in PREIN scriptlet in rpm package areplicate &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9327"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15310" target="_blank"&gt;15310&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.13 Verifying : areplicate-2023.11.0-468.x86_64 1/1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9328"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15311" target="_blank"&gt;15311&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.20 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9329"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15312" target="_blank"&gt;15312&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.21 Failed: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9330"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15313" target="_blank"&gt;15313&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.21 areplicate-2023.11.0-468.x86_64 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9331"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15314" target="_blank"&gt;15314&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.21 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="9332"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;A class="CheckStep-line-number color-fg-muted d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/Legal-and-General-Group-Confidential/gds/actions/runs/10403174769/job/28809130631#step:3:15315" target="_blank"&gt;15315&lt;/A&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;14.22 Error: Transaction failed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;We build our own dockerfile because we need additional items, hence the other commands being run to clean up the yum install. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;Similarly I have tried following your guide to use the built in Dockerfile but get this at step 3:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;av63916&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;~/kit&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;]&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;$&lt;/SPAN&gt;&lt;SPAN class="s6"&gt; rpm2cpio /Users/av63916/gds-lfs/qlik/areplicate-2024.5.0-144.x86_64.rpm | cpio -iv --make-directories --no-absolute-filenames -D ar_docker/ ./opt/attunity/replicate/addons/samples/docker/*&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;cpio: Option --no-absolute-filenames is not supported&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;Brief Usage:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;List:&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpio -it &amp;lt; archive&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Extract: cpio -i &amp;lt; archive&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Create:&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;cpio -o &amp;lt; filenames &amp;gt; archive&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Help:&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpio --help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;tar: Write error&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Aug 2024 12:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2476471#M14407</guid>
      <dc:creator>Vegy</dc:creator>
      <dc:date>2024-08-15T12:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2476551#M14414</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140896"&gt;@Vegy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please take note the resolution applies to&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate 2024.5 SP03 and above&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are installing 2024.5 previous builds, or previous major versions eg 2023.11 then please follow the workaround in step 5 and 6 as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;5. Prepare the docker build files&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;cd /kit/ar_docker&lt;BR /&gt;cp ../areplicate-2023.11.0-547.x86_64.rpm .&lt;BR /&gt;&lt;BR /&gt;# create a script file "systemctl"&lt;BR /&gt;echo "ls" &amp;gt; systemctl&lt;BR /&gt;chmod u+x systemctl&lt;BR /&gt;&lt;BR /&gt;./create-dockerfile.sh&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;6.&amp;nbsp;&lt;SPAN&gt;add below lines to the end of section "#install prequisits" of file&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;/kit/ar_docker/Dockerfile&lt;/CODE&gt;&lt;SPAN&gt;, like:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;# Install dummy systemd&lt;BR /&gt;ADD systemctl /usr/sbin&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1723771275178.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170677iF6E34202781CE90B/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1723771275178.png" alt="john_wang_0-1723771275178.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 01:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2476551#M14414</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-08-16T01:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2477597#M14457</link>
      <description>&lt;P&gt;Hi John, after recently receiving the link to the latest 2024.5 package passing the systemd=no parameter to the yum install still does not appear to work:&lt;/P&gt;
&lt;DIV data-index="10722"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;ERROR: process "/bin/sh -c systemd=no yum -y install /var/tmp/${QLIK_REPLICATE_RPM} &amp;amp;&amp;amp; yum clean all &amp;amp;&amp;amp; rm -f /var/tmp/${QLIK_REPLICATE_RPM} &amp;amp;&amp;amp; rm -f /etc/rc.d/rc*.d/*areplicate /etc/rc.d/init.d/areplicate &amp;gt;/dev/null" did not complete successfully: exit code: 1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="10723"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV data-index="10724"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class=""&gt;RUN systemd=no yum -y install /var/tmp/areplicate-2024.5.0-316.x86_64.rpm &amp;amp;&amp;amp; yum clean all &amp;amp;&amp;amp; rm -f /var/tmp/areplicate-2024.5.0-316.x86_64.rpm &amp;amp;&amp;amp; rm -f /etc/rc.d/rc*.d/*areplicate /etc/rc.d/init.d/areplicate &amp;gt;/dev/null: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV data-index="10725"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;SPAN class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;SPAN class="ansifg-r"&gt;this rpm is not supported on your system (no systemctl), exiting&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Aug 2024 16:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2477597#M14457</guid>
      <dc:creator>Vegy</dc:creator>
      <dc:date>2024-08-22T16:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2477629#M14458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140896"&gt;@Vegy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please take note there are 2 resolution in this article:&lt;/P&gt;
&lt;P&gt;1- "RUN &lt;STRONG&gt;systemd=no&lt;/STRONG&gt; yum"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This solution works with Replicate 2024.5 SP03 and above builds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You are trying to install 2024.5 SP02 (&lt;SPAN&gt;2024.5.0-316&lt;/SPAN&gt;) hence hit error.&lt;/P&gt;
&lt;P&gt;2- "&lt;STRONG&gt;# Install dummy systemd&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You may wait for 2024.5 SP03 formal release, or if you still want to run 2024.5 SP02, please take the workaround "# Install dummy systemd". I've added the WA for you specially in my previous comment.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 02:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2477629#M14458</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-08-23T02:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2477910#M14462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Hope you can help me out containerise 2023.11. (Disclaimer - I am still learning docker)&lt;/P&gt;
&lt;P&gt;I can't use centos as I can't get the packages behind the firewall so using Redhat 9&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;FROM my.company.docker.repo/redhat/ubi9


#install prequisits
# RUN pushd /etc/yum.repos.d/
# RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
# RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*


ADD postgresql*.rpm /tmp/
ADD areplicate-*.rpm /tmp/
ADD systemctl /usr/sbin
ADD replicate_license_xxxx.txt /tmp/

RUN yum -y install unixODBC unzip
RUN yum -y install libicu.x86_64
RUN rm -f /etc/odbcinst.ini

RUN rpm -ivh /tmp/postgresql13-libs-13.9-1PGDG.rhel9.x86_64.rpm
RUN rpm -ivh /tmp/postgresql13-odbc-13.02.0000-2PGDG.rhel9.x86_64.rpm
RUN rpm -ivh /tmp/postgresql13-13.9-1PGDG.rhel9.x86_64.rpm

ADD odbcinst.ini /etc/

RUN systemd=no yum -y install /tmp/areplicate-2023.11.0-468.x86_64.rpm
RUN yum clean all
RUN rm -f /tmp/areplicate-*.rpm

RUN echo "export LD_LIBRARY_PATH=/usr/pgsql-13/lib:$LD_LIBRARY_PATH" &amp;gt;&amp;gt; /opt/attunity/replicate/bin/site_arep_login.sh

ENV ReplicateDataFolder=/replicate/data
ENV ReplicateAdminPassword=password
ENV ReplicateRestPort=3552
ENV LicenseFile=/tmp/replicate_license_xxxx.txt
ADD start_replicate.sh /opt/attunity/replicate/bin/start_replicate.sh
RUN chmod 775 /opt/attunity/replicate/bin/start_replicate.sh
RUN chown attunity:attunity /opt/attunity/replicate/bin/start_replicate.sh
ENTRYPOINT /opt/attunity/replicate/bin/start_replicate.sh ${ReplicateDataFolder} ${ReplicateAdminPassword} ${ReplicateRestPort} ${LicenseFile} ; tail -f /dev/null&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The container builds and I can start the container; but I can't get to port 3552 on my local browser.&lt;/P&gt;
&lt;P&gt;The docker logs contains no output.&lt;/P&gt;
&lt;P&gt;If I go into the container and try manually starting&amp;nbsp;start_replicate.sh; I get the following error message:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[attunity@cdc2 /]$ /opt/attunity/replicate/bin/repctl.sh -d /replicate/data service start rest_port=3552
/opt/attunity/replicate/bin/repctl: error while loading shared libraries: libarepbase.so: cannot open shared object file: No such file or directory
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found a post with the similar error message (&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Decrypt-Qlik-Replicate-Verbose-Task-Log-Files/ta-p/1862114" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-Decrypt-Qlik-Replicate-Verbose-Task-Log-Files/ta-p/1862114&lt;/A&gt;) but it didn't have a clear solution to the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 03:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2477910#M14462</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2024-08-26T03:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478179#M14482</link>
      <description>&lt;P&gt;I think the fix is to source site_arep_login.sh.&lt;/P&gt;
&lt;P&gt;In our Dockerfile we have this entry: source $QLIK_REPLICATE_BASE_DIR/bin/arep_login.sh" &amp;gt;&amp;gt;~attunity/.bash_profile&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 10:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478179#M14482</guid>
      <dc:creator>Vegy</dc:creator>
      <dc:date>2024-08-27T10:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478180#M14483</link>
      <description>&lt;P&gt;Apologies, we also set that variable in the Dockerfile as it appears a lot:&lt;/P&gt;
&lt;P&gt;ENV QLIK_REPLICATE_BASE_DIR=/opt/attunity/replicate/&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 10:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478180#M14483</guid>
      <dc:creator>Vegy</dc:creator>
      <dc:date>2024-08-27T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478294#M14487</link>
      <description>&lt;P&gt;Thanks - I will give it a try&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 22:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478294#M14487</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2024-08-27T22:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478798#M14504</link>
      <description>&lt;P&gt;I got it working with the following code:&lt;/P&gt;
&lt;P&gt;Disclaimer - I am no expert so please don't deploy this straight into a high critical prod environment&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 05:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478798#M14504</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2024-08-30T05:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478801#M14505</link>
      <description>&lt;LI-CODE lang="python"&gt;FROM my.company.docker.repo/redhat/ubi9

ADD postgresql*.rpm /tmp/
ADD areplicate-*.rpm /tmp/
ADD systemctl /usr/sbin
ADD replicate_license_exp2025-06-29_ser60038556.txt /tmp/

RUN dnf -y update
RUN dnf makecache
RUN dnf -y install procps-ng
RUN dnf -y install unixODBC unzip
RUN dnf -y install libicu.x86_64
RUN rm -f /etc/odbcinst.ini

RUN rpm -ivh /tmp/postgresql13-libs-13.9-1PGDG.rhel9.x86_64.rpm
RUN rpm -ivh /tmp/postgresql13-odbc-13.02.0000-2PGDG.rhel9.x86_64.rpm
RUN rpm -ivh /tmp/postgresql13-13.9-1PGDG.rhel9.x86_64.rpm

ADD odbcinst.ini /etc/

RUN systemd=no yum -y install /tmp/areplicate-2023.11.0-468.x86_64.rpm
RUN yum clean all
RUN rm -f /tmp/areplicate-*.rpm

RUN export LD_LIBRARY_PATH=/opt/attunity/replicate/lib:\$LD_LIBRARY_PATH
RUN echo "export LD_LIBRARY_PATH=/usr/pgsql-13/lib:\$LD_LIBRARY_PATH" &amp;gt;&amp;gt; /opt/attunity/replicate/bin/site_arep_login.sh


# RUN 

ENV QLIK_REPLICATE_BASE_DIR=/opt/attunity/replicate/
ENV ReplicateDataFolder=/replicate/data
ENV ReplicateAdminPassword=AB1gL0ngPa33w0rd
ENV ReplicateRestPort=3552
ENV LicenseFile=/tmp/replicate_license_exp2025-06-29_ser60038556.txt

ADD start_replicate.sh /opt/attunity/replicate/bin/start_replicate.sh
RUN chmod 775 /opt/attunity/replicate/bin/start_replicate.sh
RUN chown attunity:attunity /opt/attunity/replicate/bin/start_replicate.sh
RUN source $QLIK_REPLICATE_BASE_DIR/bin/arep_login.sh &amp;gt;&amp;gt;~attunity/.bash_profile
ENTRYPOINT /opt/attunity/replicate/bin/start_replicate.sh ${ReplicateDataFolder} ${ReplicateAdminPassword} ${ReplicateRestPort} ${LicenseFile} ; tail -f /dev/null&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 30 Aug 2024 05:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2478801#M14505</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2024-08-30T05:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518165#M15803</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp; - Qlik replicate window installation is not supported dockers right?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i need to automate a Qlik replicate version (window) by image - installation to server or upgrade? any suggestion or option is available?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 07:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518165#M15803</guid>
      <dc:creator>suprajar</dc:creator>
      <dc:date>2025-05-19T07:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518175#M15805</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133484"&gt;@suprajar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="72" data-end="325"&gt;In general, Docker is primarily used on Linux platforms.&lt;BR data-start="132" data-end="135" /&gt;If you want to automate the installation or upgrade of Qlik Replicate on Windows, you can use the silent installation or upgrade method. For detailed instructions, refer to the &lt;EM data-start="312" data-end="324"&gt;User Guide&lt;/EM&gt;:&lt;/P&gt;
&lt;UL data-start="327" data-end="411"&gt;
&lt;LI data-start="327" data-end="370"&gt;
&lt;P data-start="329" data-end="370"&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/Installation/Silent_Install.htm" target="_blank" rel="noopener" data-start="329" data-end="368"&gt;Silently Installing Qlik Replicate&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="371" data-end="411"&gt;
&lt;P data-start="373" data-end="411"&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/Installation/Silently_Upgrading.htm" target="_blank" rel="noopener" data-start="373" data-end="411"&gt;Silently Upgrading Qlik Replicate&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 08:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518175#M15805</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-05-19T08:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518189#M15807</link>
      <description>&lt;P class=""&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp; - Thanks for the update&lt;/P&gt;&lt;P&gt;Yes, we have implemented silent installation for Qlik Replicate. However, we are looking for a way to automatically download the latest version in case any changes or updates occur in the Qlik Replicate package on the Qlik download site.&lt;/P&gt;&lt;P&gt;I’m currently checking if there is any possibility to achieve this through GitHub, such as accessing the latest downloadable version of Qlik Replicate from a repository or any automated integration available.Please let me know if you are aware of any such option or can suggest an alternative approach.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 11:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518189#M15807</guid>
      <dc:creator>suprajar</dc:creator>
      <dc:date>2025-05-19T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518211#M15809</link>
      <description>&lt;P&gt;Hell&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133484"&gt;@suprajar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You may download the latest build of Qlik Replicate from GitHub:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/qlik-download/replicate/releases" target="_blank"&gt;https://github.com/qlik-download/replicate/releases&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 14:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518211#M15809</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-05-19T14:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik Replicate on a docker image</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518270#M15810</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;, Hope GIT hub will be updated with correct version as always.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 06:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-Replicate-on-a-docker-image/tac-p/2518270#M15810</guid>
      <dc:creator>suprajar</dc:creator>
      <dc:date>2025-05-20T06:01:10Z</dc:date>
    </item>
  </channel>
</rss>

