Commit Graph

35 Commits

Author SHA1 Message Date
Matt McEuen 47bfe47c1c Deprecate airship/utils
This deprecates the airship/utils project, which is
unnecessary and unused.

Change-Id: I95131bc57c162fe7a637c450108b3727c48645aa
2019-07-16 08:44:16 -05:00
Andrey Volkov 55d34437ad Add shellcheck 2018-10-24 11:43:05 -07:00
Andrey Volkov b80214540c Alternative cmd for nginx only 2018-10-24 08:35:02 -07:00
Andrey Volkov b573730642 Link to package file as a build arg 2018-10-24 07:26:15 -07:00
Andrey Volkov 1cf350e597 Release, components and repos as build args 2018-10-24 07:01:07 -07:00
Andrey Volkov 763fec9ddd Allow to provide external GPG key for image build 2018-10-23 14:52:33 -07:00
Andrey Volkov 0d119b55b1 MODE as docker build arg 2018-10-23 14:51:05 -07:00
Andrey Volkov 5f2940f575 Nginx blacklist 2018-10-23 14:51:05 -07:00
Andrey Volkov 141e3b0b26 Add batch for making signature 2018-10-23 14:51:05 -07:00
Andrey Volkov d1689ae911 Save ubuntu packages inside image 2018-10-23 14:51:03 -07:00
Artem Smirnov 46dda7b9bd Add author 2018-09-15 20:24:41 +03:00
Artem Smirnov 4606823714 GPG key must be in volume 2018-09-14 20:39:46 +03:00
Artem Smirnov 9b564778a9 Little fix after merge
Fix license & etc
2018-09-14 00:56:38 +03:00
Artem Smirnov def38a2ddc Merge remote-tracking branch 'jonazpiazu/master' into fix_gpg
# Conflicts:
#	Dockerfile
2018-09-14 00:48:37 +03:00
Artem Smirnov 526d7711f6 Fix: replace order of license and interpretator string 2018-09-14 00:41:46 +03:00
Artem Smirnov a5cbbb8a11 Change repos for mirrors
ubuntu -> bionic
debian -> stretch
2018-09-14 00:41:46 +03:00
Artem Smirnov 25cbeced9a Replace #! /bin/bash to #! /usr/bin/env bash 2018-09-14 00:41:46 +03:00
Artem Smirnov 6dc4ee28ab Add both scripts for update mirrors 2018-09-14 00:41:46 +03:00
Artem Smirnov f555af8838 Add Artem Smirnov to license 2018-09-13 20:03:00 +03:00
Jon Azpiazu 480ac06686 Increase gpg key security 2018-05-30 17:03:37 +02:00
Jon Azpiazu 89f0e23792 Fixes for gpg key generation and nginx configuration 2018-05-30 16:25:19 +02:00
Bryan J. Hong 1f89727cea Merge pull request #2 from bryanhong/debian_option
Debian option
2017-05-27 11:39:43 -07:00
Bryan Hong 19cc1765c7 added option to build debian-based aptly
just run ```build.sh Dockerfile.debian``` instead
2017-05-23 23:58:29 -07:00
Bryan 452daae8b8 create public directory 2017-05-23 21:26:10 -07:00
Bryan 444b341485 add contributor credit, publicize repo signing key
publicize repo signing key as part of startup, previously
was only doing this at the end of the update_mirror.sh script
2017-05-23 21:12:14 -07:00
Jan Čapek a809194ccc nginx conf: Increase hash bucket size to allow multiple server names 2017-05-23 21:01:39 -07:00
Bryan Hong f2e3ac91dd clean things up to make it easier to switch to a different release
swiching to xenial should be as easy as modifying the dockerfile
and updating the update_mirror.sh script
2017-05-23 05:26:27 +00:00
Bryan Hong 58f1859003 updated aptly key signing fingerprint, path to bash completion
also a minor change to aptly graph in update_mirror.sh
2017-05-22 15:12:36 -07:00
Bryan 8160dec793 add universe component to repo update script
mirroring all open source components makes the mirror more useful
2016-02-10 22:16:34 -08:00
Bryan 526b418ae2 Merge branch 'master' of github.com:bryanhong/docker-aptly 2016-02-07 22:39:23 -08:00
Bryan 722ae46a79 put repo key in public directory
the repo key wasn't in the right directory so it wasn't accessible
through nginx
2016-02-07 22:10:58 -08:00
Bryan Hong 83c550f8e1 add ability to add more ubuntu mirror components
the original update_mirror.sh only allowed for mirroring the main
repository. left out restricted, multiverse, etc. the component is now
an array so it is easy to add additional components if you want to mirror
more than just main
2016-02-06 21:53:00 -08:00
Bryan cf41eacb0d initialize gpg before importing keys
If the .gnupg directory doesn't exist and we try to import keys
gpg won't be able to import the keys on that run, running --list-keys
first sets things up before we try to import
2016-02-05 22:58:32 -08:00
Bryan Hong d0728135b9 update comments and README 2016-02-02 23:44:19 -08:00
Bryan 1d5792df65 initial commit 2016-02-02 02:40:01 -08:00