Merge "Update gitea to 1.9.5"

This commit is contained in:
Zuul 2019-11-06 00:32:57 +00:00 committed by Gerrit Code Review
commit 47f2721386
2 changed files with 7 additions and 3 deletions

View File

@ -22,11 +22,11 @@
###################################
#Build stage
FROM golang:1.11-stretch AS build-env
FROM docker.io/library/golang:1.13-buster AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION=6eb53ac570ab9af51fc9cbd79f1db782edce57e0
ARG GITEA_VERSION="v1.9.5"
ENV TAGS "bindata $TAGS"
#Build deps
@ -44,7 +44,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
###################################
# Basic system setup common to all containers in our pod
FROM debian:testing as base
FROM docker.io/library/debian:buster-slim as base
RUN apt-get update && apt-get -y install \
bash \

View File

@ -3,7 +3,11 @@
<div class="ui container">
<div class="repo-header">
<div class="ui huge breadcrumb repo-title">
{{if .RelAvatarLink}}
<img class="ui avatar image" src="{{.RelAvatarLink}}">
{{else}}
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
{{end}}
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
<div class="divider"> / </div>
<a href="{{$.RepoLink}}">{{.Name}}</a>