{"id":20532111,"url":"https://github.com/monogramm/docker-template","last_synced_at":"2025-04-14T06:31:46.469Z","repository":{"id":37643961,"uuid":"225049827","full_name":"Monogramm/docker-template","owner":"Monogramm","description":":whale: :clipboard: Template repository for docker containers.","archived":false,"fork":false,"pushed_at":"2024-04-14T19:59:46.000Z","size":107,"stargazers_count":2,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T21:45:43.203Z","etag":null,"topics":["docker","template"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Monogramm.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-30T17:55:19.000Z","updated_at":"2024-06-22T15:12:51.924Z","dependencies_parsed_at":"2023-01-21T07:15:16.906Z","dependency_job_id":"f91c2eef-59e3-4b99-ac31-7245a8b293b1","html_url":"https://github.com/Monogramm/docker-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monogramm","download_url":"https://codeload.github.com/Monogramm/docker-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248833517,"owners_count":21168878,"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":["docker","template"],"created_at":"2024-11-16T00:12:58.000Z","updated_at":"2025-04-14T06:31:46.427Z","avatar_url":"https://github.com/Monogramm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n\nTemplate variables to replace in ALL files:\n* __app_name__: Name of the application\n* __app_owner_slug__: GitHub Owner of the original application\n* __app_slug__: GitHub slug of the original application\n* __app_uppercase_slug__: Uppercase value of the GitHub slug\n* __app_description__: Application description\n* __app_url__: Application URL\n* __app_vendor_name__: Name of the Application vendor\n\nAfter replacing all variables:\n* Edit `update.sh` to edit how to retrieve the application latest versions and how to generate images\n* Edit `template/docker-compose_*.yml` to configure your Docker environment for CI\n* Edit `template/test` content for DockerHub custom tests\n\n--\u003e\n\n[![License: AGPL v3][uri_license_image]][uri_license]\n[![Docs](https://img.shields.io/badge/Docs-Github%20Pages-blue)](https://monogramm.github.io/__app_slug__/)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Monogramm/docker-__app_slug__/Docker%20Image%20CI)](https://github.com/Monogramm/docker-__app_slug__/actions)\n[![Build Status](https://travis-ci.org/Monogramm/docker-__app_slug__.svg)](https://travis-ci.org/Monogramm/docker-__app_slug__)\n[![Docker Automated buid](https://img.shields.io/docker/cloud/build/monogramm/docker-__app_slug__.svg)](https://hub.docker.com/r/monogramm/docker-__app_slug__/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/monogramm/docker-__app_slug__.svg)](https://hub.docker.com/r/monogramm/docker-__app_slug__/)\n[![Docker Version](https://images.microbadger.com/badges/version/monogramm/docker-__app_slug__.svg)](https://microbadger.com/images/monogramm/docker-__app_slug__)\n[![Docker Size](https://images.microbadger.com/badges/image/monogramm/docker-__app_slug__.svg)](https://microbadger.com/images/monogramm/docker-__app_slug__)\n[![GitHub stars](https://img.shields.io/github/stars/Monogramm/docker-__app_slug__?style=social)](https://github.com/Monogramm/docker-__app_slug__)\n\n# **__app_name__** Docker image\n\nDocker image for **__app_name__**.\n\n:construction: **This image is still in development!**\n\n## What is **__app_name__**\n\n__app_description__\n\n\u003e [**__app_name__**](__app_url__)\n\n## Supported tags\n\n[Dockerhub monogramm/docker-__app_slug__](https://hub.docker.com/r/monogramm/docker-__app_slug__/)\n\n\u003c!-- \u003eDocker Tags --\u003e\n\n-   1.0.0-debian 1.0-debian debian  (`images/1.0/debian/Dockerfile`)\n-   1.0.0-alpine 1.0-alpine alpine 1.0.0 1.0 latest  (`images/1.0/alpine/Dockerfile`)\n\n\u003c!-- \u003cDocker Tags --\u003e\n\n## How to run this image\n\n\u003c!--\n    If based on official images, refer to official doc:\n\nSee **__app_name__** base image documentation for details.\n\n\u003e [**__app_name__** GitHub](https://github.com/__app_owner_slug__/__app_slug__)\n\n\u003e [**__app_name__** DockerHub](https://hub.docker.com/r/__app_owner_slug__/docker-__app_slug__-base/)\n\n--\u003e\n\n## Questions / Issues\n\nIf you got any questions or problems using the image, please visit our [Github Repository](https://github.com/Monogramm/docker-__app_slug__) and write an issue.\n\n[uri_license]: http://www.gnu.org/licenses/agpl.html\n\n[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Fdocker-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonogramm%2Fdocker-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Fdocker-template/lists"}