~angdraug/packer-provisioner-apt

v1.2.0 1 year, 11 months ago .tar.gz browse log

Converted to packer-plugin-sdk, wait for DNS

v1.1.0 4 years ago .tar.gz browse log

packer-provisioner-apt v1.1.0

Features:
- Update APT cache with new archives from target to reuse downloaded
  packages between builds without having to pre-populate the cache.

v1.0.0 4 years ago .tar.gz browse log

packer-provisioner-apt v1.0.0

Initial features:
- DEBIAN_FRONTEND=noninteractive to make debconf happy
- --no-install-recommends for smaller and more reproducible images
- add APT sources and upload GPG keys for them
- pre-populate APT cache
- apt-get clean on cleanup