{"id":16583058,"url":"https://github.com/mazgi/container-images","last_synced_at":"2026-05-29T18:31:00.238Z","repository":{"id":41954585,"uuid":"253117738","full_name":"mazgi/container-images","owner":"mazgi","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-18T10:48:54.000Z","size":323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T01:45:10.502Z","etag":null,"topics":["docker-image","docker-images","dockerfile","dockerfiles"],"latest_commit_sha":null,"homepage":"","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/mazgi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["mazgi"],"patreon":"mazgi"}},"created_at":"2020-04-04T23:23:25.000Z","updated_at":"2026-03-18T10:48:57.000Z","dependencies_parsed_at":"2024-06-26T16:57:27.179Z","dependency_job_id":"0779218e-793d-40cc-8dd5-eb17e49c52d1","html_url":"https://github.com/mazgi/container-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mazgi/container-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazgi%2Fcontainer-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazgi%2Fcontainer-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazgi%2Fcontainer-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazgi%2Fcontainer-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazgi","download_url":"https://codeload.github.com/mazgi/container-images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazgi%2Fcontainer-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33666290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker-image","docker-images","dockerfile","dockerfiles"],"created_at":"2024-10-11T22:34:50.706Z","updated_at":"2026-05-29T18:31:00.219Z","avatar_url":"https://github.com/mazgi.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/mazgi","https://patreon.com/mazgi"],"categories":[],"sub_categories":[],"readme":"# container-images\n\nMy Dockerfile and related resources.\n\n| Language | Build Status                                                                                                                                                                                                               | Container Images                                                                                                          |\n| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |\n| Go       | [![go-app.development](https://github.com/mazgi/container-images/actions/workflows/go-app.development.yaml/badge.svg)](https://github.com/mazgi/container-images/actions/workflows/go-app.development.yaml)                | [ghcr.io/mazgi/go-app.development](https://github.com/mazgi/container-images/pkgs/container/go-app.development)           |\n| Node.js  | [![node-webapp.development](https://github.com/mazgi/container-images/actions/workflows/node-webapp.development.yaml/badge.svg)](https://github.com/mazgi/container-images/actions/workflows/node-webapp.development.yaml) | [ghcr.io/mazgi/node-webapp.development](https://github.com/mazgi/container-images/pkgs/container/node-webapp.development) |\n\n## How to Use\n\n### Write out your IDs and information in the .env file\n\nIf you have an old `.env` file, you are able to reset it by removing it.\n\n```console\nrm -f .env\n```\n\n:information_source: If you are using Linux, write out UID, GID, and GID for the `docker` group, into the `.env` file to let that as exported on Docker Compose as environment variables.\n\n```console\ntest $(uname -s) = 'Linux' \u0026\u0026 {\n  echo -e \"DOCKER_GID=$(getent group docker | cut -d : -f 3)\"\n  echo -e \"GID=$(id -g)\"\n  echo -e \"UID=$(id -u)\"\n} \u003e\u003e .env || :\n```\n\n## Supplementary Information\n\n### Environment Variable Names\n\nEnvironment variable names and uses are as follows.\n\n| Name       | Required on Linux | Value                                                                                                                                   |\n| ---------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- |\n| UID        | **Yes**           | This ID number is used as UID for your Docker user, so this ID becomes the owner of all files and directories created by the container. |\n| GID        | **Yes**           | The same as the above UID.                                                                                                              |\n| DOCKER_GID | **Yes**           | This ID number is used to provide permission to read and write your docker socket on your local machine from your container.            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazgi%2Fcontainer-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazgi%2Fcontainer-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazgi%2Fcontainer-images/lists"}