Go to file
2014-08-13 12:04:17 +02:00
configs Prepare various background tasks. 2014-08-13 00:34:00 +02:00
scripts Pre-load SSH keys. 2014-08-13 10:52:22 +02:00
Dockerfile Pre-load SSH keys. 2014-08-13 10:52:22 +02:00
Makefile Pre-load SSH keys. 2014-08-13 10:52:22 +02:00
README.md Update README with package upload examples. 2014-08-13 12:04:17 +02:00

docker-debian-repository

This docker box provides an apt repository based on the tool reprepro. The repository is be served by an nginx server.

Status : work in progress / not ready for production yet.

Uploading packages

Fill your ~/.dput.cf with the following content :

[DEFAULT]
default_host_main = docker

[docker]
fqdn = localhost
method = scp
login = user
incoming = /docker/incoming
ssh_config_options =
    	Port 9022
    	StrictHostKeyChecking no

Then try to upload your latest package :

 dput ~/src/_Glenux/foobar_0.1.3_amd64.changes

References

Tutorials