From 286ab4e144e1c4fa41e46baab24290582e813d84 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 4 Mar 2016 11:48:16 +0100 Subject: [PATCH] build registry v1 for testing Signed-off-by: Antonio Murdaca --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10e64d3b..014c9aa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM fedora -RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-go-md2man python-pip m2crypto swig redhat-rpm-config +RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-go-md2man \ + # registry v1 deps + xz-devel python-devel python-pip m2crypto swig redhat-rpm-config openssl-devel patch # Install three versions of the registry. The first is an older version that # only supports schema1 manifests. The second is a newer version that supports