Opened 5 years ago
Closed 2 years ago
#4587 closed defect (fixed)
dronie docker images proj needs to be upgraded
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
Just noticed the docker images used by dronie and gitlab are running proj 4.8.0.
These will break as soon as
https://github.com/postgis/postgis/pull/513
is committed
Change History (6)
comment:1 by , 5 years ago
comment:2 by , 4 years ago
We are using alpine now for at least PG12. Need to do the same for the others then we can close this out.
comment:3 by , 4 years ago
Component: | build/upgrade/install → buildbots |
---|---|
Milestone: | PostGIS 3.1.0 → PostGIS 3.2.0 |
Owner: | changed from | to
comment:4 by , 3 years ago
Milestone: | PostGIS 3.2.0 → Website Management, Bots |
---|
comment:5 by , 3 years ago
I think this may have already happened with our last batch up docker image upgrades.
comment:6 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I did a new docker build, since 3.4.0 needs a newer proj. That should take care of this
Note:
See TracTickets
for help on using tickets.
This is the Dockerfile for what we're using to test master: https://git.osgeo.org/gitea/postgis/postgis-docker/src/branch/master/build-test/Dockerfile.trisquel2
If anyone wants to have a try at upgrading proj send a pull-request there (or push directly).
I'd also love to switch from Trisquel to a smaller image, like Alpine, if anyone wants to try that.