<?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>question pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp) in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212019#M173958</link>
    <description>&lt;P&gt;I tried to pull the docker image hortonworks/sandbox-hdp) from the docker hub (docker.io/hortonworks/sandbox-hdp). The described pull command fails ("docker pull hortonworks/sandbox-hdp"), as no 'latest' tag is set after the recent push (4 days ago), but "docker pull hortonworks/sandbox-hdp:2:6:5" or "docker pull hortonworks/sandbox-hdp:3.0.0" will do the pull)&lt;/P&gt;&lt;P&gt;Is that repository an official Hortonworks build, and am I supposed to pull a sandbox image from there? Or should i take another docker repository? Or is the only supported way the web download?&lt;/P&gt;&lt;P&gt;I am asking as the pull fails with an error "unauthorized: authentication required", but only after quite some time. Now I am trying to figure out if it is actually an authorization issue, or it might be a kind of timeout issue, which I would have to sort out on my environment (in many docker support queries this issue was sorted out by setting host time correctly).&lt;/P&gt;</description>
    <pubDate>Tue, 07 Aug 2018 21:52:10 GMT</pubDate>
    <dc:creator>arald</dc:creator>
    <dc:date>2018-08-07T21:52:10Z</dc:date>
    <item>
      <title>pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212019#M173958</link>
      <description>&lt;P&gt;I tried to pull the docker image hortonworks/sandbox-hdp) from the docker hub (docker.io/hortonworks/sandbox-hdp). The described pull command fails ("docker pull hortonworks/sandbox-hdp"), as no 'latest' tag is set after the recent push (4 days ago), but "docker pull hortonworks/sandbox-hdp:2:6:5" or "docker pull hortonworks/sandbox-hdp:3.0.0" will do the pull)&lt;/P&gt;&lt;P&gt;Is that repository an official Hortonworks build, and am I supposed to pull a sandbox image from there? Or should i take another docker repository? Or is the only supported way the web download?&lt;/P&gt;&lt;P&gt;I am asking as the pull fails with an error "unauthorized: authentication required", but only after quite some time. Now I am trying to figure out if it is actually an authorization issue, or it might be a kind of timeout issue, which I would have to sort out on my environment (in many docker support queries this issue was sorted out by setting host time correctly).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 21:52:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212019#M173958</guid>
      <dc:creator>arald</dc:creator>
      <dc:date>2018-08-07T21:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212020#M173959</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/20278/haraldberghoff.html" nodeid="20278"&gt;@Harald Berghoff&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I checked the docker-deploy script for hdp 2.6.5 and we are doing docker pull from the hortonworks/sandbox-hdp in dockerhub.&lt;/P&gt;&lt;P&gt;However this deploy script is not just doing that. Having that said you might want to wait until the sandbox for 3.0 is added on the hortonworks portal along with the corresponding scripts &amp;amp; instructions.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 03:15:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212020#M173959</guid>
      <dc:creator>falbani</dc:creator>
      <dc:date>2018-08-10T03:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212021#M173960</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani&lt;/A&gt; thanks for the reply. So actually the repository is public and I have to check on my environment why it fails? The failure is from docker, so i don't think it is related to the software on the image itself. &lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 12:13:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212021#M173960</guid>
      <dc:creator>arald</dc:creator>
      <dc:date>2018-08-10T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212022#M173961</link>
      <description>&lt;P&gt;The correct way to docker pull repository is &lt;/P&gt;&lt;P&gt;docker pull "$registry/$name:$version"&lt;/P&gt;&lt;P&gt;hence the correct command to pull docker image is &lt;/P&gt;&lt;P&gt;docker pull hortonworks/sandbox-hdp:2:6:5&lt;/P&gt;&lt;P&gt;docker deploy script is also using above command to pull the sandbox image so when you are using so it is official command to pull the sandbox image "docker pull hortonworks/sandbox-hdp:2:6:5"&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 13:16:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212022#M173961</guid>
      <dc:creator>pkadam</dc:creator>
      <dc:date>2018-08-10T13:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212023#M173962</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/83437/pkadam.html" nodeid="83437"&gt;@Pankaj Kadam&lt;/A&gt; the command to pull is fine, you are right that the version is part of the image name to be pulled. It is just that if you ommit the version it defaults to 'latest', which is typically also maintained as a tag in the docker hub. So there is nothing wrong with the image, it's just unusual to not maintain a 'latest' flag.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:16:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212023#M173962</guid>
      <dc:creator>arald</dc:creator>
      <dc:date>2018-08-10T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212024#M173963</link>
      <description>&lt;P&gt;seemed to be an issue with my environment, today I was able to pull the image successfully:&lt;/P&gt;&lt;PRE&gt;# docker pull hortonworks/sandbox-hdp:3.0.0
Trying to pull repository docker.io/hortonworks/sandbox-hdp ... 
sha256:3e75083ce3b38475e6825ab24a09adba229b9d67b0be2218f0ce385dcfa0452a: Pulling from docker.io/hortonworks/sandbox-hdp
70799bbf2226: Pulling fs layer 
[...]
055f548f8d84: Pull complete 
Digest: sha256:3e75083ce3b38475e6825ab24a09adba229b9d67b0be2218f0ce385dcfa0452a
Status: Downloaded newer image for docker.io/hortonworks/sandbox-hdp:3.0.0

