age icon indicating copy to clipboard operation
age copied to clipboard

unable to pull the docker image with 'latest' tag

Open byte-beaver opened this issue 1 year ago • 8 comments

Describe the bug when I tried the exact docker pull command from your portal, it fails saying "unable to find latest tag"

How are you accessing AGE (Command line, driver, etc.)?

  • docker

What data setup do we need to do?

...
...

What is the necessary configuration info needed?

  • NA

What is the command that caused the error?

ERROR:  something failed to execute

Expected behavior docker image must be pulled using latest tag

Environment (please complete the following information):

  • Version: [e.g. 0.4.0]

Additional context To workaround, I had to use "dev_snapshot_master" tag

byte-beaver avatar May 17 '24 05:05 byte-beaver

Having the same issue, looks like the link to the manifest file is broken.

torstenboettjer avatar May 17 '24 05:05 torstenboettjer

Which file? We had to change our DockerHub setup.

jrgemignani avatar May 17 '24 17:05 jrgemignani

@byte-beaver dev_* are not supported. Only release_* are officially supported. Let me know where it states latest so that I can see about correcting it. We are still working on updating DH to more strictly follow Apache guidelines.

jrgemignani avatar May 17 '24 17:05 jrgemignani

I have put the latest tag back in place. However, per Apache guidelines, it points only to the latest Apache AGE release. For this tag, that is PG16 1.5.0.

jrgemignani avatar May 17 '24 18:05 jrgemignani

Thanks, it's working now

torstenboettjer avatar May 18 '24 09:05 torstenboettjer

@jrgemignani Not sure I get the question about the reference to latest. It is the default tag and added automatically, when no specific release is provided with the docker command (https://docs.docker.com/reference/cli/docker/image/tag/). Hence, executing the command docker pull apache/age resulted in the error. A few references to this instruction:

  • https://hub.docker.com/r/apache/age
  • https://age.apache.org/age-manual/master/intro/setup.html
  • https://age.apache.org/blog/2024-04-25-how-to-deploy-apache-age-docker-image-on-aws/

torstenboettjer avatar May 18 '24 09:05 torstenboettjer

@torstenboettjer I will see what can be done to update those links to be correct. @markgomer Is this something you can do?

jrgemignani avatar May 20 '24 16:05 jrgemignani

@byte-beaver @torstenboettjer I updated DockerHub to keep the latest tag. So, if this resolves the issue, please close the ticket :)

jrgemignani avatar May 20 '24 21:05 jrgemignani