diff --git a/static/js/app.js b/static/js/app.js index e2f3394ce..35577621e 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -4271,7 +4271,7 @@ quayApp.directive('dockerfileCommand', function () { }, '': function(pieces) { - var rnamespace = pieces.length == 1 ? '_' : pieces[0]; + var rnamespace = pieces.length == 1 ? '_' : 'u/' + pieces[0]; var rname = pieces[pieces.length - 1].split(':')[0]; return 'https://registry.hub.docker.com/' + rnamespace + '/' + rname + '/'; }