{"id":21279151,"url":"https://github.com/jgphilpott/docker-images","last_synced_at":"2026-02-21T11:02:18.642Z","repository":{"id":112129098,"uuid":"304710894","full_name":"jgphilpott/docker-images","owner":"jgphilpott","description":"A repository to share my docker images.","archived":false,"fork":false,"pushed_at":"2024-09-17T10:50:03.000Z","size":504,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T00:32:24.978Z","etag":null,"topics":["docker","docker-images","flask","node","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repositories/jgphilpott","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/jgphilpott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-10-16T18:40:17.000Z","updated_at":"2024-09-17T10:50:06.000Z","dependencies_parsed_at":"2024-09-18T18:48:48.579Z","dependency_job_id":null,"html_url":"https://github.com/jgphilpott/docker-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jgphilpott/docker-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fdocker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fdocker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fdocker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fdocker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgphilpott","download_url":"https://codeload.github.com/jgphilpott/docker-images/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fdocker-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"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":["docker","docker-images","flask","node","raspberry-pi"],"created_at":"2024-11-21T10:20:05.935Z","updated_at":"2026-02-21T11:02:18.624Z","avatar_url":"https://github.com/jgphilpott.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"250\" height=\"250\" src=\"https://raw.githubusercontent.com/jgphilpott/docker-images/master/icon.jpeg\"\u003e\n\u003c/p\u003e\n\n# Intro\n\nA [Docker Image](https://docs.docker.com/glossary/#image) is a layered collection of software packages used to create a [Docker Container](https://docs.docker.com/glossary/#container). Only software packages installed on an image will be available for use inside the corresponding container.\n\n# Contents\n\n### [Flask Series](https://hub.docker.com/r/jgphilpott/flask-pack)\n\nA collection of software packages commonly used in Flask applications.\n\n - [Flask Pack Mini](https://github.com/jgphilpott/docker-images/tree/master/flask-series/flask-pack-mini) - The lightweight version.\n - [Flask Pack Base](https://github.com/jgphilpott/docker-images/tree/master/flask-series/flask-pack-base) - The standard version.\n - [Flask Pack Plus](https://github.com/jgphilpott/docker-images/tree/master/flask-series/flask-pack-plus) - The heavy duty version.\n\n### [Node Series](https://hub.docker.com/r/jgphilpott/node-pack)\n\nA collection of software packages commonly used in Node applications.\n\n - [Node Pack Mini](https://github.com/jgphilpott/docker-images/tree/master/node-series/node-pack-mini) - The lightweight version.\n - [Node Pack Base](https://github.com/jgphilpott/docker-images/tree/master/node-series/node-pack-base) - The standard version.\n - [Node Pack Plus](https://github.com/jgphilpott/docker-images/tree/master/node-series/node-pack-plus) - The heavy duty version.\n\n### [Pi Series](https://hub.docker.com/r/jgphilpott/pi-pack)\n\nA collection of software packages commonly used in Raspberry Pi projects.\n\n - [Pi Pack Mini](https://github.com/jgphilpott/docker-images/tree/master/pi-series/pi-pack-mini) - The lightweight version.\n - [Pi Pack Base](https://github.com/jgphilpott/docker-images/tree/master/pi-series/pi-pack-base) - The standard version.\n - [Pi Pack Plus](https://github.com/jgphilpott/docker-images/tree/master/pi-series/pi-pack-plus) - The heavy duty version.\n\n# Publishing\n\nIf you need any help publishing your docker images to [Docker Hub](https://hub.docker.com) read [this](https://docs.docker.com/docker-hub/repos) or see the steps below. For publishing docker images to [GitHub](https://github.com) read [this](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).\n\n### Step 1 - Login\n\n`docker login`\n\n### Step 2 - Build Image\n\n`docker build . -t \u003cIMAGE_NAME\u003e`\n\n### Step 3 - Tag Image\n\n`docker tag \u003cIMAGE_ID\u003e \u003cUSERNAME\u003e/\u003cREPOSITORY\u003e:\u003cTAG\u003e`\n\n### Step 4 - Push Image\n\n`docker push \u003cUSERNAME\u003e/\u003cREPOSITORY\u003e:\u003cTAG\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgphilpott%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgphilpott%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgphilpott%2Fdocker-images/lists"}