https://github.com/samyarsadat/docker-images
This repository contains all of my custom Docker images.
https://github.com/samyarsadat/docker-images
docker docker-image
Last synced: about 2 months ago
JSON representation
This repository contains all of my custom Docker images.
- Host: GitHub
- URL: https://github.com/samyarsadat/docker-images
- Owner: samyarsadat
- License: gpl-3.0
- Created: 2024-05-24T08:58:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T13:27:29.000Z (over 1 year ago)
- Last Synced: 2025-02-14T15:34:47.335Z (over 1 year ago)
- Topics: docker, docker-image
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Docker Images
----
This repository contains all of my custom base and service-specific Docker images.\
Base images are generic. They have a few standard packages installed but are otherwise non-specific.\
Service images are for a specific use case. They are not meant to be generic.
### Repository Structure
Service images are in `/service_images` and base images in `/base_images`.\
Each image in these directories may contain several Dockerfiles for each version of the image.\
For 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.
### Docker Hub
**Base Images**: _https://hub.docker.com/r/samyarsadat/custom_base_images_ \
**Service Images**: _https://hub.docker.com/r/samyarsadat/service_images_
### List of Docker Images
| Name | Description | Tags | Architectures | Docker Hub Repository |
| ----------------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------- | ------------------------- |
| `default_alpine` | Default Alpine Linux images | `default-alpine-latest` | `linux/amd64`, `linux/arm64` | `custom_base_images` |
| `default_ubuntu` | Default Ubuntu images | `default-ubuntu-22.04`,
`default-ubuntu-24.04` | `linux/amd64`, `linux/arm64` | `custom_base_images` |
| `base_ros` | Default ROS Base images | `base-ros-humble`,
`base-ros-jazzy` | `linux/amd64`, `linux/arm64` | `custom_base_images` |
| `base_ros_vulcanexus` | Default ROS Base images w/ Vulcanexus | `base-ros-vulcanexus-humble`,
`base-ros-vulcanexus-jazzy` | `linux/amd64`, `linux/arm64` | `custom_base_images` |
| `desktop_full_ros` | Default ROS Full Desktop w/ Gazebo images | `desktop-full-ros-humble`,
`desktop-full-ros-jazzy` | `linux/amd64` | `custom_base_images` |
| `serverpi_caddy` | The Caddy V2 image that is used by ServerPi | `serverpi-caddy-latest` | `linux/amd64`, `linux/arm64` | `service_images` |
| `pico_build_action` | Raspberry Pi Pico GitHub build action image | `pico-build-action-latest` | `linux/amd64`, `linux/arm64` | `service_images` |
| `microros_build_action` | MicroROS GitHub build action image | `microros-build-action-latest`,
`microros-build-action-humble`,
`microros-build-action-jazzy` | `linux/amd64`, `linux/arm64` | `service_images` |
| `excalidraw_arm64` | Excalidraw image for ARM64 | `excalidraw-arm64-latest` | `linux/arm64` | `service_images` |
### Status
[](https://github.com/samyarsadat/Docker-Images/actions/workflows/push_base_images.yml)
[](https://github.com/samyarsadat/Docker-Images/actions/workflows/push_service_images.yml)
[](https://github.com/samyarsadat/Docker-Images/actions/workflows/analyze_base_images.yml)
[](https://github.com/samyarsadat/Docker-Images/actions/workflows/analyze_service_images.yml)
## Contact
You can contact me via e-mail.\
E-mail: samyarsadat@gigawhat.net
If you think that you have found a bug or issue please report it here.
## Credits
| Role | Name |
| -------------- | ---------------------------------------------------------------- |
| Maintainer | Samyar Sadat Akhavi |
Copyright © 2024-2025 Samyar Sadat Akhavi.
