Sign inSign up

alexanderwagnerdev/ubuntu

By alexanderwagnerdev

โ€ขUpdated about 17 hours ago

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

Image
0

10K+

alexanderwagnerdev/ubuntu repository overview

โ ๐Ÿณ 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

โ ๐Ÿ“„ 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

โ ๐Ÿ“„ Lizenz

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

Tag summary

Content type

Image

Digest

sha256:5e9cc921cโ€ฆ

Size

40.7 MB

Last updated

about 18 hours ago

docker pull alexanderwagnerdev/ubuntu