{"id":18247830,"url":"https://github.com/samyarsadat/docker-images","last_synced_at":"2026-05-02T04:34:00.607Z","repository":{"id":241807362,"uuid":"805284620","full_name":"samyarsadat/Docker-Images","owner":"samyarsadat","description":"This repository contains all of my custom Docker images.","archived":false,"fork":false,"pushed_at":"2025-01-18T13:27:29.000Z","size":243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T15:34:47.335Z","etag":null,"topics":["docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samyarsadat.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},"funding":null},"created_at":"2024-05-24T08:58:01.000Z","updated_at":"2025-01-18T13:27:31.000Z","dependencies_parsed_at":"2024-08-26T19:05:52.802Z","dependency_job_id":"6b540717-c21e-4160-acb2-57f16c1ab6ac","html_url":"https://github.com/samyarsadat/Docker-Images","commit_stats":null,"previous_names":["samyarsadat/docker-images"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyarsadat%2FDocker-Images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyarsadat%2FDocker-Images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyarsadat%2FDocker-Images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyarsadat%2FDocker-Images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samyarsadat","download_url":"https://codeload.github.com/samyarsadat/Docker-Images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247917812,"owners_count":21018006,"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","docker-image"],"created_at":"2024-11-05T09:33:54.779Z","updated_at":"2026-05-02T04:34:00.592Z","avatar_url":"https://github.com/samyarsadat.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDocker Images\u003c/h1\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n\t\u003cbr\u003e\r\n\t\u003ca href=\"https://www.docker.com/\"\u003e\u003cimg src=\"https://github.com/samyarsadat/Docker-Images/raw/main/.github/images/docker-logo-blue.png\"\u003e\u003c/a\u003e\r\n\t\u003cbr\u003e\u003cbr\u003e\r\n\t\u003ca href=\"https://github.com/samyarsadat/Docker-Images/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/samyarsadat/Docker-Images?color=blue\"\u003e\u003c/a\u003e\r\n\t|\r\n\t\u003ca href=\"https://github.com/samyarsadat/Docker-Images/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/samyarsadat/Docker-Images\"\u003e\u003c/a\u003e\r\n\t\u003cbr\u003e\u003cbr\u003e\r\n\u003c/p\u003e\r\n\r\n\r\n----\r\nThis repository contains all of my custom base and service-specific Docker images.\\\r\nBase images are generic. They have a few standard packages installed but are otherwise non-specific.\\\r\nService images are for a specific use case. They are not meant to be generic.\r\n\r\n\u003cbr\u003e\r\n\r\n### Repository Structure\r\nService images are in `/service_images` and base images in `/base_images`.\\\r\nEach image in these directories may contain several Dockerfiles for each version of the image.\\\r\nFor instance, `/base_images/default_ubuntu` may contain one Dockerfile named `Dockerfile_22-04` and another named `Dockerfile_24-04` for Ubuntu 22.04 and Ubuntu 24.04 versions respectively.\r\n\r\n\u003cbr\u003e\r\n\r\n### Docker Hub\r\n**Base Images**: _https://hub.docker.com/r/samyarsadat/custom_base_images_ \\\r\n**Service Images**: _https://hub.docker.com/r/samyarsadat/service_images_\r\n\r\n\u003cbr\u003e\r\n\r\n### List of Docker Images\r\n| Name                    | Description                                       | Tags                                                                                                  | Architectures                | Docker Hub Repository     |\r\n| ----------------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------- | ------------------------- |\r\n| `default_alpine`        | Default Alpine Linux images                       | `default-alpine-latest`                                                                               | `linux/amd64`, `linux/arm64` | `custom_base_images`      |\r\n| `default_ubuntu`        | Default Ubuntu images                             | `default-ubuntu-22.04`,\u003cbr\u003e `default-ubuntu-24.04`                                                    | `linux/amd64`, `linux/arm64` | `custom_base_images`      |\r\n| `base_ros`              | Default ROS Base images                           | `base-ros-humble`,\u003cbr\u003e `base-ros-jazzy`                                                               | `linux/amd64`, `linux/arm64` | `custom_base_images`      |\r\n| `base_ros_vulcanexus`   | Default ROS Base images w/ Vulcanexus             | `base-ros-vulcanexus-humble`,\u003cbr\u003e `base-ros-vulcanexus-jazzy`                                         | `linux/amd64`, `linux/arm64` | `custom_base_images`      |\r\n| `desktop_full_ros`      | Default ROS Full Desktop w/ Gazebo images         | `desktop-full-ros-humble`,\u003cbr\u003e `desktop-full-ros-jazzy`                                               | `linux/amd64`                | `custom_base_images`      |\r\n| `serverpi_caddy`        | The Caddy V2 image that is used by ServerPi       | `serverpi-caddy-latest`                                                                               | `linux/amd64`, `linux/arm64` | `service_images`          |\r\n| `pico_build_action`     | Raspberry Pi Pico GitHub build action image       | `pico-build-action-latest`                                                                            | `linux/amd64`, `linux/arm64` | `service_images`          |\r\n| `microros_build_action` | MicroROS GitHub build action image                | `microros-build-action-latest`,\u003cbr\u003e `microros-build-action-humble`,\u003cbr\u003e `microros-build-action-jazzy` | `linux/amd64`, `linux/arm64` | `service_images`          |\r\n| `excalidraw_arm64`      | Excalidraw image for ARM64                        | `excalidraw-arm64-latest`                                                                             | `linux/arm64`                | `service_images`          |\r\n\r\n\u003cbr\u003e\r\n\r\n### Status\r\n[![Push base images to Docker Hub](https://github.com/samyarsadat/Docker-Images/actions/workflows/push_base_images.yml/badge.svg)](https://github.com/samyarsadat/Docker-Images/actions/workflows/push_base_images.yml)\r\n\u003cbr\u003e\r\n[![Push service images to Docker Hub](https://github.com/samyarsadat/Docker-Images/actions/workflows/push_service_images.yml/badge.svg)](https://github.com/samyarsadat/Docker-Images/actions/workflows/push_service_images.yml)\r\n\u003cbr\u003e\r\n[![Analyze all BASE images](https://github.com/samyarsadat/Docker-Images/actions/workflows/analyze_base_images.yml/badge.svg)](https://github.com/samyarsadat/Docker-Images/actions/workflows/analyze_base_images.yml)\r\n\u003cbr\u003e\r\n[![Analyze all SERVICE images](https://github.com/samyarsadat/Docker-Images/actions/workflows/analyze_service_images.yml/badge.svg)](https://github.com/samyarsadat/Docker-Images/actions/workflows/analyze_service_images.yml)\r\n\r\n\u003cbr\u003e\r\n\r\n## Contact\r\nYou can contact me via e-mail.\\\r\nE-mail: samyarsadat@gigawhat.net\r\n\r\nIf you think that you have found a bug or issue please report it \u003ca href=\"../../issues\"\u003ehere\u003c/a\u003e.\r\n\r\n\u003cbr\u003e\r\n\r\n## Credits\r\n| Role           | Name                                                             |\r\n| -------------- | ---------------------------------------------------------------- |\r\n| Maintainer     | \u003ca href=\"https://github.com/samyarsadat\"\u003eSamyar Sadat Akhavi\u003c/a\u003e |\r\n\r\n\u003cbr\u003e\r\n\u003cbr\u003e\r\n\r\nCopyright © 2024-2025 Samyar Sadat Akhavi.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyarsadat%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamyarsadat%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyarsadat%2Fdocker-images/lists"}