Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL as a Windows Container #505

Closed
stellirin opened this issue Sep 28, 2018 · 1 comment
Closed

PostgreSQL as a Windows Container #505

stellirin opened this issue Sep 28, 2018 · 1 comment
Labels
Request Request for image modification or feature

Comments

@stellirin
Copy link

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!

@wglambert wglambert added the Request Request for image modification or feature label Sep 28, 2018
@tianon
Copy link
Member

tianon commented Sep 28, 2018

Duplicate of #324. 😉

@tianon tianon closed this as completed Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

3 participants