Packer VS aptly

Compare Packer vs aptly and see what are their differences.

Packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. (by hashicorp)

aptly

aptly - Debian repository management tool (by aptly-dev)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Packer aptly
66 17
14,915 2,512
0.4% 0.6%
9.4 8.2
3 days ago 7 days ago
Go Go
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Packer

Posts with mentions or reviews of Packer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • AWS Cloud Platform for highly loaded WordPress website
    3 projects | dev.to | 29 Apr 2024
    The missing piece of puzzle is the AMI "golden image" that will be used to start the instances in autoscaling group. The AMI has to have NGINX and PHP installed with the list of required modules enabled. The great tool to brew one is hashicorp packer.
  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    To manage a VM, you can use something as simple as just manual actions over SSH, or can use tools like Ansible, Hashicorp's Packer and Terraform or other automations. For an app where there is minimal load and security/reliability concern, VMs are still a great option that provide a lot of value for the buck
  • Avoiding DevOps tool hell
    9 projects | dev.to | 24 Jul 2023
    Server templating: Using Packer has never been easier to create reusable server configurations in a platform-independent and documented manner.
  • How to create an iso image of a finished system
    1 project | /r/linux4noobs | 19 Jun 2023
    I'll give you hard, but rewarding and easy to modify(once you know what you're doing) way. Packer may be a thing you're looking for.
  • 13.2 ZFS root AMIs in AWS
    1 project | /r/freebsd | 17 May 2023
    It is straightforward to build them with packer (I have built AMIs for 13.0 and 13.1, but 13.2 should be exactly the same). I've been meaning to write a blog post about it for a while, but have not gotten to it yet... In any case, what I am doing is using the EBS Surrogate Builder to start an instance running the official FreeBSD 13.2 image with an extra volume attached and run a script to create a zpool on the extra volume and bootstrap and configure FreeBSD 13.2-RELEASE on it. After that packer takes care of creating an AMI out of that extra volume, so you can use it... If you have any issues, let me know, and maybe I will finally get to writing that blog post...
  • DevOps Tooling Landscape
    12 projects | dev.to | 4 Apr 2023
    HashiCorp Packer is a tool for creating machine images for a variety of platforms, including AWS, Azure, and VMware. It allows you to define machine images as code and supports a wide range of configuration options.
  • auto-provisioning multiple raspberry pi's
    2 projects | /r/selfhosted | 19 Mar 2023
    Packer is a tool that can be used to build machine images. Basically, it takes a base image, runs a series of steps to provision that image, and then burns a new image. In my workplace we use it heavily to build AWS AMIs. But it has an ARM plugin that looks to be very very suitable for building customised Raspberry Pi images (my quick read of the doco there says it can go ahead and write the final image to an SD card for you too).
  • How do hosting companies immediately create vm right after purchasing one?
    2 projects | /r/linux | 5 Mar 2023
  • Packer preseed file seems to not be read
    1 project | /r/hashicorp | 18 Feb 2023
    Seems related to https://github.com/hashicorp/packer/issues/12118 But the workaround discribed in the comments doesn’t seems to work anymore
  • How to create AMI which also copies the user data?
    1 project | /r/aws | 5 Jan 2023
    I'd suggest using a tool like Packer to build a gold image based on your base AMI and all your changes. Then you'll have your own AMI you can launch new instances with.

aptly

Posts with mentions or reviews of aptly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • What is an appropriate way to install debian packages in a completely air-gapped environment?
    3 projects | /r/devops | 6 Dec 2023
  • About nautilus-typeahead
    3 projects | /r/debian | 2 Jun 2023
    You should ask in the upstream bug tracker (is it this one? https://github.com/lubomir-brindza/nautilus-typeahead). First step is to get it to build for Debian manually/locally - i.e. patch the official nautilus Debian package. Then it's easy to setup a personal APT repository with aptly
  • WSUS Alternative solution for Linux Systems
    2 projects | /r/sysadmin | 23 Mar 2023
    Exactly what aptly is for. No idea about CentOS side, for that we just had rsync from official repo + some scripts
  • Zabbix in isolated environment
    1 project | /r/zabbix | 12 Jan 2023
    I'm not sure if this is an option, because it might break the isolation model, but you could setup repo mirrors in whatever tool of choice you like, but for Debian/Ubuntu, I think aptly is really featureful.
  • How can I automate .deb GPG signing procedure?
    1 project | /r/devops | 10 Nov 2022
    I know that it is not directly what you asked about, but without knowing how the signed debs are being used, I can say that if you were to use aptly to create an apt repo to house your debs to then be installed on whatever machines offline (assuming network connectivity, which may be an incorrect assumption), it requires you to sign a published repo/mirror, and also requires you to install and trust the key on any systems that you then want to use to install package unless you specifically use [trusted=yes] in the apt repo list file.
  • Are there any extra steps to creating a Debian repository mirror?
    1 project | /r/debian | 17 Sep 2022
    There's also Aptly but I've never used it. Looks neat, though.
  • Archiving Debian ISO
    1 project | /r/DataHoarder | 27 Jun 2022
    I personally just mirror the packages for what ever I'm using with aptly and use the netinstall iso and point it to that local mirror. The netinstall iso will pull any needed updated from the repo.
  • Linux Host Patch Management
    1 project | /r/sysadmin | 27 Jun 2022
    Take a look at Aptly.
  • Centralized patching for Ubuntu
    1 project | /r/sysadmin | 25 May 2022
    Aptly is a purpose-built DEB content management solution. Never used but I've heard good things.
  • Linux Package repo server
    2 projects | /r/linuxadmin | 6 Sep 2021
    The last time I got involved in repo/package management, we used aptly Later moved to Jfrog artifactory. The latter is very expensive.There is also pulp some said it is good, which I personally never managed in production environment, so I can't recommend for or against.

What are some alternatives?

When comparing Packer and aptly you can also consider the following projects:

Vagrant - Vagrant is a tool for building and distributing development environments.

apt-mirror - Official apt-mirror source.

helm - The Kubernetes Package Manager

Moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

oVirt - oVirt website

s5cmd - Parallel S3 and local filesystem execution tool.

cloud-init-vmware-guestinfo - A cloud-init datasource for VMware vSphere's GuestInfo interface

bosun - Time Series Alerting Framework

kubernetes - Production-Grade Container Scheduling and Management

refrapt - Tool to create local Debian mirrors using Python

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

awsenv - AWS environment config loader