{"id":28922159,"url":"https://github.com/fontebasso/docker-alpine-dumpenv","last_synced_at":"2026-04-29T19:32:32.256Z","repository":{"id":49260833,"uuid":"257072633","full_name":"fontebasso/docker-alpine-dumpenv","owner":"fontebasso","description":"This project is container includes the https://pypi.org/project/dump-env/ binary for creating dotenv files","archived":false,"fork":false,"pushed_at":"2021-06-21T14:00:03.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T07:44:17.684Z","etag":null,"topics":["container","docker","dotenv","dump-env","env","python"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/fontebasso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-19T18:26:16.000Z","updated_at":"2021-06-21T13:59:48.000Z","dependencies_parsed_at":"2022-08-29T20:02:07.594Z","dependency_job_id":null,"html_url":"https://github.com/fontebasso/docker-alpine-dumpenv","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fontebasso/docker-alpine-dumpenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontebasso%2Fdocker-alpine-dumpenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontebasso%2Fdocker-alpine-dumpenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontebasso%2Fdocker-alpine-dumpenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontebasso%2Fdocker-alpine-dumpenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fontebasso","download_url":"https://codeload.github.com/fontebasso/docker-alpine-dumpenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontebasso%2Fdocker-alpine-dumpenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["container","docker","dotenv","dump-env","env","python"],"created_at":"2025-06-22T07:38:19.383Z","updated_at":"2026-04-29T19:32:32.252Z","avatar_url":"https://github.com/fontebasso.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fontebasso/dumpenv\r\n\r\nThis container includes the [dump-env](https://pypi.org/project/dump-env/) binary for creating dotenv files\r\n\r\n## Getting Started\r\n\r\nThis quick demo will demonstrate the main and the only purpose of dump-env:\r\n\r\n```shell\r\n$ docker run -v $PWD:/app fontebasso/dumpenv:1.0.0 --template=.env.template --prefix='SECRET_ENV_' \u003e .env\r\n```\r\n\r\nThis command will:\r\n\r\n1. take `.env.template`\r\n2. parse its keys and values\r\n3. read and all the variables from the environment starting with `SECRET_ENV_`\r\n4. remove this prefix\r\n5. mix it all together, environment vars may override ones from the template\r\n6. sort keys in alphabetic order\r\n7. dump all the keys and values into the .env file\r\n\r\nFor more instructions, access https://pypi.org/project/dump-env\r\n\r\n### Prerequisities\r\n\r\nIn order to run this container you'll need docker installed.\r\n\r\n* [Windows](https://docs.docker.com/windows/started)\r\n* [OS X](https://docs.docker.com/mac/started/)\r\n* [Linux](https://docs.docker.com/linux/started/)\r\n\r\n#### Volumes\r\n\r\n* `/app` - directory that the container starts the dump-env\r\n\r\n## Built With\r\n\r\n* alpine 3.14\r\n* dump-env 1.3.0\r\n\r\n## Find Us\r\n\r\n* [GitHub](https://github.com/fontebasso/docker-alpine-dumpenv)\r\n\r\n## Contributing\r\n\r\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\r\n\r\n## Versioning\r\n\r\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the \r\n[tags on this repository](https://github.com/fontebasso/docker-alpine-dumpenv/tags). \r\n\r\n## Authors\r\n\r\n* **Samuel Fontebasso** - *Initial work* - [fontebasso](https://github.com/fontebasso)\r\n\r\nSee also the list of [contributors](https://github.com/fontebasso/docker-alpine-dumpenv/contributors) who participated in this project.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Acknowledgments\r\n\r\n* [Thomas Güttler](https://github.com/guettli) for having started building the awesome dump-env package\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffontebasso%2Fdocker-alpine-dumpenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffontebasso%2Fdocker-alpine-dumpenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffontebasso%2Fdocker-alpine-dumpenv/lists"}