{"id":21664394,"url":"https://github.com/wayofdev/docker-postgres","last_synced_at":"2025-04-12T00:16:09.276Z","repository":{"id":104121549,"uuid":"442922653","full_name":"wayofdev/docker-postgres","owner":"wayofdev","description":"Docker images with postgres for local and production environments.","archived":false,"fork":false,"pushed_at":"2024-04-13T20:54:43.000Z","size":517,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T00:16:04.232Z","etag":null,"topics":["ansible","docker","postgres"],"latest_commit_sha":null,"homepage":"https://wayof.dev","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wayofdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"wayofdev"}},"created_at":"2021-12-30T00:16:32.000Z","updated_at":"2023-06-14T19:29:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e647d0c-bc45-43e3-9302-9199795ec018","html_url":"https://github.com/wayofdev/docker-postgres","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-postgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-postgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-postgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-postgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayofdev","download_url":"https://codeload.github.com/wayofdev/docker-postgres/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497818,"owners_count":21113984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","docker","postgres"],"created_at":"2024-11-25T10:37:23.621Z","updated_at":"2025-04-12T00:16:09.244Z","avatar_url":"https://github.com/wayofdev.png","language":"Makefile","readme":"\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/docker-nginx/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/docker-nginx/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://actions-badge.atrox.dev/wayofdev/docker-postgres/goto\"\u003e\u003cimg alt=\"Build Status\" src=\"https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fdocker-postgres%2Fbadge\u0026style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/wayofdev/docker-postgres/tags\"\u003e\u003cimg src=\"https://img.shields.io/github/v/tag/wayofdev/docker-postgres?sort=semver\u0026style=flat-square\" alt=\"Latest Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://hub.docker.com/repository/docker/wayofdev/postgres\"\u003e\u003cimg alt=\"Docker Pulls\" src=\"https://img.shields.io/docker/pulls/wayofdev/postgres?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/wayofdev/docker-postgres.svg?style=flat-square\u0026color=blue\" alt=\"Software License\"/\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg alt=\"Commits since latest release\" src=\"https://img.shields.io/github/commits-since/wayofdev/docker-postgres/latest?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n# Docker Image: PostgreSQL\n\nThis image is used together with [wayofdev/docker-php-dev](https://github.com/wayofdev/docker-php-dev) and other WOD images, to create local development environment for our projects.\n\nHas built in, enabled support for:\n\n* UUID's — covered by uuid-ossp extension\n* ULID's — implemented by [custom extension by Dave Allie](https://blog.daveallie.com/ulid-primary-keys)\n\nIf you **like/use** this repository, please consider **starring** it. Thanks!\n\n![Screenshot](assets/screenshot.png)\n\n## ⚙️ Development\n\nTo install dependencies and start development you can check contents of our `Makefile`\n\n### →  Requirments\n\nFor testing purposes we use **goss** and **dgoss**, follow installation instructions on [their official README](https://github.com/aelsabbahy/goss/blob/master/extras/dgoss/README.md)\n\n\u003cbr\u003e\n\n### → Building locally\n\nGenerating distributable Dockerfiles from yaml source code:\n\n```bash\n$ make generate\n```\n\n\u003cbr\u003e\n\nBuilding default image:\n\n```bash\n$ git clone git@github.com:wayofdev/docker-postgres.git\n$ make build\n```\n\nTo **build** image, **test** it and then **clean** temporary files run:\n\n```bash\n$ make\n```\n\nBuilding all images:\n\n```bash\n$ make build TEMPLATE=\"15-alpine\"\n$ make build TEMPLATE=\"14-alpine\"\n```\n\n\u003cbr\u003e\n\n## 🧪 Testing\n\nTesting default image:\n\n```bash\n$ make test\n```\n\nTo test all images:\n\n```bash\n$ make test TEMPLATE=\"15-alpine\"\n$ make test TEMPLATE=\"14-alpine\"\n```\n\n\u003cbr\u003e\n\n### → Code quality tools\n\nRun **yamllint** to validate all yaml files in project:\n\n```bash\n$ make lint\n```\n\nRun hadolint to validate created Dockerfiles:\n\n```bash\n$ make hadolint\n```\n\n\u003cbr\u003e\n\n## 🤝 License\n\n[![Licence](https://img.shields.io/github/license/wayofdev/docker-postgres?style=for-the-badge\u0026color=blue)](./LICENSE)\n\n\u003cbr\u003e\n\n## 🙆🏼‍♂️ Author Information\n\nThis repository was created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev).\n\n\u003cbr\u003e\n\n## 🫡 Contributors\n\n\u003cimg align=\"left\" src=\"https://img.shields.io/github/contributors-anon/wayofdev/docker-postgres?style=for-the-badge\"/\u003e\n\n\u003ca href=\"https://github.com/wayofdev/docker-nginx/graphs/contributors\"\u003e\n  \u003cimg src=\"https://opencollective.com/wod/contributors.svg?width=890\u0026button=false\"\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\n\n","funding_links":["https://github.com/sponsors/wayofdev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Fdocker-postgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayofdev%2Fdocker-postgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Fdocker-postgres/lists"}