&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Aug 2018 18:59:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212024#M173963</guid>
      <dc:creator>arald</dc:creator>
      <dc:date>2018-08-10T18:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: pull docker images from docker hub (docker.io/hortonworks/sandbox-hdp)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212025#M173964</link>
      <description>&lt;P&gt;:~/HDP# sh
docker-deploy-hdp30.sh&lt;/P&gt;&lt;P&gt;+
registry=hortonworks&lt;/P&gt;&lt;P&gt;+ name=sandbox-hdp&lt;/P&gt;&lt;P&gt;+ version=3.0.1&lt;/P&gt;&lt;P&gt;+
proxyName=sandbox-proxy&lt;/P&gt;&lt;P&gt;+ proxyVersion=1.0&lt;/P&gt;&lt;P&gt;+ flavor=hdp&lt;/P&gt;&lt;P&gt;+ echo hdp&lt;/P&gt;&lt;P&gt;+ mkdir -p
sandbox/proxy/conf.d&lt;/P&gt;&lt;P&gt;+ mkdir -p
sandbox/proxy/conf.stream.d&lt;/P&gt;&lt;P&gt;+ docker pull
hortonworks/sandbox-hdp:3.0.1&lt;/P&gt;&lt;P&gt;3.0.1: Pulling from
hortonworks/sandbox-hdp&lt;/P&gt;&lt;P&gt;70799bbf2226:
Downloading [================================&amp;gt;  ]  47.17MB/72.85MB&lt;/P&gt;&lt;P&gt;40963917cdad:
Pulling fs layer&lt;/P&gt;&lt;P&gt;70799bbf2226:
Downloading [===================================&amp;gt;  ]  51.45MB/72.85MB&lt;/P&gt;&lt;P&gt;ee3ec4e8cb3d:
Downloading [=======&amp;gt; 
]  57.28MB/368.8MB&lt;/P&gt;&lt;P&gt;ee3ec4e8cb3d:
Downloading [=======&amp;gt; 
]  57.81MB/368.8MB&lt;/P&gt;&lt;P&gt;ee3ec4e8cb3d:
Downloading [========&amp;gt; 
]  64.24MB/368.8MB&lt;/P&gt;&lt;P&gt;7ea5917732c0:
Download complete&lt;/P&gt;&lt;P&gt;2d951411620c:
Download complete&lt;/P&gt;&lt;P&gt;f4c5e354e7fd:
Downloading&lt;/P&gt;&lt;P&gt;ca01ba34744d:
Waiting&lt;/P&gt;&lt;P&gt;83326dded077:
Waiting&lt;/P&gt;&lt;P&gt;eb3d71b90b73:
Waiting&lt;/P&gt;&lt;P&gt;bdd1cab41c81:
Waiting&lt;/P&gt;&lt;P&gt;500cc770c4bd:
Waiting&lt;/P&gt;&lt;P&gt;0cb1decd5474:
Waiting&lt;/P&gt;&lt;P&gt;b9591f4b6855:
Waiting&lt;/P&gt;&lt;P&gt;f28e56086127:
Waiting&lt;/P&gt;&lt;P&gt;e7de4e7d0bca:
Waiting&lt;/P&gt;&lt;P&gt;ec77967d2166:
Waiting&lt;/P&gt;&lt;P&gt;4fdcae170114:
Waiting&lt;/P&gt;&lt;P&gt;6347f5df8ffc:
Waiting&lt;/P&gt;&lt;P&gt;6a6ecc232709:
Waiting&lt;/P&gt;&lt;P&gt;ea845898ff50:
Waiting&lt;/P&gt;&lt;P&gt;02135573b1bf:
Waiting&lt;/P&gt;&lt;P&gt;cb0176867cd8:
Waiting&lt;/P&gt;&lt;P&gt;3c08321268fd:
Pulling fs layer&lt;/P&gt;&lt;P&gt;82e82a97c465:
Waiting&lt;/P&gt;&lt;P&gt;3c08321268fd:
Waiting&lt;/P&gt;&lt;P&gt;74b321ac2ac5:
Waiting&lt;/P&gt;&lt;P&gt;569da02c0a66:
Waiting&lt;/P&gt;&lt;P&gt;af40820407ef:
Pulling fs layer&lt;/P&gt;&lt;P&gt;af40820407ef:
Waiting&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;unauthorized:
authentication required&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;+ docker pull
hortonworks/sandbox-proxy:1.0&lt;/P&gt;&lt;P&gt;1.0: Pulling from
hortonworks/sandbox-proxy&lt;/P&gt;&lt;P&gt;Digest:
sha256:42e4cfbcbb76af07e5d8f47a183a0d4105e65a1e7ef39fe37ab746e8b2523e9e&lt;/P&gt;&lt;P&gt;Status: Image is up
to date for hortonworks/sandbox-proxy:1.0&lt;/P&gt;&lt;P&gt;+ [ hdp = hdf ]&lt;/P&gt;&lt;P&gt;+ [ hdp = hdp ]&lt;/P&gt;&lt;P&gt;+
hostname=sandbox-hdp.hortonworks.com&lt;/P&gt;&lt;P&gt;+ docker images&lt;/P&gt;&lt;P&gt;+ grep
hortonworks/sandbox-hdp&lt;/P&gt;&lt;P&gt;+ awk {print $2}&lt;/P&gt;&lt;P&gt;+ version=&lt;/P&gt;&lt;P&gt;+ docker network
create cda&lt;/P&gt;&lt;P&gt;+ docker run
--privileged --name sandbox-hdp -h sandbox-hdp.hortonworks.com --network=cda
--network-alias=sandbox-hdp.hortonworks.com -d hortonworks/sandbox-hdp:&lt;/P&gt;&lt;P&gt;docker: invalid
reference format.&lt;/P&gt;&lt;P&gt;See 'docker run
--help'.&lt;/P&gt;&lt;P&gt;+ echo  Remove existing postgres run files. Please
wait&lt;/P&gt;&lt;P&gt; Remove existing postgres run files. Please
wait&lt;/P&gt;&lt;P&gt;+ sleep 2&lt;/P&gt;&lt;P&gt;+ docker exec -t
sandbox-hdp sh -c rm -rf /var/run/postgresql/*; systemctl restart
postgresql-9.6.service;&lt;/P&gt;&lt;P&gt;Error: No such
container: sandbox-hdp&lt;/P&gt;&lt;P&gt;+ sed
s/sandbox-hdp-security/sandbox-hdp/g assets/generate-proxy-deploy-script.sh&lt;/P&gt;&lt;P&gt;+ mv -f
assets/generate-proxy-deploy-script.sh.new
assets/generate-proxy-deploy-script.sh&lt;/P&gt;&lt;P&gt;+ chmod +x
assets/generate-proxy-deploy-script.sh&lt;/P&gt;&lt;P&gt;+
assets/generate-proxy-deploy-script.sh&lt;/P&gt;&lt;P&gt;+ uname&lt;/P&gt;&lt;P&gt;+ grep MINGW&lt;/P&gt;&lt;P&gt;+ chmod +x
sandbox/proxy/proxy-deploy.sh&lt;/P&gt;&lt;P&gt;+
sandbox/proxy/proxy-deploy.sh&lt;/P&gt;&lt;P&gt;sandbox-proxy&lt;/P&gt;&lt;P&gt;baed363d86a7a73e7712b838df09c2aeda99a6b15f0333e9f8e6f445902a383b&lt;/P&gt;&lt;P&gt;docker: Error
response from daemon: driver failed programming external connectivity on
endpoint sandbox-proxy
(d53fe3e3eba2b296b2f6acaa6d8202732308d93cd987157130dfdddef1b82170): Error
starting userland proxy: listen tcp 0.0.0.0:8042: bind: address already in use.&lt;/P&gt;&lt;P&gt;i have gone through the script,:- it means&lt;STRONG&gt; docker pull hortonworks/sandbox-hdp:3:0:1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cat docker-deploy-hdp30.sh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;# CAN EDIT THESE
VALUES&lt;/P&gt;&lt;P&gt;registry="hortonworks"&lt;/P&gt;&lt;P&gt;name="sandbox-hdp"&lt;/P&gt;&lt;P&gt;version="3.0.1"&lt;/P&gt;&lt;P&gt;proxyName="sandbox-proxy"&lt;/P&gt;&lt;P&gt;proxyVersion="1.0"&lt;/P&gt;&lt;P&gt;flavor="hdp"&lt;/P&gt;&lt;P&gt;# NO EDITS BEYOND
THIS LINE&lt;/P&gt;&lt;P&gt;# housekeeping&lt;/P&gt;&lt;P&gt;echo $flavor &amp;gt;
sandbox-flavor&lt;/P&gt;&lt;P&gt;# create necessary
folders for nginx and copy over our rule generation script there&lt;/P&gt;&lt;P&gt;mkdir -p
sandbox/proxy/conf.d&lt;/P&gt;&lt;P&gt;mkdir -p
sandbox/proxy/conf.stream.d&lt;/P&gt;&lt;P&gt;# pull and tag the
sandbox and the proxy container&lt;/P&gt;&lt;P&gt;docker pull
"$registry/$name:$version"........&lt;/P&gt;&lt;P&gt;========&lt;/P&gt;&lt;P&gt;but it fails with the error "&lt;B&gt;unauthorized: authentication required". even though if i executed &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;B&gt;docker pull hortonworks/sandbox-hdp:3:0:1 also i had logged into docker with docker login -u &amp;lt;userid&amp;gt; -p &amp;lt;password&amp;gt;&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 07:30:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/pull-docker-images-from-docker-hub-docker-io-hortonworks/m-p/212025#M173964</guid>
      <dc:creator>Chandrum</dc:creator>
      <dc:date>2019-01-01T07:30:06Z</dc:date>
    </item>
  </channel>
</rss>

