Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T06:05:00.000Z (2 months ago)
- Last Synced: 2024-08-27T19:51:16.493Z (2 months ago)
- Topics: docker, docker-image
- Homepage:
- Size: 250 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` | `linux/amd64`, `linux/arm64` | `custom_base_images` |
| `base_ros` | Default ROS Base images | `base-ros-humble` | `linux/amd64`, `linux/arm64` | `custom_base_images` |
| `desktop_full_ros` | Default ROS Full Desktop w/ Gazebo images | `desktop-full-ros-humble` | `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` | `linux/amd64`, `linux/arm64` | `service_images` |
### Status
[![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)
[![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)
[![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)
[![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)
## Contact
You can contact me via e-mail.
E-mail: [email protected]
If you think that you have found a bug or issue please report it here.## Credits
| Role | Name |
| -------------- | ---------------------------------------------------------------- |
| Developer | Samyar Sadat Akhavi |
Copyright © 2024 Samyar Sadat Akhavi.