Skip to content

AlexanderWagnerDev/ubuntu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🐳 Ubuntu Docker

Docker Hub Docker GitHub

Production-ready Ubuntu Docker image with custom mirror configuration, CA certificates, and security updates.


🚀 Quick Start

Docker Hub

docker pull alexanderwagnerdev/ubuntu:latest

GitHub Container Registry

docker pull ghcr.io/alexanderwagnerdev/ubuntu-docker:latest

Run

docker run -it alexanderwagnerdev/ubuntu:latest

✨ Features

  • 🚀 Based on latest Ubuntu LTS
  • 🔄 Automatic security updates on build
  • 🔐 CA certificates preinstalled
  • 🌐 Custom mirror configuration (mirror.awdev.space)
  • 🧹 Optimized with autoremove and cache cleanup
  • ✅ Ready for production use

🔧 Build from Source

If you prefer to build the Docker image yourself:

  1. Clone the repository:

    git clone https://github.com/AlexanderWagnerDev/ubuntu-docker.git
    cd ubuntu-docker
  2. Build the image:

    docker build -t ubuntu-docker .
  3. Run the container:

    docker run -it ubuntu-docker

📦 What's Inside

  • Latest Ubuntu LTS base image
  • Updated system packages
  • CA certificates for secure connections
  • Custom APT mirror configuration
  • Cleaned package cache for optimal size

🔗 Links

📄 License

This project is open source and available under the GPL 3.0 License.


🐳 Ubuntu Docker (Deutsch)

Produktionsbereites Ubuntu Docker-Image mit eigener Mirror-Konfiguration, CA-Zertifikaten und Sicherheitsupdates.


🚀 Schnellstart

Docker Hub

docker pull alexanderwagnerdev/ubuntu:latest

GitHub Container Registry

docker pull ghcr.io/alexanderwagnerdev/ubuntu-docker:latest

Ausführen

docker run -it alexanderwagnerdev/ubuntu:latest

✨ Features

  • 🚀 Basiert auf aktuellem Ubuntu LTS
  • 🔄 Automatische Sicherheitsupdates beim Build
  • 🔐 CA-Zertifikate vorinstalliert
  • 🌐 Eigene Mirror-Konfiguration (mirror.awdev.space)
  • 🧹 Optimiert mit autoremove und Cache-Bereinigung
  • ✅ Produktionsbereit

🔧 Selbst bauen

Falls du das Docker-Image selbst erstellen möchtest:

  1. Repository klonen:

    git clone https://github.com/AlexanderWagnerDev/ubuntu-docker.git
    cd ubuntu-docker
  2. Image bauen:

    docker build -t ubuntu-docker .
  3. Container starten:

    docker run -it ubuntu-docker

📦 Inhalt

  • Aktuelles Ubuntu LTS Basis-Image
  • Aktualisierte System-Pakete
  • CA-Zertifikate für sichere Verbindungen
  • Eigene APT-Mirror-Konfiguration
  • Bereinigter Paket-Cache für optimale Größe

🔗 Links

📄 Lizenz

Dieses Projekt ist Open Source und unter der GPL 3.0-Lizenz verfügbar.

About

🐳 Production-ready Ubuntu Docker image with custom mirror, CA certificates, and security updates | Produktionsbereites Ubuntu Docker-Image mit eigenem Mirror und Sicherheitsupdates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors