Lou,
If you look under the tags tab of the website, you’d see that they are tagging 
the versions.
What you want is: docker pull apache/incubator-crail:1.2

That will pull down the latest version of crail.

Regards,
      David

From: Lou DeGenaro<mailto:lou.degen...@gmail.com>
Sent: Friday, February 7, 2020 6:03 AM
To: dev@crail.apache.org<mailto:dev@crail.apache.org>
Subject: Re: docker

David,

Thanks, but still no joy.  Something I need to configure to make docker
happy?

=====

[root@abbey-road ~]# docker pull apache/incubator-crail
Using default tag: latest
Error response from daemon: manifest for apache/incubator-crail:latest not
found

=====

I can run tomcat:

[root@abbey-road ~]# docker run -it --rm tomcat:9.0
Unable to find image 'tomcat:9.0' locally
9.0: Pulling from library/tomcat
dc65f448a2e2: Pull complete
346ffb2b67d7: Pull complete
dea4ecac934f: Pull complete
8ac92ddf84b3: Pull complete
d8ef64070a18: Pull complete
2a5539a27f97: Pull complete
9732d0b27efa: Pull complete
9203e26c4e49: Pull complete
18c676ee5ea4: Pull complete
2fbe51cba072: Pull complete
Digest:
sha256:cba009c0ef8cec83df8178cf4f4668170bdb02440e4c7c576fc397e477c715d3
Status: Downloaded newer image for tomcat:9.0
Using CATALINA_BASE:   /usr/local/tomcat
Using CATALINA_HOME:   /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME:        /usr/local/openjdk-11
Using CLASSPATH:
/usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jar
NOTE: Picked up JDK_JAVA_OPTIONS:
 --add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
07-Feb-2020 13:56:25.718 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version name:
  Apache Tomcat/9.0.30
07-Feb-2020 13:56:25.725 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server built:
 Dec 7 2019 16:42:04 UTC
07-Feb-2020 13:56:25.725 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version
number: 9.0.30.0
07-Feb-2020 13:56:25.726 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log OS Name:
  Linux

On Thu, Feb 6, 2020 at 4:10 PM David Crespi <
david.cre...@storedgesystems.com> wrote:

> Lou,
> The repo is incorrect.  You should be pulling from “apache/incubator-crail”
> Here’s their docker image: https://hub.docker.com/r/apache/incubator-crail
>
> Regards,
>       David
>
>
> From: Lou DeGenaro<mailto:lou.degen...@gmail.com>
> Sent: Thursday, February 6, 2020 11:20 AM
> To: dev@crail.apache.org<mailto:dev@crail.apache.org>
> Subject: docker
>
> I'm a noob to crail and not much better with docker, however I am able to:
>
> [root@abbey-road ~]# docker run hello-world
> Unable to find image 'hello-world:latest' locally
> latest: Pulling from library/hello-world
> 1b930d010525: Pull complete
> Digest:
> sha256:9572f7cdcee8591948c2963463447a53466950b3fc15a247fcad1917ca215a2f
> Status: Downloaded newer image for hello-world:latest
>
> Hello from Docker!
>
> =====
>
> But run into trouble with crail:
>
> [root@abbey-road ~]# docker run apache/crail
> Unable to find image 'apache/crail:latest' locally
> docker: Error response from daemon: pull access denied for apache/crail,
> repository does not exist or may require 'docker login'.
> See 'docker run --help'.
>
> Advise/pointers appreciated.
>
> Lou.
>
>

Reply via email to