diff --git a/static/img/rocket.png b/static/img/rocket.png index e42c08141..094be4b92 100644 Binary files a/static/img/rocket.png and b/static/img/rocket.png differ diff --git a/static/js/directives/ui/fetch-tag-dialog.js b/static/js/directives/ui/fetch-tag-dialog.js index 57186f4d9..67c7e7505 100644 --- a/static/js/directives/ui/fetch-tag-dialog.js +++ b/static/js/directives/ui/fetch-tag-dialog.js @@ -33,6 +33,12 @@ angular.module('quay').directive('fetchTagDialog', function () { }); } + $scope.formats.push({ + 'title': 'Rocket Fetch', + 'icon': 'rocket-icon', + 'command': 'rkt fetch {hostname}/{namespace}/{name}:{tag}' + }); + $scope.formats.push({ 'title': 'Basic Docker Pull', 'icon': 'docker-icon',