diff --git a/Dockerfile b/Dockerfile index 525c9de..535881d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ ENV MYSQL_USR root \ COPY views /go/bin/views COPY static /go/bin/static +COPY favicon.ico /go/bin/favicon.ico RUN chmod u+x /go/bin/harbor \ && sed -i 's/TLS_CACERT/#TLS_CAERT/g' /etc/ldap/ldap.conf \ diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000..0c25bae Binary files /dev/null and b/favicon.ico differ diff --git a/static/resources/image/Harbor_Logo_rec.png b/static/resources/image/Harbor_Logo_rec.png new file mode 100755 index 0000000..5cfafb8 Binary files /dev/null and b/static/resources/image/Harbor_Logo_rec.png differ diff --git a/views/index.tpl b/views/index.tpl index bd061f2..e86e813 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -15,9 +15,8 @@
-
+
+ An enterprise-class registry server