<div dir="ltr">Folks I&#39;m trying to deploy aerogear on Kubernetes. I&#39;m using the wildfly image from: <a target="_blank" href="https://hub.docker.com/r/aerogear/unifiedpush-wildfly/">https://hub.docker.com/r/<wbr>aerogear/unifiedpush-wildfly/</a> <br><br>As I have my databases outside of Kubernetes I&#39;ve builtĀ  the image as described here:<br><p><code>docker build -t aerogear/unifiedpush-wildfly .<br></code></p><p><code><br></code></p><p>With the following dockerfile:<code><br><a target="_blank" href="https://hub.docker.com/r/aerogear/unifiedpush-wildfly/%7E/dockerfile/">https://hub.docker.com/r/<wbr>aerogear/unifiedpush-wildfly/~<wbr>/dockerfile/</a><br><br></code>Unfortunately the dockerfile seems to point to an invalid tarball:<br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205hljs-keyword">RUN</span><span class="gmail-m_-5442371271211702205bash"> curl -L -o /opt/aerogear-unifiedpush-<wbr>server-<span class="gmail-m_-5442371271211702205hljs-variable">$UPSVER</span>-dist.tar.gz <a target="_blank" href="https://github.com/aerogear/aerogear-unifiedpush-server/releases/download/">https://github.com/aerogear/<wbr>aerogear-unifiedpush-server/<wbr>releases/download/</a><span class="gmail-m_-5442371271211702205hljs-variable">$UPSVER</span>/<wbr>aerogear-unifiedpush-server-<span class="gmail-m_-5442371271211702205hljs-variable">$<wbr>UPSVER</span>-dist.tar.gz<br><br>So I went to:<br><a target="_blank" href="https://github.com/aerogear/aerogear-unifiedpush-server/releases/">https://github.com/aerogear/<wbr>aerogear-unifiedpush-server/<wbr>releases/</a><br>And got:<br><a target="_blank" href="https://github.com/aerogear/aerogear-unifiedpush-server/releases/download/1.2.0-beta.1/aerogear-unifiedpush-server-1.2.0-beta.1-dist.tar.gz">https://github.com/aerogear/<wbr>aerogear-unifiedpush-server/<wbr>releases/download/1.2.0-beta.<wbr>1/aerogear-unifiedpush-server-<wbr>1.2.0-beta.1-dist.tar.gz</a><br><br>Then tried to deploy the wars getting a ton of errors: <a target="_blank" href="https://pastebin.com/G89f3EpM">https://pastebin.com/G89f3EpM</a><br><br>It
 seems that among other problems a mysql is being deployed on my server 
which makes no sense as I&#39;ve provided the variables in standalone.xml:<br><br></span></span></p><blockquote><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">&lt;connection-url&gt;jdbc:mysql://$<wbr>{env.UNIFIEDPUSH_PORT_3306_<wbr>TCP_ADDR}:${env.UNIFIEDPUSH_<wbr>PORT_3306_TCP_PORT}/${env.<wbr>UNIFIEDPUSH_ENV_MYSQL_<wbr>DATABASE}?useUnicode=true&amp;amp;<wbr>characterEncoding=UTF-8&lt;/<wbr>connection-url&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">                       &lt;user-name&gt;${env.UNIFIEDPUSH_<wbr>ENV_MYSQL_USER}&lt;/user-name&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">                       &lt;password&gt;${env.UNIFIEDPUSH_<wbr>ENV_MYSQL_PASSWORD}&lt;/password&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">                     &lt;connection-url&gt;jdbc:mysql://$<wbr>{env.KEYCLOAK_PORT_3306_TCP_<wbr>ADDR}:${env.KEYCLOAK_PORT_<wbr>3306_TCP_PORT}/${env.KEYCLOAK_<wbr>ENV_MYSQL_DATABASE}?<wbr>useUnicode=true&amp;amp;<wbr>characterEncoding=UTF-8&lt;/<wbr>connection-url&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">                       &lt;user-name&gt;${env.KEYCLOAK_ENV_<wbr>MYSQL_USER}&lt;/user-name&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">                       &lt;password&gt;${env.KEYCLOAK_ENV_<wbr>MYSQL_PASSWORD}&lt;/password&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">            &lt;core-environment&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">            &lt;/core-environment&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">            &lt;recovery-environment socket-binding=&quot;txn-recovery-<wbr>environment&quot; status-socket-binding=&quot;txn-<wbr>status-manager&quot;/&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash">        &lt;socket-binding name=&quot;txn-recovery-<wbr>environment&quot; port=&quot;4712&quot;/&gt;</span></span><br><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash"></span></span></blockquote><p><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash"><br>I&#39;m not sure if the case is related to:</span></span></p><p><span class="gmail-m_-5442371271211702205Dockerfile__dockerfile___3nY5q"><span class="gmail-m_-5442371271211702205bash"><a target="_blank" href="https://issues.jboss.org/projects/AGPUSH/issues/AGPUSH-2117?filter=allopenissues">https://issues.jboss.org/<wbr>projects/AGPUSH/issues/AGPUSH-<wbr>2117?filter=allopenissues</a><br></span></span></p><br>Anyone had success deploying in kubernetes?<br><br><br><span id="gmail-m_-5442371271211702205expressomail-body-signature"></span></div>