Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container is no longer being pushed (it's stuck on 0.45) #931

Closed
simonw opened this issue Aug 12, 2020 · 7 comments
Closed

Docker container is no longer being pushed (it's stuck on 0.45) #931

simonw opened this issue Aug 12, 2020 · 7 comments
Labels

Comments

@simonw
Copy link
Owner

simonw commented Aug 12, 2020

e.g. https://travis-ci.org/github/simonw/datasette/jobs/717123725

Here's how it broke:

--2020-08-12 03:08:17--  https://www.gaia-gis.it/gaia-sins/freexl-1.0.5.tar.gz
Resolving www.gaia-gis.it (www.gaia-gis.it)... 212.83.162.51
Connecting to www.gaia-gis.it (www.gaia-gis.it)|212.83.162.51|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-08-12 03:08:18 ERROR 404: Not Found.
The command '/bin/sh -c wget "https://www.gaia-gis.it/gaia-sins/freexl-1.0.5.tar.gz" && tar zxf freexl-1.0.5.tar.gz     && cd freexl-1.0.5 && ./configure && make && make install' returned a non-zero code: 8
The command "docker build -f Dockerfile -t $REPO:$TRAVIS_TAG ." exited with 8.
0.07s$ docker tag $REPO:$TRAVIS_TAG $REPO:latest
Error response from daemon: No such image: [secure]/datasette:0.47.1
The command "docker tag $REPO:$TRAVIS_TAG $REPO:latest" exited with 1.
0.08s$ docker push $REPO
The push refers to repository [docker.io/[secure]/datasette]
An image does not exist locally with the tag: [secure]/datasette
The command "docker push $REPO" exited with 1.
cache.2
store build cache
@simonw
Copy link
Owner Author

simonw commented Aug 12, 2020

@simonw
Copy link
Owner Author

simonw commented Aug 12, 2020

Looks like SpatiaLite released new versions: https://www.gaia-gis.it/fossil/freexl/index says "Sources: current version is 1.0.6 (released on 2020-08-02)" and links to http://www.gaia-gis.it/gaia-sins/freexl-1.0.6.tar.gz

@simonw
Copy link
Owner Author

simonw commented Aug 12, 2020

Project news here: https://groups.google.com/g/spatialite-users/c/8AG3hQzXDmo

FreeXL

the current stable version is now 1.0.6
(supporting few minor bug fixes and refreshed
build scripts)
DONE: no further development is expected in
the near future.

http://www.gaia-gis.it/gaia-sins/freexl-1.0.6.tar.gz
http://www.gaia-gis.it/gaia-sins/freexl-1.0.6.zip

ReadOSM

the current stable version is now 1.1.0a
(supporting few minor bug fixes and refreshed
build scripts)
DONE: no further development is expected in
the near future.

http://www.gaia-gis.it/gaia-sins/readosm-1.1.0a.tar.gz
http://www.gaia-gis.it/gaia-sins/readosm-1.1.0a.zip

VirtualPG

the current stanle version is now 2.0.0
(supporting few minor bug fixes and refreshed
build scripts)
DONE: no further development is expected in
the near future.

http://www.gaia-gis.it/gaia-sins/virtualpg-2.0.0.tar.gz
http://www.gaia-gis.it/gaia-sins/virtualpg-2.0.0.zip

libspatialite

5.0.0 Release Candidate 1 (RC1) is now ready
to become a stable release.
I'll simply wait for more or less a week so to
allow for a reasonable community testing; if
no critical issue will be reported in the meanwhile
I'll go ASAP to release 5.0.0 "stable"

http://www.gaia-gis.it/gaia-sins/libspatialite-5.0.0-RC1.tar.gz
http://www.gaia-gis.it/gaia-sins/libspatialite-5.0.0-RC1.zip

librasterlite2

still under active development.
a very relevant milestone has been achieved,
now the DB layout required for fully integrating
libspatialte and librasterlie2 is definetely
consolidated, no further changes are expected.

http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/librasterlite2-1.1.0-beta1.tar.gz
http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/librasterlite2-1.1.0-beta1.zip

more development activity is still required for
fully implementing SQL-driven graphic rendering
of both Vector and Raster Coverages based on
standard SLD/SE styles.

a reasonable estimate is two man-month (and
not necessarily one development month equals
one calendar month)

spatialite_gui

the GUI tool is expected to take full profit from
the advanced features of RasterLite2 so to
become a complete self-contained GIS viewer
with map editing capabilities.

consequently it wiil surely be the last
member of the SpatiaLite family to be
released in a final stable form.
several transient development versions
will be possibly released so to closely
follow the evolution of RasterLite2.

http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/spatialite_gui-2.1.0-beta1.tar.gz
http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/spatialite_gui-2.1.0-beta1.zip

@simonw
Copy link
Owner Author

simonw commented Aug 12, 2020

@simonw
Copy link
Owner Author

simonw commented Aug 12, 2020

I changed the Dockerfile and built it on my laptop using:

docker build -f Dockerfile -t datasette-updated-spatialite .

@simonw
Copy link
Owner Author

simonw commented Aug 12, 2020

docker run -p 8001:8001 -v `pwd`:/mnt \                     
  datasette-updated-spatialite \
  datasette -p 8001 -h 0.0.0.0 /mnt/fixtures.db --load-extension=/usr/local/lib/mod_spatialite.so

This seems to work /-/versions reports the SpatiaLite versions as expected:

        "extensions": {
            "json1": null,
            "spatialite": "4.4.0-RC0"
        },

simonw added a commit that referenced this issue Aug 12, 2020
@simonw
Copy link
Owner Author

simonw commented Aug 12, 2020

@simonw simonw closed this as completed Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant