Skip to content

psliwka/docker-aptly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another Docker image for aptly

build status latest version

This repo houses scripts building docker images for aptly. Images are built daily with Travis CI and uploaded to Dockerhub.

Available tags

Currently, there are separate tags for every aptly version since 1.0.0. New releases should be added automatically within 24 hours.

Please note that all tags are rebuilt daily, to ensure that they are based on up-to-date Debian image.

Usage

At this moment, this image does not wrap any actual Aptly functionality (no configuration, no custom entrypoint, etc.). After you pull the image with docker pull psliwka/aptly, it's up to you to configure it and run it in a way that matches your needs.

Similar projects

Aptly's readme lists at least two other projects packing it into Docker images:

  • mikepurvis/aptly-docker, which looks dead at the time of writing this;
  • urpylka/docker-aptly, which has some nifty features, but it was overly complex for my use-case. Additionally, it seems not to be updated on par with its base image.