diff --git a/initdb.py b/initdb.py index 3356daacd..b21acdcad 100644 --- a/initdb.py +++ b/initdb.py @@ -96,7 +96,7 @@ if __name__ == '__main__': 'staging'), (1, [], None)], None)], None)) - __generate_repository(new_user_1, 'horrific', None, False, [], + __generate_repository(new_user_1, 'gargantuan', None, False, [], (2, [(3, [], 'v2.0'), (1, [(1, [(1, [], ['latest', 'prod'])], 'staging'), diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index 5420388ef..d218dc2d1 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -10,7 +10,7 @@ var casper = require('casper').create({ var options = casper.cli.options; var isDebug = !!options['d']; -var rootUrl = isDebug ? 'http://localhost:5001/' : 'https://quay.io/'; +var rootUrl = isDebug ? 'http://localhost:5000/' : 'https://quay.io/'; var repo = isDebug ? 'complex' : 'r0'; var outputDir = "screenshots/"; diff --git a/static/img/repo-view.png b/static/img/repo-view.png index 3fe20240d..464154f45 100644 Binary files a/static/img/repo-view.png and b/static/img/repo-view.png differ diff --git a/static/img/user-home.png b/static/img/user-home.png index 507b17e39..c99679d21 100644 Binary files a/static/img/user-home.png and b/static/img/user-home.png differ diff --git a/test.db b/test.db index a2213393b..179b19de4 100644 Binary files a/test.db and b/test.db differ