From 2e7f95ae1e3f824d2d7572fb1c489d3a4b6914c1 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Fri, 21 Oct 2016 20:29:03 +0000 Subject: [PATCH] Adds versioning - bikebike/bikebike:tag Resolves issues where a newer library is required from a newer ubuntu. --- Dockerfile => 14.04/Dockerfile | 2 +- supervisord.conf => 14.04/supervisord.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Dockerfile => 14.04/Dockerfile (95%) rename supervisord.conf => 14.04/supervisord.conf (100%) diff --git a/Dockerfile b/14.04/Dockerfile similarity index 95% rename from Dockerfile rename to 14.04/Dockerfile index 2e1eab0..9a5a960 100644 --- a/Dockerfile +++ b/14.04/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:14.04 MAINTAINER Jonathan Rosenbaum # Not all applications use mysql, but nevertheless. diff --git a/supervisord.conf b/14.04/supervisord.conf similarity index 100% rename from supervisord.conf rename to 14.04/supervisord.conf