Giter Club home page Giter Club logo

Comments (9)

pramsey avatar pramsey commented on July 30, 2024 1

Should be building out working (?) images again in latest-amd64 and latest-arm64.

from pg_tileserv.

pramsey avatar pramsey commented on July 30, 2024 1

Oh and thanks to @crunchyheath the images are now 15Mb instead of 75Mb, very nice

from pg_tileserv.

asindl avatar asindl commented on July 30, 2024

I have the same problem...

from pg_tileserv.

immocalcul avatar immocalcul commented on July 30, 2024

same trouble here my version is 2.36

from pg_tileserv.

ImreSamu avatar ImreSamu commented on July 30, 2024

Thank you for the correction!
I have tested the pramsey/pg_tileserv:20240123 Docker image, and everything is fine with it!

I have one (non-critical) comment to make, which is that currently, the "latest" and "latest-amd64" versions differ.
https://hub.docker.com/r/pramsey/pg_tileserv/tags

  • pramsey/pg_tileserv:latest Last pushed 5 days ago
  • pramsey/pg_tileserv:latest-amd64 Last pushed an hour ago

If it could be arranged for the two images to match, it would better preserve compatibility.

from pg_tileserv.

pramsey avatar pramsey commented on July 30, 2024

I think I just need to delete the 'latest' tag. It will henceforth be a 'latest-amd64' and 'latest-arm64' (coming shortly)

from pg_tileserv.

ImreSamu avatar ImreSamu commented on July 30, 2024

I think I just need to delete the 'latest' tag. It will henceforth be a 'latest-amd64' and 'latest-arm64' (coming shortly)

Note:
The default Docker tag is now "latest", so the documentation should be updated accordingly.

$ docker pull pramsey/pg_tileserv

Using default tag: latest
Error response from daemon: manifest for pramsey/pg_tileserv:latest not found: manifest unknown: manifest unknown

1.)

On the Docker Hub page https://hub.docker.com/r/pramsey/pg_tileserv ,
the "Overview" section still show the "Docker Pull Command:" docker pull pramsey/pg_tileserv ,
and in the "Overview" example, it uses
docker run -dt -e DATABASE_URL=postgresql://user:pass@host/dbname -p 7800:7800 pramsey/pg_tileserv:latest

2.)

Additionally, in the documentation
https://github.com/CrunchyData/pg_tileserv/blob/master/hugo/content/installation/_index.md ,
the Docker example also appears without a tag, and since there is no longer a "latest" tag,
this will not work and should be corrected.

  • now: docker run -e DATABASE_URL=postgres://user:pass@host/dbname -p 7800:7800 pramsey/pg_tileserv
  • proposed docker run -e DATABASE_URL=postgres://user:pass@host/dbname -p 7800:7800 pramsey/pg_tileserv:latest-amd64

from pg_tileserv.

pramsey avatar pramsey commented on July 30, 2024

PR? 🙏

from pg_tileserv.

crunchyheath avatar crunchyheath commented on July 30, 2024

We could leave the latest tag and make it into a manifest so that it will pull the appropriate image based upon the architecture you are currently on. Just a thought, and it may make it so you don't need to PR this change.

from pg_tileserv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.