diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 29af91a3f7..50e8e4eedf 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -22,17 +22,17 @@ ################################### #Build stage -FROM docker.io/library/golang:1.15-buster AS build-env +FROM docker.io/library/golang:1.16-buster AS build-env LABEL maintainer="infra-root@openstack.org" -ARG GITEA_VERSION="v1.13.7" +ARG GITEA_VERSION="v1.14.4" ENV TAGS "bindata $TAGS" #Build deps RUN apt-get update && apt-get -y install build-essential git apt-transport-https curl gnupg2 \ && curl -sS https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \ - && echo "deb https://deb.nodesource.com/node_10.x bionic main" | tee /etc/apt/sources.list.d/nodesource.list \ + && echo "deb https://deb.nodesource.com/node_16.x buster main" | tee /etc/apt/sources.list.d/nodesource.list \ && apt-get update \ && apt-get -q --option "Dpkg::Options::=--force-confold" --assume-yes install nodejs \ && mkdir -p ${GOPATH}/src/code.gitea.io/gitea diff --git a/docker/gitea/custom/public/img/opendev-192.png b/docker/gitea/custom/public/img/logo-192.png similarity index 100% rename from docker/gitea/custom/public/img/opendev-192.png rename to docker/gitea/custom/public/img/logo-192.png diff --git a/docker/gitea/custom/public/img/opendev-512.png b/docker/gitea/custom/public/img/logo-512.png similarity index 100% rename from docker/gitea/custom/public/img/opendev-512.png rename to docker/gitea/custom/public/img/logo-512.png diff --git a/docker/gitea/custom/public/img/opendev-lg.png b/docker/gitea/custom/public/img/logo-lg.png similarity index 100% rename from docker/gitea/custom/public/img/opendev-lg.png rename to docker/gitea/custom/public/img/logo-lg.png diff --git a/docker/gitea/custom/public/img/logo-sm.png b/docker/gitea/custom/public/img/logo-sm.png new file mode 100644 index 0000000000..789b7c9073 Binary files /dev/null and b/docker/gitea/custom/public/img/logo-sm.png differ diff --git a/docker/gitea/custom/public/img/logo.svg b/docker/gitea/custom/public/img/logo.svg new file mode 100644 index 0000000000..213491a130 --- /dev/null +++ b/docker/gitea/custom/public/img/logo.svg @@ -0,0 +1,49 @@ + + \ No newline at end of file diff --git a/docker/gitea/custom/templates/base/head_navbar.tmpl b/docker/gitea/custom/templates/base/head_navbar.tmpl index 485da790f1..ea5870f9b1 100644 --- a/docker/gitea/custom/templates/base/head_navbar.tmpl +++ b/docker/gitea/custom/templates/base/head_navbar.tmpl @@ -1,7 +1,7 @@