APT Konfiguration - Linux

/etc/apt/apt.conf.d/docker-clean

Schnellaktionen

📥 Original herunterladen docker-clean

Konfigurationsdatei-Informationen

Konfigurationsdatei-Inhalt

/etc/apt/apt.conf.d/docker-clean
20 Zeilen
# Since for most Docker users, package installs happen in "docker build" steps,
# they essentially become individual layers due to the way Docker handles
# layering, especially using CoW filesystems.  What this means for us is that
# the caches that APT keeps end up just wasting space in those layers, making
# our layers unnecessarily large (especially since we'll normally never use
# these caches again and will instead just "docker build" again and make a brand
# new image).

# Ideally, these would just be invoking "apt-get clean", but in our testing,
# that ended up being cyclic and we got stuck on APT's lock, so we get this fun
# creation that's essentially just "apt-get clean".
DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };
APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };

Dir::Cache::pkgcache "";
Dir::Cache::srcpkgcache "";

# Note that we do realize this isn't the ideal way to do this, and are always
# open to better suggestions (https://github.com/debuerreotype/debuerreotype/issues).

        

Download-Befehle

docker-clean •

Lade die 100% original unveränderte Konfigurationsdatei herunter von APT

Mit wget:

wget -O docker-clean.example https://exampleconfig.com/api/v1/config/original/aafe213f11482d9cdc6b0c19a86c93ac?hint=docker-clean

Mit curl:

curl https://exampleconfig.com/api/v1/config/original/aafe213f11482d9cdc6b0c19a86c93ac?hint=docker-clean > docker-clean.example

Verwandte Konfigurationsdateien

Technische Details

Dateipfad
/etc/apt/apt.conf.d/docker-clean
Plattform
Linux
Dateigröße
20 Zeilen
Anwendung
APT
Kompatible Versionen
MD5-Prüfsumme
aafe213f11482d9cdc6b0c19a86c93ac
SHA256-Prüfsumme
484f60f8d215bf22008b5fe7dd8484350d7abd44655ea79accee79ce11976c81