APT Configuration - Linux

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

Quick Actions

๐Ÿ“ฅ Download Original docker-clean

Configuration File Information

Configuration File Content

/etc/apt/apt.conf.d/docker-clean
20 lines
# 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 Commands

docker-clean โ€ข

Download the 100% original unaltered configuration file pulled from APT

Using wget:

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

Using curl:

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

Related Configuration Files

Technical Details

File Location
/etc/apt/apt.conf.d/docker-clean
Platform
Linux
File Size
20 lines
Application
APT
Compatible Versions
MD5 Checksum
aafe213f11482d9cdc6b0c19a86c93ac
SHA256 Checksum
484f60f8d215bf22008b5fe7dd8484350d7abd44655ea79accee79ce11976c81