Skip to content

PostgreSQL as a Windows Container #505

Closed
@stellirin

Description

@stellirin

Hi,

This week I wrote a repository to create a PostgreSQL container image based on the Windows platform. Specifically, the image is based on microsoft/nanoserver, version 1803 (the latest).

The container image uses the BigSQL distribution of PostgreSQL, which is one of the two official distributions found on the PostgeSQL for Windows download page.

I used the official Dockerfile and docker-entrypoint.sh as inspiration for building functionality, so with this container image you can (probably) do everything that is possible with the Linux based container image.

I have tested the image against a proprietary enterprise Java application, and all appears to be working well.

I have seen some interest by others for a Windows based PostgreSQL container image, so I'm willing to contribute the files in my repository to this project.

My repository is found at stellirin/docker-postgres-windows

Please take a look at my project and provide feedback. No doubt there will be several issues to work through before we can merge something into this project, but it is something I have a strong motivation to achieve.

Some general topics I can think of:

  1. Do we really want to use the BigSQL distribution or compile it independently?
  2. Are there any Windows specific functionalities we can take advantage of?
  3. How can we reconcile the differences in the Dockerfile and docker-entrypoint.cmd? Should we?

Thanks!

Activity

added
RequestRequest for image modification or feature
on Sep 28, 2018
tianon

tianon commented on Sep 28, 2018

@tianon
Member

Duplicate of #324. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    RequestRequest for image modification or feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tianon@stellirin@wglambert

        Issue actions

          PostgreSQL as a Windows Container · Issue #505 · docker-library/postgres