OHDSI / Broadsea-Atlasdb

A Postgresql database in a Docker container for OHDSI Atlas/WebAPI
Apache License 2.0
1 stars 4 forks source link

Publish earlier commit as Docker image #4

Closed alondhe closed 1 year ago

alondhe commented 1 year ago

Hi @leeevans -- I think in Docker hub, the v2.0.0 tag (published 3 months ago) has the latest PG 15 docker image. I've been using the 2.0.0 tagged image from before PG was upgraded from PG 11 to PG 15.

Could we release a tag that is something like "v1.0.0" that has this commit? https://github.com/OHDSI/Broadsea-Atlasdb/commit/952205da8c40e3a1adfaa351f309677378545379

leeevans commented 1 year ago

@alondhe I have built and pushed that git tag version to docker hub as 1.0.0

It is available as: docker pull ohdsi/broadsea-atlasdb:1.0.0

That 1.0.0 version is built from the earlier PG-11.1 docker image: FROM postgres:11.1-alpine as data-loader-image

Note. That Postgres 11.1 docker image has a remote code exploit vulnerability. The exploit was resolved in the latest PG-15 docker image and we now use PG-15 in ohdsi/broadsea-atlasdb:2.0.0