Commit graph

23 commits

Author SHA1 Message Date
Konrad Kleine 361825c151 We need bzip2 in container to extract PhantomJS
See also PR #140 for more information on tests.
2016-07-19 10:16:14 +02:00
Konrad Kleine 179467b6f4 Try to shrink size of docker image by writing more compact Dockerfile 2015-09-17 13:32:58 +02:00
Konrad Kleine 685f8baa11 Supress KRB5 questions on libapache2-mod-auth-kerb
Kerberos somehow started to ask questions during the installation which we cannot tolerate if we want automated builds. Therefore I've disabled the questions. The Docker Hub builds should built again now.
2015-01-06 15:11:09 +01:00
Stuart Warren c8fd237570 allow build behind firewall blocking ssh 2015-01-02 10:10:16 +00:00
Konrad Kleine 0861441c37 Added version information to bottom of screen
At the bottom of the screen the docker-registry-frontend will now render the
commit upon the running version is built. The commit is linked to the github
commit page.
2014-10-23 09:54:13 +02:00
Konrad Kleine 001afbeb6d Additional cleanups in Dockerfile according to tip from here: http://jonathan.bergknoff.com/journal/building-good-docker-images 2014-10-22 09:31:36 +02:00
Konrad Kleine 6661a2594f Speedup DPKG and don't use cache for packages 2014-10-14 10:24:33 +02:00
Konrad Kleine a8d057728d Cleanup build process
Removed yo from the NPM dependencies. Install grunt-cli using "npm install"
command.
2014-10-07 15:45:42 +02:00
Konrad Kleine c880a7ff21 This should resolve #1 2014-09-30 16:04:40 +02:00
Konrad Kleine 5e161340bf Switched to debian:jessie to make the image smaller 2014-09-30 14:30:20 +02:00
Konrad Kleine ac23633e19 Replaced NGINX with Apache for Kerberos auth. SSL is working. 2014-09-29 14:05:02 +02:00
Konrad Kleine 600f614ace Improve Dockerfile. Separate update from the rest + uninstall yo 2014-09-22 12:00:29 +02:00
Konrad Kleine 6e11a9705e Clean after deinstallation of build tools 2014-09-18 14:08:44 +02:00
Konrad Kleine 58fb85483f Improve order of commands in Dockerfile to speed up compilation when adjusting config files at the end of the file. 2014-09-18 10:53:21 +02:00
Konrad Kleine 94ef95d4fb Cleanup Docker image build process to consume less space. SSL might not be working right now. 2014-09-17 17:39:47 +02:00
Konrad Kleine f75046e08c Enable SSL serving 2014-09-17 16:59:58 +02:00
Konrad Kleine 2b7b221689 Remove verbose switch (-x) in start script for the container 2014-09-17 15:51:54 +02:00
Konrad Kleine 14121dd3d6 Clear text in Dockerfile 2014-09-17 15:12:04 +02:00
Konrad Kleine 68903ef5c1 Improved Docker build process
There is an error that scripts/repository-list-directive.html cannot be found. But other than that, the Docker image builds and serves the app.
2014-09-17 14:51:34 +02:00
Konrad Kleine 0b76194f42 Improved Dockefile 2014-09-15 16:48:46 +02:00
Konrad Kleine c3042bde0b Improve Dockerfile 2014-09-15 16:20:30 +02:00
Konrad Kleine 52abea45fa Automatically accept installation of packages 2014-09-15 10:54:19 +02:00
Konrad Kleine 0996a90a50 Added basic Dockerfile for testing automated builds on the Docker Hub. Minor cleanups 2014-09-15 10:41:48 +02:00