Skip to content

This repository contains all of my custom Docker images.

License

Notifications You must be signed in to change notification settings

samyarsadat/Docker-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Push service images to Docker Hub
Analyze all BASE images
Analyze all SERVICE images


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
Developer Samyar Sadat Akhavi



Copyright © 2024 Samyar Sadat Akhavi.

About

This repository contains all of my custom Docker images.

Topics

Resources

License

Stars

Watchers

Forks