Re: 9.6 Beta 1 coming this Thursday

From: Joseph Ferguson <joe(at)infosiftr(dot)com>
To: Jignesh Shah <jkshah(at)gmail(dot)com>
Cc: Josh berkus <josh(at)agliodbs(dot)com>, Postgres-Docker Mailing List <pgsql-pkg-docker(at)postgresql(dot)org>
Subject: Re: 9.6 Beta 1 coming this Thursday
Date: 2016-05-10 20:12:48
Message-ID: CAF3-kPHQSwwem==YJhPzttv7pwTceRPO_Tgaxi1gnb7y4vRCQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-docker

Jignesh,

Short answer, Yes.

Here is the process for the image being available on the Docker Hub:
- PR to update docker-library/postgres
- travis builds images and runs a couple tests, [1] and [2] from
official-images
- merge postgres PR
- make PR to update commit ids in docker-library/official-images
- we use generate-stackbrew-library.sh to create the "library" file
- ie, ./generate-stackbrew-library.sh > ../official-images/library/postgres
- build and run tests with 'test-pr.sh' in official-images
- merge PR and server builds and pushes to Docker Hub

You can be as involved in making these two PRs as you like. Sometimes
we get a little behind on the "making PRs to official-images". If you
are wanting it faster, feel free to make that PR once the update PR to
postgres is merged.

Joe Ferguson

[1] https://github.com/docker-library/official-images/tree/master/test/tests/postgres-basics
[2] https://github.com/docker-library/official-images/tree/master/test/tests/postgres-initdb

In response to

Responses

Browse pgsql-pkg-docker by date

  From Date Subject
Next Message apt.postgresql.org repository 2016-05-12 13:06:33 postgresql-9.6 updated to version 9.6~beta1-1.pgdg+1
Previous Message Jignesh Shah 2016-05-10 00:16:19 Re: 9.6 Beta 1 coming this Thursday