<?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>topic Nuxeo 10.10 docker image in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-10-10-docker-image/m-p/313718#M719</link>
    <description>&lt;P&gt;Nuxeo folks:&lt;/P&gt;
&lt;P&gt;In &lt;CODE&gt;docker-entrypoint.sh&lt;/CODE&gt; you have:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;for f in /docker-entrypoint-initnuxeo.d/*; do
  case "$f" in
    *.sh)  echo "$0: running $f"; . "$f" ;;
    *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} --accept=true ;;
    *.clid) echo "$0: copying clid to $NUXEO_DATA"; cp $f $NUXEO_DATA/ ;;
    *)     echo "$0: ignoring $f" ;;
  esac
done
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This supports only one level in that directory. In instead, you had this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;for f in $(find /docker-entrypoint-initnuxeo.d -type f); do
  (everything else the same as above)
done
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then it would be possible to mount marketplace ZIPs into a sub-directory from a persistent volume which would more easily support installing packages in disconnected mode, and wouldn't have contention with a nuxeo.conf placed in that directory as well - say from a ConfigMap.&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jun 2020 19:13:25 GMT</pubDate>
    <dc:creator>Eric_Ace</dc:creator>
    <dc:date>2020-06-28T19:13:25Z</dc:date>
    <item>
      <title>Nuxeo 10.10 docker image</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-10-10-docker-image/m-p/313718#M719</link>
      <description>&lt;P&gt;Nuxeo folks:&lt;/P&gt;
&lt;P&gt;In &lt;CODE&gt;docker-entrypoint.sh&lt;/CODE&gt; you have:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;for f in /docker-entrypoint-initnuxeo.d/*; do
  case "$f" in
    *.sh)  echo "$0: running $f"; . "$f" ;;
    *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} --accept=true ;;
    *.clid) echo "$0: copying clid to $NUXEO_DATA"; cp $f $NUXEO_DATA/ ;;
    *)     echo "$0: ignoring $f" ;;
  esac
done
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This supports only one level in that directory. In instead, you had this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;for f in $(find /docker-entrypoint-initnuxeo.d -type f); do
  (everything else the same as above)
done
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then it would be possible to mount marketplace ZIPs into a sub-directory from a persistent volume which would more easily support installing packages in disconnected mode, and wouldn't have contention with a nuxeo.conf placed in that directory as well - say from a ConfigMap.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 19:13:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-10-10-docker-image/m-p/313718#M719</guid>
      <dc:creator>Eric_Ace</dc:creator>
      <dc:date>2020-06-28T19:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 10.10 docker image</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-10-10-docker-image/m-p/313719#M720</link>
      <description>&lt;P&gt;Here is a better way to write this&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 19:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-10-10-docker-image/m-p/313719#M720</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2020-06-28T19:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 10.10 docker image</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-10-10-docker-image/m-p/313720#M721</link>
      <description>&lt;P&gt;Please consider https&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 14:04:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-10-10-docker-image/m-p/313720#M721</guid>
      <dc:creator>Eric_Ace</dc:creator>
      <dc:date>2020-07-01T14:04:18Z</dc:date>
    </item>
  </channel>
</rss>

