Skip to content

Commit

Permalink
Update to Portus 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Feb 3, 2017
1 parent 889b53c commit 62d8cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAINTAINER Marc Villacorta Morera <[email protected]>
# Environment variables:
#------------------------------------------------------------------------------

ENV PORTUS_VERSION="2.2.0rc2" \
ENV PORTUS_VERSION="2.2.0" \
NOKOGIRI_USE_SYSTEM_LIBRARIES="1"

#------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 62d8cbb

Please sign in to comment.