wglambert
wglambert
I can reproduce, I made an issue with a single quote in the subject field and the gantt chart png would give an http 500 error And editing the issue...
https://github.com/docker-library/openjdk/issues/35#issuecomment-102191500 You're right, it was in the image because of its usefulness and being so small at less than 1 mB
I think it's an innocuous error? We have seen this error a few times https://github.com/docker-library/tomcat/issues/35 https://github.com/docker-library/tomcat/issues/128#issuecomment-411636133 Comparing the hosted webpage for root and non-root they both give a 404 (due...
`Unable to obtain connection from database (jdbc:postgresql://@:5432/) for user ''` Are the `` and `` verbatim or are they sanitized like that?
Yeah not sure why the init script isn't actually doing the `CREATE EXTENSION`. But it will persist through restart after manually doing `CREATE EXTENSION IF NOT EXISTS postgis;` Also tried...
Upstream only has a handful of officially built architectures https://github.com/docker-library/postgres/blob/e483778176ca34bcbe83ee17000820d4f6e64c28/13/bullseye/Dockerfile#L98-L101 Architectures not on the list are built from source https://github.com/docker-library/postgres/blob/e483778176ca34bcbe83ee17000820d4f6e64c28/13/bullseye/Dockerfile#L106-L108
Do a `chown -R 999 ./db-data/`
Looks like a few people are running into this https://github.com/docker/for-mac/issues/6270#issuecomment-1138663903 One user said just letting it run will eventually succeed
https://github.com/docker-library/golang/issues/305#issuecomment-559304596 >I think the general consensus for usage of this repo is that it typically wouldn't be your runtime base and you'd use it more for building your project and...
Yeah the other *repo's* don't fall into the same category as this particular one. Obviously there's a tremendous number of great usecases for using the Official Images in production and...