From 62d8cbbc70ca25ccc2a90cccd5079016519b6c4e Mon Sep 17 00:00:00 2001 From: Marc Villacorta Date: Fri, 3 Feb 2017 15:18:25 +0100 Subject: [PATCH] Update to Portus 2.2.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index addc5a5..34d270d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ MAINTAINER Marc Villacorta Morera # Environment variables: #------------------------------------------------------------------------------ -ENV PORTUS_VERSION="2.2.0rc2" \ +ENV PORTUS_VERSION="2.2.0" \ NOKOGIRI_USE_SYSTEM_LIBRARIES="1" #------------------------------------------------------------------------------ diff --git a/README.md b/README.md index e3f351d..ad55227 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ cd portus && docker run -it --rm \ --env PORTUS_SECRET_KEY_BASE=$(openssl rand -hex 64) \ --env PORTUS_ENCRYPTION_PRIVATE_KEY_PATH=/certs/server-key.pem \ --env PORTUS_PORTUS_PASSWORD=some-password \ -quay.io/kato/portus:v2.2.0rc2-1 +quay.io/kato/portus:v2.2.0-1 ``` Browse to https://127.0.0.1 and fill the *'Create admin'* form. Do not fill the *'New Registry'* form until you have actually started the registry in step 4.