Skip to content

Add 19.x builds (currently beta 1)#1415

Merged
tianon merged 1 commit into
docker-library:masterfrom
infosiftr:19-rc
Jun 5, 2026
Merged

Add 19.x builds (currently beta 1)#1415
tianon merged 1 commit into
docker-library:masterfrom
infosiftr:19-rc

Conversation

@yosifkit
Copy link
Copy Markdown
Member

@yosifkit yosifkit commented Jun 4, 2026

@andyatkinson
Copy link
Copy Markdown

@yosifkit Is there a way to point to this and provide an image name so I can run a Postgres 19.1 RC1 with Docker locally? Thanks.

@yosifkit
Copy link
Copy Markdown
Member Author

yosifkit commented Jun 5, 2026

Yeah, that'll be something like one of the below and you'll have a postgres:19beta1-trixie locally.

$ docker buildx build -t postgres:19beta1-trixie 'https://github.com/infosiftr/postgres.git#19-rc:19/trixie'
$ # alternatively using the PR as the reference
$ docker buildx build -t postgres:19beta1-trixie 'https://github.com/docker-library/postgres.git#refs/pull/1415/merge:19/trixie'

@andyatkinson
Copy link
Copy Markdown

Thank you @yosifkit, up and running:

I ran:

docker buildx build -t postgres:19beta1-trixie 'https://github.com/infosiftr/postgres.git#19-rc:19/trixie'

Then I ran:

docker run \
  --name pg19 \
  --env POSTGRES_USER=postgres \
  --env POSTGRES_PASSWORD=postgres \
  --detach postgres:19beta1-trixie

And connected to psql via:

docker container exec -it pg19 psql -U postgres

psql (19beta1 (Debian 19~beta1-1.pgdg13+1))
Type "help" for help.

postgres=#

@tianon tianon merged commit 3248583 into docker-library:master Jun 5, 2026
38 checks passed
@tianon tianon deleted the 19-rc branch June 5, 2026 22:46
yosifkit pushed a commit to docker-library/official-images that referenced this pull request Jun 6, 2026
Changes:

- docker-library/postgres@3248583: Add 19 beta 1 (docker-library/postgres#1415)

Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants